I' m working on a chat box and for some reason when I send messages, they don't show up.
If I add the messages as an object in the editor, they show up. (Picture 1)
I can add more and they correctly get displayed. (Picture 2)
But, when I run my scene, the message doesn't show up. If went into the debug tool, and the messages are correctly added by the code I created. (Picture 3)
If have the feeling it has something to do with the sizes. Like the object is added, but the size is x:0, y:0 (the debug tool says it is correct but I have a feeling some setting that is outside of my knowledge is overwriting it), which results into the chat message not showing. Does someone have some idea what problem it is or how I can debug this?