打包过程出现的问题

This commit is contained in:
2024-12-31 16:40:03 +08:00
parent 389a1bdde9
commit 22c0d4f742
10 changed files with 406 additions and 39 deletions
@@ -238,7 +238,7 @@ namespace AibisDream.FixSystem
#if UNITY_EDITOR
DestroyImmediate(oldModule.gameObject);
#else
Destory(oldModule);
Destroy(oldModule);
#endif
}