StateKit icon indicating copy to clipboard operation
StateKit copied to clipboard

Dead simple, lightweight "states as objects" system

Results 2 StateKit issues
Sort by recently updated
recently updated
newest added

Recently I had a small problem. Lets say, that one of my states is just initialization state that just do stuff in begin() than move SM to next state. If...

Hi, I thought it'd be useful to add a FixedUpdate hook to the states since it is better practice to manipulate rigid bodies inside fixed update rather than update.