|
Is there a way to set a guiTexture or GuiText depth without using OnGui ? like if I premade the text or texture without using any code ? I havent been able to get it working yet. I'm just trying to push these objects to the front of the screen and organize them.
(comments are locked)
|
|
Actually in Unity there are 2 ways of GUI implementation. You can use GUI Text or GUI Texture components that doesn't need scripting. http://unity3d.com/support/documentation/Components/class-GuiText.html http://unity3d.com/support/documentation/Components/class-GuiTexture.html
(comments are locked)
|
