So basically, I was attempting to make a dialogue system for my game. I saw a video and basically downloaded the project and took the code strait from it. (Keep in mind that it worked on this other person computer.) And it just doesn’t show up. Just for a test it was supposed to change the words written originally to something else but that something else does not show up and I was wondering if anyone could help me with this issue. Thank you! And I will gladly send screenshots if you need it.
Every time that has happened to me it was because I was not changing the actual instance of the object. Check that you really are changing the correct instance that is being displayed.
I found out that this only doesn’t work for 2D games but it’s fine with 3D.