少年修仙传客户端代码仓库
client_linchunjie
2018-08-20 b78c5de93222addd09a9c5a09900ab7c1a58fff5
Core/ResModule/InstanceResourcesLoader.cs
@@ -182,7 +182,7 @@
        if (_gameObject == null)
        {
            DesignDebug.LogErrorFormat("InstanceResourcesLoader.LoadModel() => 加载不到资源: {0} ", name);
            DebugEx.LogErrorFormat("InstanceResourcesLoader.LoadModel() => 加载不到资源: {0} ", name);
        }
        return _gameObject;
@@ -209,7 +209,7 @@
        if (_gameObject == null)
        {
            DesignDebug.LogErrorFormat("InstanceResourcesLoader.LoadModel() => 加载不到资源: {0}/{1} ", assetBundleName, assetName);
            DebugEx.LogErrorFormat("InstanceResourcesLoader.LoadModel() => 加载不到资源: {0}/{1} ", assetBundleName, assetName);
        }
        return _gameObject;
@@ -256,7 +256,7 @@
        if (_gameObject == null)
        {
            DesignDebug.LogErrorFormat("InstanceResourcesLoader.LoadSkillEffect() => 加载不到资源: {0}", _effectModel.fxName);
            DebugEx.LogErrorFormat("InstanceResourcesLoader.LoadSkillEffect() => 加载不到资源: {0}", _effectModel.fxName);
        }
        return _gameObject;