- Home /
Text Mesh + GuiTexture2D
Hello frndz...
can I put my GUI TextMesh over GUITexture2D??
I want to display score on Guitexture2D.. How can I do that?? please help me...
Answer by henry96 · Sep 29, 2011 at 07:07 AM
Yes, you can. I assume that u make use guiText and guiTexture without using script. All you have to do is set the z position of guiText larger than 0 while z position of guiTexture is 0.
If you make them by script OnGUI ( ), put the line of script guiText below guiTexture.
Hope this helps! Cheers!
Your answer
Follow this Question
Related Questions
Text fields where text will scale along with resolution. 1 Answer
Is there a way to import png images with TextureType = GUI automatically? 1 Answer
how to show Texture2D with scripts or GUITexture 1 Answer
How to script GUI Texture Window to see it in Script (Object's component) 1 Answer
high quality image appears low quality when displayed through a GUI window 1 Answer