You can chain nodes together, and they are always executed in the order the arrows are placed from the initial event.
The arrows between the nodes determine the order of execution, usually from left to right.
Amazing, thank you very much !
But for the node Update, as you can see I have to create 2.
Is there anyway to create only one and chain that properly then ?
My question is more, I have 2 Update nodes, how can I call one before an other ?
dont use 2 update nodes use one and then connect the nodes first connect the setposition to then update the connect the look at to the set position this is how you have to do it because you cannot change the order the update runs since update runs every Frame they will both trigger every frame