Saints Field
A Unity Inspector extension tools focusing on script fields inspector enhancement
by TylerTemp
Price History +
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