void ManipulationMode_Enter() { playerMovement.Disabled = true; manipulationComponent.Disabled = false; manipulationComponent.Activate(); }