Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

unity change text

// To change text of a text UI element use th combination below
textGameObject.GetComponent<UnityEngine.UI.Text>().text = "text";
 
PREVIOUS NEXT
Tagged: #unity #change #text
ADD COMMENT
Topic
Name
1+8 =