Is including a "Fixed Tick" method in the state machine a good idea?

Yes, this is exactly what I would do (and have done in the past - see here), and I believe I’ve seen a post where the esteemed @Brian_Trotter has also done the same (Ed - Found it here). Just remember to pass in Time.fixedDeltaTime instead of Time.deltaTime

1 Like