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…

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!