eco-state-machine icon indicating copy to clipboard operation
eco-state-machine copied to clipboard

Godot 4 : fsm is orphan nodes

Open crysan opened this issue 1 year ago • 0 comments

Hi! To stop the fsm from being lost, give it a name and connect it as a node:

	fsm.set_name("FSM")
	add_child(fsm)

crysan avatar Dec 21 '23 02:12 crysan