runtimeinitializeonload
This is an old revision of the document!
RuntimeInitializeOnLoadMethod
The documentation is not correct about this function running after awake. It does by default, but not if you specify a load type:
The order of callbacks is: 1)
- SubsystemRegistration
- AfterAssembliesLoad
- BeforeSplashScreen2)
- BeforeSceneLoad
- Unity MonoBehaviour.Awake() runs here
- AfterSceneLoad, Default
- Unity MonoBehaviour.Start() runs here
Providing no load type defaults to RuntimeInitializeLoadType.AfterSceneLoad, running the function after Awake.
runtimeinitializeonload.1620415610.txt.gz · Last modified: 2025/01/15 04:35 (external edit)