|
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?
(comments are locked)
|

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?