private void Update() { inputVector = Camera.main.ScreenToWorldPoint(Input.mousePosition); shipMove.ShipMovement(inputVector); }