Answers for "unity add text to text field without deleting the old one"

C#
-1

unity add text to text field without deleting the old one

myTextField.text = myTextField.text + " whatever extra you want to add"
Posted by: Guest on February-16-2021

Code answers related to "unity add text to text field without deleting the old one"

C# Answers by Framework

Browse Popular Code Answers by Language