Dodaj jedność rotacji c#
Vector3 newRotation = new Vector3(0, 10, 0);
transform.eulerAngles = newRotation;
EpicPwner
Vector3 newRotation = new Vector3(0, 10, 0);
transform.eulerAngles = newRotation;