From 05ca0d0994831c02c22d32b1fae208e1417334e4 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期一, 15 九月 2025 17:05:28 +0800 Subject: [PATCH] 0312 全屏图资源 --- Assets/Editor/Tool/UpdateAssetBundleName.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/Editor/Tool/UpdateAssetBundleName.cs b/Assets/Editor/Tool/UpdateAssetBundleName.cs index 85776bc..19049e2 100644 --- a/Assets/Editor/Tool/UpdateAssetBundleName.cs +++ b/Assets/Editor/Tool/UpdateAssetBundleName.cs @@ -315,8 +315,8 @@ static string assetPath = "Assets/ResourcesOut/Scenes"; static HashSet<string> exportMaps;//鍘婚櫎鐨勫湴鍥惧垪琛� - static string rootTexturePath = Application.dataPath + "/ResourcesOut/Texture"; - static string assetTexturePath = "Assets/ResourcesOut/Texture"; + static string rootTexturePath = Application.dataPath + "/ResourcesOut/Texture/FullScreenBg"; + static string assetTexturePath = "Assets/ResourcesOut/Texture/FullScreenBg"; [MenuItem("绋嬪簭/璁剧疆璧勬簮鍖呭悕/鏇存柊Level(All) AssetBundleName")] -- Gitblit v1.8.0