- Home /
NEW UI on top of GUI
I readed somewhere that GUI will be allways on the top layer but i dont want to belive it.
I have a GUI treelike menu.(drawed with EditorGUI.Foldout). Is there any kind of way that this menu go behind a New UI menu?
Answer by FortisVenaliter · May 20, 2015 at 09:23 PM
Sorry, but this seems like a weird question to me. Why do you instinctively not believe the documentation?
When it comes to programming, believe the docs until you see something acting differently than described. Then believe the docs and figure out what you did wrong. If that still doesn't fix it, only then should you question the docs. The documentation is like a working bible, as far as I'm concerned, and it's saved me from hundreds of headaches.
Or, if it really bothers you, test it yourself. Build a bunch of combinations of UGUI and GUI calls and see if you can break it in a way that violates the docs.
Your answer

Follow this Question
Related Questions
Gui object to mouse position 1 Answer
Different GUI Sizes in player and on mobile?? 1 Answer
Change sorting layer of UI without changing position in hierarchy 0 Answers
Positioning a GUI Text? 2 Answers
Tooltip Align and Position 0 Answers