Version: 2022.3
Language : English
GUI Style (IMGUI System)
Editor Windows

Extending the Editor with IMGUI

Note: It’s strongly recommended to use the UI Toolkit to extend the Unity Editor, as it provides a more modern, flexible, and scalable solution than IMGUI.

Unity lets you extend the editor with your own custom inspectors and Editor Windows and you can define how properties are displayed in the inspectorA Unity window that displays information about the currently selected GameObject, asset or project settings, allowing you to inspect and edit the values. More info
See in Glossary
with custom Property DrawersA Unity feature that allows you to customize the look of certain controls in the Inspector window by using attributes on your scripts, or by controlling how a specific Serializable class should look More info
See in Glossary
. This section explains how to use these features.

GUI Style (IMGUI System)
Editor Windows