Answers for "get component text mesh pro"

C#
2

unity change tmp text from script

using UnityEngine.UI;
using TMPro;

void Update()
{
    TextMeshPro lemonsss = GetComponent<TextMeshPro>();
}
Posted by: Guest on August-04-2020
8

get component text mesh pro

GetComponent<TMPro.TextMeshProUGUI>().text
Posted by: Guest on May-22-2020

C# Answers by Framework

Browse Popular Code Answers by Language