This version of Unity is unsupported.

RuntimeInitializeLoadType

enumeration

Description

Set RuntimeInitializeOnLoadMethod type.

Properties

AfterSceneLoadAfter Scene is loaded.
BeforeSceneLoadBefore Scene is loaded.
AfterAssembliesLoadedCallback when all assemblies are loaded and preloaded assets are initialized.
BeforeSplashScreenImmediately before the splash screen is shown.
SubsystemRegistrationCallback used for registration of subsystems