Uninomicon

Documenting the dark corners of the Unity Engine.

User Tools

Site Tools


runtimeinitializeonload

This is an old revision of the document!


RuntimeInitializeOnLoad

The order of callbacks is: 1)

  • SubsystemRegistration
  • AfterAssembliesLoad
  • BeforeSplashScreen2)
  • BeforeSceneLoad

Unity MonoBehaviour.Awake() runs here

  • AfterSceneLoad, Default

Providing

1)
tested in the editor, 2020.2.1f1
2)
On 2019, this call didn't seem to run in the editor
runtimeinitializeonload.1618369951.txt.gz · Last modified: 2021/04/14 03:12 by 73.95.178.156