void HandleAxisH(float obj) { if (obj > 0) { shipScript.RotateLeft(); } if (obj < 0) { shipScript.RotateRight(); } }