Versions with this page:
Versions without this page:
Расстояние между строками текста.
using UnityEngine;public class Example : MonoBehaviour { void Start() { GetComponent<TextMesh>().lineSpacing = 10; } }