在unity运行的时执行,RuntimeInitializeLoadType运行时间点枚举 // // 摘要: // Set RuntimeInitializeOnLoadMethod type. public enum RuntimeInitializeLoadType { // // 摘要: // After Scene is loaded. AfterSceneLoad = 0, // // 摘要: // Before Scene is loaded. BeforeSceneLoad = 1, // // 摘…