eem
1
I tried to changed the order at which GUI.drawTexture and GUI.Window were call. I tried placing GUI.depth calls before each respective GUI call. Didn't work.
How can I do a GUI.drawTexture and have it appear above a GUI.Window?
GUI.depth needs to be used in separate scripts for it to work.