Unity, как установить объекты Posation x, y, z

transform.position = new Vector3(x, y, z);
RyanGar46