Answers for "unity change ui text inc#"

C#
11

unity change text

// To change text of a text UI element use th combination below
textGameObject.GetComponent<UnityEngine.UI.Text>().text = "text";
Posted by: Guest on February-20-2020

C# Answers by Framework

Browse Popular Code Answers by Language