Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BeforeSplashScreen

Callback invoked before the splash screen is shown. At this time the objects of the first scene have not been loaded yet.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Field
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
BeforeSplashScreen = 3

Remarks

If the splash screen is turned off, functions using this load type are invoked when the splash screen would have been displayed.
For more information on the execution order of this option relative to the others, refer to RuntimeInitializeOnLoadMethodAttribute