Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

unity textmeshpro

using UnityEngine;
using TMPro;

public class quizManager : MonoBehaviour
{
    public TextMeshProUGUI text;
    // Start is called before the first frame update
    void Start()
    {
        text.text = "example";
    }
}
 
PREVIOUS NEXT
Tagged: #unity #textmeshpro
ADD COMMENT
Topic
Name
9+9 =