From 91a5cf49b841a6e384a11cf2a3a76b1f3644370c Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期二, 24 六月 2025 21:14:22 +0800 Subject: [PATCH] 0312 增加查找引用工具 --- 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 bc3395a..f4794ca 100644 --- a/Assets/Launch/Common/ResourcesPath.cs +++ b/Assets/Launch/Common/ResourcesPath.cs @@ -14,7 +14,7 @@ #endif public const string windowFileBundleName = "ui"; - public const string uiprefabFileBundleName = "prefab"; + public const string uiprefabFileBundleName = "uicomp"; public readonly static string ResourcesOutPath = Application.dataPath + "/ResourcesOut/"; public const string ResourcesOutAssetPath = "Assets/ResourcesOut/"; @@ -33,7 +33,7 @@ public static readonly string UI_SPRITE_SUFFIX = "Sprite"; public static readonly string UI_WINDOW_SUFFIX = "UI"; public static readonly string UI_FONT_SUFFIX = "Font"; - public static readonly string UI_PREFAB_SUFFIX = "Prefab"; + public static readonly string UI_PREFAB_SUFFIX = "UIComp"; public static readonly string CONFIG_FODLER = ResourcesOutPath + "Config/"; -- Gitblit v1.8.0