Hello !
I am making my own text editor. So far I have a text mesh that can be edited dynamically, but I would like a kind of frame around my text, like a simple rectangle for example.
But a game object can contain a GUITexture and a text mesh but cannot draw both …
I would like to understand why, and if there is some kind of trick to draw both.
I already tried to have 2 gameobjects, one for the text and an other one for the GUITexture, but it’s very hard to place them correctly (and GUITexture and the text can be correctly aligned for one resolution, but if the user change it …).