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 info on ordering see RuntimeInitializeOnLoadMethodAttribute.