Tambahkan Rotasi Unity C#

Vector3 newRotation = new Vector3(0, 10, 0);
transform.eulerAngles = newRotation;
EpicPwner