I have some game logic that I need to run every 0.01 seconds, but I want to run physics only every 0.02 seconds for performance reasons. Is there a way to do this, basically creating another FixedUpdate cycle independent from the physics one?
Tried a search before?