Versions with this page:
Versions without this page:
El tamaño de cada carácter (Esto escala todo el texto).
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { GetComponent<TextMesh>().characterSize = 10; } }