Publisher | Kevin Castejon |
---|---|
File size | 1.76MB |
Number of files | 105 |
Latest version | 1 |
Latest release date | 2024-04-22 05:19:56 |
First release date | 2022-09-09 01:52:14 |
Supported Unity versions | 2018.4.2 or higher |
A set of custom attributes with various functionalities.
They are all standalone and can be imported and used separately.
Custom Attributes List :
- LabelPlus
- Custom Inspector property label that allows using an icon, a custom label text and a custom label color.
- HeaderPlus
- Custom Inspector property header that allows using an icon, a custom header label text and a custom header label color.
- ReadOnly
- Prevents a property from being edited on the Inspector.
- ReadOnlyOnPlay
- Prevents a property from being edited on the Inspector in PlayMode. The behaviour can be inverted so the property is editable only in PlayMode.
- ReadOnlyOnPrefab
- Prevents a property from being edited on the Inspector in PrefabMode. The behaviour can be inverted so the property is editable only in PrefabMode.
- HideOnPlay
- Hides the property in PlayMode. The behaviour can be inverted with the 'invert' parameter so the property is visible only in PlayMode.
- HideOnPrefab
- Hides the property in PrefabMode. The behaviour can be inverted with the 'invert' parameter so the property is visible only in PrefabMode.
- Tag
- Displays a dropdown list of available Tags (must be used with a 'string' typed property).
- Layer
- Displays a dropdown list of available Layers (must be used with a 'int' typed property). It offers a single layer selection instead of the multiple LayerMask selection.
- Scene
- Displays a dropdown list of available build settings Scenes (must be used with a 'string' typed property).