Ajouter la rotation unité C #
Vector3 newRotation = new Vector3(0, 10, 0);
transform.eulerAngles = newRotation;
EpicPwner
Vector3 newRotation = new Vector3(0, 10, 0);
transform.eulerAngles = newRotation;