Uninomicon

Documenting the dark corners of the Unity Engine.

User Tools

Site Tools


runtimeinitializeonload

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
runtimeinitializeonload [2021/05/07 19:28]
bhanson Add footnote that this was also tested in 2020.1.17.f1
runtimeinitializeonload [2021/06/18 00:25]
andrew900460 verified the execution order in new unity version
Line 10: Line 10:
   * __//Unity MonoBehaviour.Awake() runs here//__   * __//Unity MonoBehaviour.Awake() runs here//__
   * AfterSceneLoad, Default   * AfterSceneLoad, Default
-  * __//Unity MonoBehaviour.Start() runs here//__ 
  
 Providing no load type defaults to RuntimeInitializeLoadType.AfterSceneLoad, running the function after Awake. Providing no load type defaults to RuntimeInitializeLoadType.AfterSceneLoad, running the function after Awake.
 +
 +Other versions that have been verified to also use this exact order:
 +  * 2021.1.12f1 (editor only)
runtimeinitializeonload.txt ยท Last modified: 2022/01/26 04:23 by 187.190.156.255