godot-addons/godot-finite-state-machine

Handle case of state not added to transitions yet

justin-calleja opened this issue · 0 comments

Instead of erroring out like so when trying to transition from a state you have not defined yet:

image

print and return from transition function (similar to existing approach for an invalid transition).