文章目錄
- 1 介紹
- 2 模塊
- 3 學習目的
1 介紹
? Odin Inspector 是 Unity 的一個插件,擁有強大、自定義和用戶友好的編輯器,而無需編寫任何自定義編輯器代碼,使得編程過程中的數據可視化更容易實現。
? 具體功能包括:
- 更舒適美觀的 Inspector 面板。
- 自定義布局。
- 調色板。
- 數據下拉列表顯示。
- 嵌入式編輯器。
- 等等
- 自定義 Editor 窗口面板。
- 任意對象的序列化與可視化。
- 字典可視化。
- 屬性可視化。
- 靜態變量可視化。
- 等等。

? 官網:https://odininspector.com。
? Unity Asset Store 鏈接:https://assetstore.unity.com/packages/tools/utilities/odin-inspector-and-serializer-89041。
2 模塊
-
Odin Inspector:監視窗口美化與自定義。
-
Odin Validator:驗證項目是否正確配置。
-
Odin Serializer:擴展任意數據的序列化。

3 學習目的
? 主要用于可視化屬性值,便于項目調試。