- Home /
Windows that do not take priority over other GUI elements
I need a solution or work around to this problem: I need to have a window element that can be used as a GUILayout BUT does not take priority over other GUI elements. I need the window to be drawn underneath certain other GUI elements. As I understand it Window elements by default are drawn over other GUI elements. Is there a way around this or a way to disable it for certain windows?
Could you explain why you want to do this? There is almost certainly a way, but you need to explain more clearly what it is that you are trying to achieve. Have a look at the GUILayoutUtility and GUI.depth- do either of these help you at all?
Your answer
Follow this Question
Related Questions
GUI Window Render Priority 1 Answer
How do i bring one GUI window in front of another? 1 Answer
GUI.Window error. InvalidOperationException: Hashtable.Enumerator: snapshot out of sync. 0 Answers
Having a GUILayout Window position immediately at screen center 5 Answers
How do I make GUI buttons draw more GUI objects when clicked? 2 Answers