From a67e179c57c75126d12ad005539097980f3db5e3 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期一, 15 九月 2025 15:32:43 +0800 Subject: [PATCH] 0312 打包不修改代码里的版本号,后续要对版本号进行管理;安卓有对闪图特殊处理后续排查;新资源都放UI目录下 --- Assets/Launch/Common/ResourcesPath.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/Launch/Common/ResourcesPath.cs b/Assets/Launch/Common/ResourcesPath.cs index 0acbcc7..8ee12a6 100644 --- a/Assets/Launch/Common/ResourcesPath.cs +++ b/Assets/Launch/Common/ResourcesPath.cs @@ -13,8 +13,8 @@ "standalone"; #endif - public const string windowFileBundleName = "ui"; - public const string uiprefabFileBundleName = "uicomp"; + public const string windowFileBundleName = "ui/ui"; + public const string uiprefabFileBundleName = "ui/uicomp"; public readonly static string ResourcesOutPath = Application.dataPath + "/ResourcesOut/"; public const string ResourcesOutAssetPath = "Assets/ResourcesOut/"; -- Gitblit v1.8.0