mirror of
https://github.com/AnnulusGames/Alchemy.git
synced 2025-01-23 00:38:23 -05:00
17 lines
1.3 KiB
Markdown
17 lines
1.3 KiB
Markdown
# 他ライブラリとの比較
|
|
|
|
Alchemyは他のエディタ拡張用のアセットと同等、またはそれ以上の非常に豊富な機能を搭載しています。ここではAlchemyと他のアセット/ライブラリの機能の比較を示します。
|
|
|
|
| | Alchemy | [Odin Inspector & Serializer](https://odininspector.com/) | [NaughtyAttributes](https://github.com/dbrizov/NaughtyAttributes) | [Tri Inspector](https://github.com/codewriter-packages/Tri-Inspector) | [Unity Editor Toolbox](https://github.com/arimger/Unity-Editor-Toolbox) |
|
|
| - | - | - | - | - | - |
|
|
| オープンソース | ✔︎ | ❌ | ✔︎ | ✔︎ | ✔︎ |
|
|
| グループ化属性 | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ |
|
|
| Button属性 | ✔︎ | ✔︎ | ✔︎ <br>(引数なし) | ✔︎ | ✔︎ <br>(引数なし) |
|
|
| NonSerializedメンバーの編集 | ✔︎ | ✔︎ | ❌ | ✔︎ | ❌ |
|
|
| SerializeReference対応 | ✔︎ | ✔︎ | ❌ | ✔︎ | ✔︎ |
|
|
| シリアル化拡張 | ✔︎ <br>(partialが必要) | ✔︎ <br>(専用型を継承) | ❌ | ❌ | ❌ <br>(シリアル化可能な型の提供) |
|
|
| UI Toolkit対応 | ✔︎ | ✔︎ | ❌ | ✔︎ | ❌ |
|
|
| EditorWindow拡張 | ✔︎ | ✔︎ | ❌ | ❌ | ❌ |
|
|
| Hierarchy拡張 | ✔︎ | ❌ | ❌ | ❌ | ✔︎ |
|
|
|