(no title)
mellinoe | 6 years ago
It's true that the newer retained mode GUI has supplanted the older IMGUI for "game UI" (e.g. what users interact with when playing an actual game built with Unity). On the other hand, the Unity editor itself is still built entirely with their immediate-mode GUI library, and I haven't heard of any plan to move away from that. Building "editor-like" tools (including custom user tools) is still significantly easier to accomplish using immediate-mode libraries.
60654|6 years ago
https://blogs.unity3d.com/2019/04/23/whats-new-with-uielemen...
vardump|6 years ago
jayd16|6 years ago