void FixedUpdate() { if (currGameState == GameStates.Play) { levelMan.UpdatePhysics(Time.fixedDeltaTime); } }