Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 599 Bytes

File metadata and controls

23 lines (13 loc) · 599 Bytes

OnLoadAttribute

class in AdvancedSceneManager.Callbacks / Inherits from: DiscoverableAttribute

Description

Occurs when ASM has finished initializing, after domain reload, editor startup, or before startup process in a build.

Remarks: Aims to replace:

UnityEditor.InitializeOnLoadMethodAttribute

UnityEditor.InitializeOnLoadAttribute

Combines them, and is safely usable both in and outside the editor.

Properties

Member Description
string friendlyDescription Specifies the description to be shown in the diag UI tooltip.