少年修仙传客户端代码仓库
client_linchunjie
2018-08-20 6e598e7216bf239460e0139144bc77d38a29a27a
Core/ResModule/AnimatorControllerLoader.cs
@@ -44,7 +44,7 @@
        if (_animationClip == null)
        {
            DesignDebug.LogErrorFormat("LoadAnimationClip.Load() => 加载不到资源: {0} => {1}.", name, clipName);
            DebugEx.LogErrorFormat("LoadAnimationClip.Load() => 加载不到资源: {0} => {1}.", name, clipName);
        }
        return _animationClip;
@@ -90,7 +90,7 @@
        if (_controller == null)
        {
            DesignDebug.LogErrorFormat("AnimatorControllerLoader.Load() => 加载不到资源: {0}_{1}.", suffix, _name);
            DebugEx.LogErrorFormat("AnimatorControllerLoader.Load() => 加载不到资源: {0}_{1}.", suffix, _name);
        }
        return _controller;
@@ -127,7 +127,7 @@
        if (_controller == null)
        {
            DesignDebug.LogErrorFormat("AnimatorControllerLoader.Load() => 加载不到资源: {0}.", _name);
            DebugEx.LogErrorFormat("AnimatorControllerLoader.Load() => 加载不到资源: {0}.", _name);
        }
        return _controller;