Hello there; this is probably a really noobish question but I can’t seem to solve it. I have a dynamic text field, which I then converted to an object and instanced. Both the text field and the object have a instance.
I tryed both:
//startbtn being the object, text1_txt being the text field.
startbtn.text1_txt.text = "lol";
And
text1_txt.text = "lol";
I found the ladder to be more logical, but neither worked. Anyone have a way to get at these nested text fields?
Thanks,
-Blackroot.