Unity Asset Validator
The Unity Asset Validator artifact is a developer tool window that features selected asset validation of Texture2D, AudioClip, and Mesh assets in Unity.
Validation methods can be enabled or disabled when validating an object through toggles in the Asset Validator window. Multiple assets can be selected and validated at the same time, and the most recently selected asset’s Unity asset image and asset name will be displayed on the tool’s UI.
Developer settings for asset validation are inputted into the Asset Validator as a scriptable object, and logging levels and colours will be displayed on the Asset Validator UI to display the results of asset validation of a valid asset type.
Features:
- Asset Type Validation
- Texture2D
- AudioClip
- Mesh
- Multiple Asset Selection and Validation
- Customisable Validation Settings
- Automatic Tool Open on Asset Import