Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AfterAssembliesLoaded

Callback invoked when all assemblies are loaded and preloaded assets are initialized. At this time the objects of the first scene have not been loaded yet.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Field
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
AfterAssembliesLoaded = 2

Remarks

For more info on ordering see RuntimeInitializeOnLoadMethodAttribute.