Is there a definitive order I can print and have on the wall (next to the obligatory degrees/radians and easing formulas)?
I found a post with some of it:
- script update
- script on_message (get message sent to self on update)
- physics update (get physics messages in on_message)
- render script can get message from active camera component
- render script update
If there is an on_input event, where does it fit into the list above?