UIElements in scene GUI edit time

Hi,

Is it possible to use the UIElements in a custom editor to display controls in scene view? Something like GUILayout.BeginGUI.

Thank you

Another team is creating a system for attaching tool UIs (ie. toolbars) in the Scene window. This is their section of the forum:

I would keep an eye out there for a new system for Scene toolbars being announced. You can also ask there for more info on this.

The existing way of IMGUI to just add UI to the Scene was not salable as tools would often interfere with each other. This is why we didn’t port the IMGUI system to UI Toolkit and why a dedicated team has built a proper toolbars API (that works with UI Toolkit UIs) for Scene customization.

2 Likes

Thank you Damian.