find_children
returns []
if match string is given
#63757
Labels
Milestone
find_children
returns []
if match string is given
#63757
Godot version
v4.0.alpha13.official [59dcddc45]
System information
Windows 11, Nvidia GeForce GTX 1050, 27.21.14.5771
Issue description
find_children
method ofNode
returns empty list even if it is looking for a node with a name is present in the tree!It finds the node if the
match_string
is"*"
.Steps to reproduce
Minimal reproduction project
MRP.zip
The text was updated successfully, but these errors were encountered: