public void Update() { SetInputs(); CheckMovement(); isGrounded = physicsController.DetectGround(); }