Versions with this page:
Versions without this page:
El Transform adjuntado a este GameObject.
using UnityEngine;public class Example : MonoBehaviour { void Start() { gameObject.transform.Translate(1, 1, 1); } }