OnValidate()
This function is called when the importer is loaded or a value is changed in the Inspector.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.AssetImporters
public void OnValidate()
Remarks
You can use this to ensure that when you modify data in an editor, that data stays within a certain range.