update: 暂时关闭 GuruSDKRes 自动注入的 mod

feature/item_system
胡宇飞 2024-01-24 15:16:53 +08:00
parent af06ddade2
commit aa920208b5
1 changed files with 1 additions and 1 deletions

View File

@ -849,7 +849,7 @@ namespace Guru.Editor
//-------- 部署 Android 相关的文件和资源 ----------
AndroidManifestMod.Apply();
AndroidProjectMod.Apply();
AndroidResMod.Apply();
// AndroidResMod.Apply(); // 部署 GuruSDKRes 资源文件, 目前部署在 guru.sdk.core 的 Plugins/Android/SDKRes.androidlib 中
// #endif
AssetDatabase.Refresh();