Textmesh pro text unity variable code example
Example 1: unity change tmp text from script
using UnityEngine.UI;
using TMPro;
void Update()
{
TextMeshPro lemonsss = GetComponent<TextMeshPro>();
}
Example 2: get component text mesh pro
GetComponent<TMPro.TextMeshProUGUI>().text