hi all
if i have an gui and an text in that.
then can i change it in run time or in programming?
my program read an text from an file and show it in an window of gui.
i want to change the text with another text.
can do these?
thankful.
Post your code… it is actually very simple.
var myVariable="This is my text";
function OnGUI () {
GUI.Label (Rect (10, 10, 100, 20), myVariable);
}
So in the above example… all you would have to do is change myVariable to something else, and it would display.
hi all
my problem is unity dont support correctly arabic an persian languages.
thankful.
Yea unfortunately it does not. But i think it is a feature they are trying to add in a future release.