public void HandleInput(float value)
 {
     CrossPlatformInputManager.SetAxis(axis, (value * 2f) - 1f);
 }