EditorAttributes Settings
The settings for EditorAttributes package are located in Edit/ProjectSettings/EditorAttributes.
Disable Editor Extension
Disables the drawing of the editor by the editor extension script, usefull if you want to override the base UnityEngine.Object yourself.
Warning
The following attributes will stop working when enabling this setting: Button Attribute, GUIColor Attribute, PropertyOrder Attribute, HideProperty Attribute, ShowInInspector Attribute.
Disable Build Validation
Disables automatic validation when building the project.
Asset Preview Load Time
Time in milliseconds to wait for the asset preview to load, increase this value if the previews are not showing up.
Custom Unit Definitions
Define custom units for use with UnitField Attribute.
- Fields:
stringunitName: The name of the custom unitUnitCategorycategory: The category this unit is part ofstringcategoryName: Define a custom category for this unit. Only relevant when the category field is set to CustomstringunitLabel: The label used for displaying the unit in the inspectordoublebaseFactor: How many base units equal one of this unit. Must be 1 for the base unit