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