https://www.jianshu.com/p/355697b5e66f
- AfterSceneLoad 当场景加载完成后调用
- BeforeSceneLoad 场景加载之前调用
- AfterAssembliesLoaded 当多有程序集加载完毕后,预加载资源初始化好之后回调。Callback when all assemblies are loaded and preloaded assets are initialized.
- BeforeSplashScreen Splash Screen显示之前调用。Immediately before the splash screen is shown.
- SubsystemRegistration 子系统注册回调
SubsystemRegistration
image.png
https://docs.unity3d.com/Manual/DomainReloading.html
该Attribute,用来在禁用域重载功能时,起到一个手动重置的效果。
网友评论