Unity3D Text Mesh Pro in Script Example

By @filteredghost7/30/2018unity
using TMPro;
TextMeshProUGUI subject_text = this.transform.GetChild(2).GetComponent<TextMeshProUGUI>();
2

comments