少年修仙传客户端代码仓库
client_Zxw
2018-08-20 f11a7aae6f821913aa4bc415961db4cb18f3e3b6
Core/ResModule/AnimatorControllerLoader.cs
@@ -11,6 +11,7 @@
    public static readonly string controllerSuffix = "AnimatorController_";
    public static readonly string controllerUISuffix = "AnimatorController_UI_";
    public static readonly string controllerShowSuffix = "AnimatorController_Show_";
    public static readonly string controllerRealmSuffix = "AnimatorController_Realm_";
    public static AnimationClip LoadAnimationClip(string name, string clipName)
    {
@@ -44,7 +45,7 @@
        if (_animationClip == null)
        {
            DesignDebug.LogErrorFormat("LoadAnimationClip.Load() => 加载不到资源: {0} => {1}.", name, clipName);
            DebugEx.LogErrorFormat("LoadAnimationClip.Load() => 加载不到资源: {0} => {1}.", name, clipName);
        }
        return _animationClip;
@@ -90,7 +91,7 @@
        if (_controller == null)
        {
            DesignDebug.LogErrorFormat("AnimatorControllerLoader.Load() => 加载不到资源: {0}_{1}.", suffix, _name);
            DebugEx.LogErrorFormat("AnimatorControllerLoader.Load() => 加载不到资源: {0}_{1}.", suffix, _name);
        }
        return _controller;
@@ -127,7 +128,7 @@
        if (_controller == null)
        {
            DesignDebug.LogErrorFormat("AnimatorControllerLoader.Load() => 加载不到资源: {0}.", _name);
            DebugEx.LogErrorFormat("AnimatorControllerLoader.Load() => 加载不到资源: {0}.", _name);
        }
        return _controller;