For the complete documentation index, see llms.txt. This page is also available as Markdown.

OnValidate

This function is called when the script is loaded or a value is changed in the Inspector (Called in the editor only).

Implementation

protected new virtual void OnValidate();

Reference

MonoBehaviour.OnValidate

Last updated