Versions with this page:
Versions without this page:
Hasta dónde debería ser desplazado el texto de transform.position.z al dibujar.
using UnityEngine;public class Example : MonoBehaviour { void Start() { GetComponent<TextMesh>().offsetZ = 5; } }