Adicione a rotação
Vector3 newRotation = new Vector3(0, 10, 0);
transform.eulerAngles = newRotation;Copy
EpicPwner
Vector3 newRotation = new Vector3(0, 10, 0);
transform.eulerAngles = newRotation;Copy