Versions with this page:
Versions without this page:
Forma corta de escribir Vector3(0, -1, 0).
Vector3(0, -1, 0)
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { transform.position += Vector3.down * Time.deltaTime; } }