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
- Type: Method
- Namespace: UnityEditor.ProjectWindowCallback
- Assembly: UnityEditor.CoreModule
public virtual void OnEnable()