Hello, I am using unity 5.3.4 and I want to use text. I have tried a lot of things, however I can’t use it the same as all the guides because I can’t use using UnityEngine.UI because I use unityScript. How should I change the text through script?
try import instead of using, I’m C# myself, a quick google found it’s import for .js, hopefully it should work the same in unityScript
GetComponent<UnityEngine.UI.TextField>().text = “adasd”;