| | |
| | | |
| | | if (_animationClip == null) |
| | | { |
| | | DesignDebug.LogErrorFormat("LoadAnimationClip.Load() => 加载不到资源: {0} => {1}.", name, clipName); |
| | | DebugEx.LogErrorFormat("LoadAnimationClip.Load() => 加载不到资源: {0} => {1}.", name, clipName); |
| | | } |
| | | |
| | | return _animationClip; |
| | |
| | | |
| | | if (_controller == null) |
| | | { |
| | | DesignDebug.LogErrorFormat("AnimatorControllerLoader.Load() => 加载不到资源: {0}_{1}.", suffix, _name); |
| | | DebugEx.LogErrorFormat("AnimatorControllerLoader.Load() => 加载不到资源: {0}_{1}.", suffix, _name); |
| | | } |
| | | |
| | | return _controller; |
| | |
| | | |
| | | if (_controller == null) |
| | | { |
| | | DesignDebug.LogErrorFormat("AnimatorControllerLoader.Load() => 加载不到资源: {0}.", _name); |
| | | DebugEx.LogErrorFormat("AnimatorControllerLoader.Load() => 加载不到资源: {0}.", _name); |
| | | } |
| | | |
| | | return _controller; |