少年修仙传客户端基础资源
client_Wu Xijin
2018-08-14 d3502d6497f62ff643c63aa28310d446ebcfac77
2541  优化日志工具和bugly工具
5个文件已修改
2个文件已添加
48 ■■■■ 已修改文件
Assets/Editor/Tool/AnimationCompression.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Editor/Tool/ExcelParseTool.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Editor/Tool/GenerateClass.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Editor/Tool/TableTool.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Editor/Tool/UpdateSpritePackingSetting.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Plugins/DebugEx.dll 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Plugins/DebugEx.dll.meta 34 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Editor/Tool/AnimationCompression.cs
@@ -207,7 +207,7 @@
            if (isCancel || _Index >= _AnimOptList.Count)
            {
                EditorUtility.ClearProgressBar();
                DesignDebug.Log(string.Format("--优化完成--    错误数量: {0}    总数量: {1}/{2}    错误信息↓:\n{3}\n----------输出完毕----------", _Errors.Count, _Index, _AnimOptList.Count, string.Join(string.Empty, _Errors.ToArray())));
                DebugEx.Log(string.Format("--优化完成--    错误数量: {0}    总数量: {1}/{2}    错误信息↓:\n{3}\n----------输出完毕----------", _Errors.Count, _Index, _AnimOptList.Count, string.Join(string.Empty, _Errors.ToArray())));
                Resources.UnloadUnusedAssets();
                GC.Collect();
                AssetDatabase.SaveAssets();
Assets/Editor/Tool/ExcelParseTool.cs
@@ -82,7 +82,7 @@
            }
            catch (Exception e)
            {
                DesignDebug.LogError(e.ToString());
                DebugEx.LogError(e.ToString());
            }
            ConfigManager.Instance.SyncLoadConfigs();
            m_FitterKeys.Clear();
@@ -139,7 +139,7 @@
                }
                catch (Exception e)
                {
                    DesignDebug.LogError(e.ToString());
                    DebugEx.LogError(e.ToString());
                }
            }
Assets/Editor/Tool/GenerateClass.cs
@@ -35,7 +35,7 @@
    public void AddImportNamespace(string spaceName)
    {
        if (_codeNamespace == null) {
            DesignDebug.Log("_codeNamespace is null");
            DebugEx.Log("_codeNamespace is null");
            return;
        }
        _codeNamespace.Imports.Add(new CodeNamespaceImport(spaceName));
@@ -48,7 +48,7 @@
    public void GenerateClassName(string className, string extendClass = "")
    {
        if (_codeNamespace == null) {
            DesignDebug.Log("_codeNamespace is null");
            DebugEx.Log("_codeNamespace is null");
            return;
        }
        _customerClass = new CodeTypeDeclaration(className);
Assets/Editor/Tool/TableTool.cs
@@ -255,7 +255,7 @@
        }
        catch (IOException e)
        {
            DesignDebug.Log(e.Message);
            DebugEx.Log(e.Message);
        }
    }
Assets/Editor/Tool/UpdateSpritePackingSetting.cs
@@ -97,7 +97,7 @@
                }
                catch (Exception ex)
                {
                    DesignDebug.Log(ex);
                    DebugEx.Log(ex);
                    EditorUtility.ClearProgressBar();
                }
            }
Assets/Plugins/DebugEx.dll
Binary files differ
Assets/Plugins/DebugEx.dll.meta
New file
@@ -0,0 +1,34 @@
fileFormatVersion: 2
guid: 76421cbd25c0a2f41a64e24da5c263e3
timeCreated: 1534236073
licenseType: Pro
PluginImporter:
  serializedVersion: 2
  iconMap: {}
  executionOrder: {}
  isPreloaded: 0
  isOverridable: 0
  platformData:
    data:
      first:
        Any:
      second:
        enabled: 1
        settings: {}
    data:
      first:
        Editor: Editor
      second:
        enabled: 0
        settings:
          DefaultValueInitialized: true
    data:
      first:
        Windows Store Apps: WindowsStoreApps
      second:
        enabled: 0
        settings:
          CPU: AnyCPU
  userData:
  assetBundleName:
  assetBundleVariant: