Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


OnEnable()

Unity calls this function when an asset is about to be created, allowing user to setup any actions that needs to be called during the asset creation process from the Project Browser.
Read time 1 minuteLast updated 11 days ago

Definition

public virtual void OnEnable()