Exemplo n.º 1
0
        private static void ScriptsWereReloaded()
        {
            ActEditorGlobalStuff.RemoveObsoleteFiles();
            ActEditorGlobalStuff.RemoveObsoletePrefs();

            if (EditorPrefs.GetBool(ActEditorGlobalStuff.PREFS_INJECTION_GLOBAL))
            {
                InjectionAssembliesScan();
            }
        }
Exemplo n.º 2
0
        private static void ScriptsWereReloaded()
        {
            ActEditorGlobalStuff.RemoveObsoleteFiles();
            ActEditorGlobalStuff.RemoveObsoletePrefs();
            EditorUserBuildSettings.activeBuildTargetChanged += OnBuildTargetChanged;

            if (EditorPrefs.GetBool(ActEditorGlobalStuff.PREFS_INJECTION_GLOBAL))
            {
                InjectionAssembliesScan();
            }
        }