Yo Soy Freeman on Nostr: In Godot the process function is called from parent to children. Does this means ...
In Godot the process function is called from parent to children.
Does this means that, if i create a movement FSM as child of my character, the order would be
The character moves -> The fsm add velocity -> the next frame the character moves with the last modified velocity.
That is a one frame delay.
Does the process priority work for this?
#godotengine
Does this means that, if i create a movement FSM as child of my character, the order would be
The character moves -> The fsm add velocity -> the next frame the character moves with the last modified velocity.
That is a one frame delay.
Does the process priority work for this?
#godotengine