少年修仙传客户端代码仓库
client_linchunjie
2018-08-14 c6689f941359227f0b99b20b9400ccbab81b671c
Core/Editor/AssetBundleBrowser/InspectTab/AssetBundleInspectTab.cs
@@ -190,7 +190,7 @@
                    if (File.Exists(f))
                        m_BundleList.Add(f);
                    else
                        DesignDebug.Log("Expected bundle not found: " + f + ". Note: Browser does not yet support inspecting bundles with hash appended.");
                        DebugEx.Log("Expected bundle not found: " + f + ". Note: Browser does not yet support inspecting bundles with hash appended.");
                }
            }