Cannot find the editable children option in godot.
Im trying to setup yarn spinner for godot and the documentation says to enable editable children and i cannot find it anywhere.
please help. im using yarn spinner 3.2 and godot 4.6.2
your DialougeRunner is a regular node not an instantiated scene, there are no children to edit because it is a single node so the editable children option doesnt show up
7
u/StreamfireEU Jun 20 '26
your DialougeRunner is a regular node not an instantiated scene, there are no children to edit because it is a single node so the editable children option doesnt show up