Publisher | TylerTemp |
---|---|
File size | 895.03kB |
Number of files | 747 |
Latest version | 3.12.1 |
Latest release date | 2024-12-30 04:44:15 |
First release date | 2024-03-05 05:40:20 |
Supported Unity versions | 2018.4.2 or higher |
a Unity Inspector extension tool focusing on script fields like NaughtyAttributes but different.
Unity: 2019.1 or higher
Highlights
- Works on deeply nested fields!
- Supports UI Toolkit (Experimental)! And it can properly handle IMGUI drawer even with UI Toolkit enabled!
- Use and only use PropertyDrawer and DecoratorDrawer, thus it will be compatible with most Unity Inspector enhancements like NaughtyAttributes and your custom drawer.
- Allow stack on many cases. Only attributes that modified the label itself, and the field itself can not be stacked. All other attributes can mostly be stacked.
- Allow dynamic arguments in many cases
Features
- Open Source
- Drawer Attributes
- Validator Attributes
- Common tools for 3rd party packages like Addressable, NavMesh
Platforms
- PC, Mac, Linux
- Android
- iOS
- Nintendo Switch
- PS4
- XBOX ONE
This does NOT inject a global Editor component so it'll safe to use it with custom editor like NaughtyAttributes & Odin