Browse Source

错误提示优化

guodong 2 years ago
parent
commit
afa2e074df
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameClient/Assets/ThirdParty/Xasset/Runtime/Loadables/Asset.cs

+ 1 - 1
GameClient/Assets/ThirdParty/Xasset/Runtime/Loadables/Asset.cs

@@ -71,7 +71,7 @@ namespace VEngine
         {
             if (!Versions.Contains(path))
             {
-                Logger.E("FileNotFoundException {0}", path);
+                Logger.E("请添加资源 {0}", path);
                 return null;
             }