private void FixedUpdate() { timeAlive += Time.fixedDeltaTime; fsmSystem.FixUpdateSystem(); UpdateRotation(); UpdateMovingAnimation(); }