Unity Comment définir une position d'objets x, y, z
transform.position = new Vector3(x, y, z);
RyanGar46
transform.position = new Vector3(x, y, z);