Version: 2022.2
言語: 日本語
GUI Style (IMGUI)
エディターウィンドウ

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 では独自のインスペクターと エディターウィンドウ、さらにインスペクターにプロパティを表示する独自の Property Drawer を作成することができます。このセクションでは、これらの機能を使用する方法について説明します。

GUI Style (IMGUI)
エディターウィンドウ