Awake

Awake is called when the script instance is being loaded.

Implementation

protected new virtual void Awake();

Reference

MonoBehaviour.Awake

Last updated