优化日志
This commit is contained in:
8
Assets/02.InformationSave/Editor.meta
Normal file
8
Assets/02.InformationSave/Editor.meta
Normal file
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a832a8c4833f01744bb484de1af54c37
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2da8df4f2ba04494a90eec6fda524a49
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,6 +1,6 @@
|
||||
fileFormatVersion: 2
|
||||
<<<<<<<< HEAD:Assets/05.TableTextConversion/RunTime/Abstract.meta
|
||||
guid: 3f4958b2707b1874fb59e045842881b7
|
||||
guid: 0edb4ada55e89774580e0ebd17f45267
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
========
|
||||
|
||||
7
Assets/02.InformationSave/README.md.meta
Normal file
7
Assets/02.InformationSave/README.md.meta
Normal file
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9bf258ec9987c7c429bdcab7a16539fa
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
8
Assets/02.InformationSave/RunTime.meta
Normal file
8
Assets/02.InformationSave/RunTime.meta
Normal file
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: dd58efb7f9e1b0c4f9d07e84827f357d
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
8
Assets/02.InformationSave/RunTime/Abstract.meta
Normal file
8
Assets/02.InformationSave/RunTime/Abstract.meta
Normal file
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3e0efc3ec4ae1fe458358558357e78fb
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -36,7 +36,7 @@ namespace Stary.Evo.InformationSave
|
||||
}
|
||||
else
|
||||
{
|
||||
Debug.LogError($"{typeof(T)}:不存在该信息:" + desc);
|
||||
Debug.LogError($"UnityEvo:{typeof(T)}:不存在该信息:" + desc);
|
||||
return default(T);
|
||||
}
|
||||
}
|
||||
@@ -62,7 +62,7 @@ namespace Stary.Evo.InformationSave
|
||||
ScriptObjectSave scriptObjectSaveData = Resources.Load<ScriptObjectSave>(path);
|
||||
if (scriptObjectSaveData == null)
|
||||
{
|
||||
Debug.LogError("ScriptObjectSaveData配置文件丢失");
|
||||
Debug.LogError("UnityEvo:ScriptObjectSaveData配置文件丢失");
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -73,7 +73,7 @@ namespace Stary.Evo.InformationSave
|
||||
}
|
||||
else
|
||||
{
|
||||
Debug.LogError("ScriptObjectSaveData中未存储场景:"+ sceneNmae + " 中物体:" + gameObject.name + "的数据!!!");
|
||||
Debug.LogError("UnityEvo:ScriptObjectSaveData中未存储场景:"+ sceneNmae + " 中物体:" + gameObject.name + "的数据!!!");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -94,7 +94,7 @@ namespace Stary.Evo.InformationSave
|
||||
|
||||
if (scriptObjectSaveData.dic == null)
|
||||
{
|
||||
Debug.LogError("ScriptObjectSaveData的dic为空");
|
||||
Debug.LogError("UnityEvo:ScriptObjectSaveData的dic为空");
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -151,7 +151,7 @@ namespace Stary.Evo.InformationSave
|
||||
AssetDatabase.CreateAsset(scriptableObject, "Assets/" + ResourcesFolderName + "/" + InformationSaveDataFolderName + "/" + ScriptObjectSaveDataFileName + ".asset");
|
||||
AssetDatabase.SaveAssets();
|
||||
AssetDatabase.Refresh();
|
||||
Debug.Log("创建了: " + "Assets/" + ResourcesFolderName + "/" + InformationSaveDataFolderName + "/" + ScriptObjectSaveDataFileName + ".asset 资产");
|
||||
Debug.Log("UnityEvo:创建了: " + "Assets/" + ResourcesFolderName + "/" + InformationSaveDataFolderName + "/" + ScriptObjectSaveDataFileName + ".asset 资产");
|
||||
return scriptableObject;
|
||||
}
|
||||
|
||||
@@ -169,7 +169,7 @@ namespace Stary.Evo.InformationSave
|
||||
if (GUILayout.Button("保存"))
|
||||
{
|
||||
Save(i);
|
||||
if (PlayingSave()) Debug.Log("保存成功!");
|
||||
if (PlayingSave()) Debug.Log("UnityEvo:保存成功!");
|
||||
}
|
||||
|
||||
if (GUILayout.Button("上移") && i > 0)
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0f5b94406351c9c4984472ef696d4888
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
11
Assets/02.InformationSave/RunTime/AnchoredPosition.cs.meta
Normal file
11
Assets/02.InformationSave/RunTime/AnchoredPosition.cs.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f5c3a514df208eb4cb4a15721b54f849
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
8
Assets/02.InformationSave/RunTime/Base.meta
Normal file
8
Assets/02.InformationSave/RunTime/Base.meta
Normal file
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d8020e670de32754cb7e83d988b27bdd
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 00771a0cc2a1d7a42bb8d06ae6dce935
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
11
Assets/02.InformationSave/RunTime/CameraInfo.cs.meta
Normal file
11
Assets/02.InformationSave/RunTime/CameraInfo.cs.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3cf38f4aa9f11b54797838ea149b559d
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a08c59ee0e6844441825e5b5427d1e4c
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
8
Assets/02.InformationSave/RunTime/Extension.meta
Normal file
8
Assets/02.InformationSave/RunTime/Extension.meta
Normal file
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: fc7186a56102e2f4d803fb53e2dcad09
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,6 +1,6 @@
|
||||
fileFormatVersion: 2
|
||||
<<<<<<<< HEAD:Assets/05.TableTextConversion/RunTime/Base.meta
|
||||
guid: f458924b47972e344ab95e73c17cec83
|
||||
guid: ca7a0a132de6398478af76115d876a86
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
========
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "com.staryevo.informationsave",
|
||||
"displayName": "02.InformationSave",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "位置配置工具",
|
||||
"unity": "2021.3",
|
||||
"unityRelease": "30f1",
|
||||
|
||||
7
Assets/02.InformationSave/package.json.meta
Normal file
7
Assets/02.InformationSave/package.json.meta
Normal file
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: dc4af817e1984e04abaa6b21702c2a0b
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -31,7 +31,7 @@ namespace Stary.Evo.FiniteStateMachine
|
||||
}
|
||||
else
|
||||
{
|
||||
Debug.LogError("FSMManager未初始化!!");
|
||||
Debug.LogError("UnityEvo:FSMManager未初始化!!");
|
||||
}
|
||||
}
|
||||
public void RemoveState(IFSMIState state)
|
||||
@@ -42,7 +42,7 @@ namespace Stary.Evo.FiniteStateMachine
|
||||
}
|
||||
else
|
||||
{
|
||||
Debug.LogError("FSMManager未初始化!!");
|
||||
Debug.LogError("UnityEvo:FSMManager未初始化!!");
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
@@ -57,7 +57,7 @@ namespace Stary.Evo.FiniteStateMachine
|
||||
}
|
||||
else
|
||||
{
|
||||
Debug.LogError("FSMManager未初始化!!");
|
||||
Debug.LogError("UnityEvo:FSMManager未初始化!!");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -69,7 +69,7 @@ namespace Stary.Evo.FiniteStateMachine
|
||||
}
|
||||
else
|
||||
{
|
||||
Debug.LogError("FSMManager未初始化!!");
|
||||
Debug.LogError("UnityEvo:FSMManager未初始化!!");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -84,7 +84,7 @@ namespace Stary.Evo.FiniteStateMachine
|
||||
}
|
||||
else
|
||||
{
|
||||
Debug.LogError("FSMManager未初始化!!");
|
||||
Debug.LogError("UnityEvo:FSMManager未初始化!!");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ namespace Stary.Evo.FiniteStateMachine
|
||||
{
|
||||
if (_fsmControllers.ContainsKey(typeof(T).Name))
|
||||
{
|
||||
Debug.LogError($"FSM控制器已存在!!!_key:{typeof(T).Name}");
|
||||
Debug.LogError($"UnityEvo:FSM控制器已存在!!!_key:{typeof(T).Name}");
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -46,7 +46,7 @@ namespace Stary.Evo.FiniteStateMachine
|
||||
}
|
||||
else
|
||||
{
|
||||
Debug.LogError("该Id的FSMController不存在或已被销毁!!!");
|
||||
Debug.LogError("UnityEvo:该Id的FSMController不存在或已被销毁!!!");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@ namespace Stary.Evo.FiniteStateMachine
|
||||
}
|
||||
else
|
||||
{
|
||||
Debug.LogErrorFormat("States状态机容器里已存在名字为--【{0}】--的状态", state.Name.ToString());
|
||||
Debug.LogErrorFormat("UnityEvo:States状态机容器里已存在名字为--【{0}】--的状态", state.Name.ToString());
|
||||
}
|
||||
}
|
||||
|
||||
@@ -39,7 +39,7 @@ namespace Stary.Evo.FiniteStateMachine
|
||||
}
|
||||
else
|
||||
{
|
||||
Debug.LogErrorFormat("States状态机容器里不存在名字为--【{0}】--的状态", state.Name.ToString());
|
||||
Debug.LogErrorFormat("UnityEvo:States状态机容器里不存在名字为--【{0}】--的状态", state.Name.ToString());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "com.staryevo.finitestatemachine",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"displayName": "03.FiniteStateMachine",
|
||||
"description": "状态机工具",
|
||||
"unity": "2021.3",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
fileFormatVersion: 2
|
||||
<<<<<<<< HEAD:Assets/05.TableTextConversion/RunTime/Abstract.meta
|
||||
guid: 3f4958b2707b1874fb59e045842881b7
|
||||
guid: d2bc5d65838881f45bca640d5a276938
|
||||
========
|
||||
guid: b4cff2e957a4add41a649e570dbabd9d
|
||||
>>>>>>>> 04.AudioCore:Assets/04.AudioCore/RunTime/Abstract.meta
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a45ad70b96df7ae428058f547876d158
|
||||
guid: 3df85201d913bfa46880c1f0ca6db6a0
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
fileFormatVersion: 2
|
||||
<<<<<<<< HEAD:Assets/05.TableTextConversion/Editor/Excel.meta
|
||||
guid: 4f1217f9aa6674740afe51db32d6d46f
|
||||
guid: aa8669166ad4e984bb229dc22e7b1e02
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
========
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
fileFormatVersion: 2
|
||||
<<<<<<<< HEAD:Assets/05.TableTextConversion/RunTime/Base.meta
|
||||
guid: f458924b47972e344ab95e73c17cec83
|
||||
guid: ce0e7b68278aaf34683a144a81fd4107
|
||||
========
|
||||
guid: f18d57a48c234514eaf0997407d2c9dd
|
||||
>>>>>>>> 04.AudioCore:Assets/04.AudioCore/RunTime/Base.meta
|
||||
|
||||
@@ -73,7 +73,7 @@ namespace Stary.Evo.AudioCore
|
||||
|
||||
if (!poolDict.ContainsKey(type))
|
||||
{
|
||||
Debug.LogError($"对象池中不存在类型: {type}");
|
||||
Debug.LogError($"UnityEvo:对象池中不存在类型: {type}");
|
||||
return null;
|
||||
}
|
||||
|
||||
@@ -86,7 +86,7 @@ namespace Stary.Evo.AudioCore
|
||||
}
|
||||
else
|
||||
{
|
||||
Debug.LogWarning($"对象池 {type} 已用完,无法分配新的 AudioSource");
|
||||
Debug.LogWarning($"UnityEvo:对象池 {type} 已用完,无法分配新的 AudioSource");
|
||||
return null;
|
||||
}
|
||||
|
||||
@@ -107,7 +107,7 @@ namespace Stary.Evo.AudioCore
|
||||
{
|
||||
if (!poolDict.ContainsKey(type))
|
||||
{
|
||||
Debug.LogError($"对象池中不存在类型: {type}");
|
||||
Debug.LogError($"UnityEvo:对象池中不存在类型: {type}");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b0879cbfda12f434f97c3e393664b7ec
|
||||
guid: a03bd7e1c53a64843bdc29b9bd9c5bb6
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
|
||||
@@ -44,7 +44,7 @@ namespace Stary.Evo.AudioCore
|
||||
}
|
||||
else
|
||||
{
|
||||
Debug.LogWarning("已同时存在两个背景乐在切换");
|
||||
Debug.LogWarning("UnityEvo:已同时存在两个背景乐在切换");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
fileFormatVersion: 2
|
||||
<<<<<<<< HEAD:Assets/Plugins.meta
|
||||
guid: 65c18d699fcadad459bc3e16558c2bd2
|
||||
guid: fdb28aac1177afe439628a54b736d44b
|
||||
========
|
||||
guid: 4ffae49923bf0d34e9da8ee451f962f8
|
||||
>>>>>>>> 04.AudioCore:Assets/04.AudioCore/RunTime/Use.meta
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "com.staryevo.audiocore",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"displayName": "04.AudioCore",
|
||||
"description": "音频播放工具",
|
||||
"unity": "2021.3",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4f1217f9aa6674740afe51db32d6d46f
|
||||
guid: 7ee6ef35bfe831f458d3f6fd4f1a400e
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a0ddbcdd27271534b8277ca2bddffca7
|
||||
guid: 7963bf8a73d88a14f98d809205c2259c
|
||||
folderAsset: yes
|
||||
timeCreated: 1531104110
|
||||
licenseType: Pro
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3f4958b2707b1874fb59e045842881b7
|
||||
guid: eeb2ace7ebbd66f45ad33455d2283ea3
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f458924b47972e344ab95e73c17cec83
|
||||
guid: d7cfc820581847d4a839065696fa2ace
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 102768b9489625641a18c187eac264be
|
||||
guid: 0d20ab955c061f647bee976a7c4c5820
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "com.staryevo.codechecker",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"displayName": "05.TableTextConversion",
|
||||
"description": "表格转化工具",
|
||||
"unity": "2021.3",
|
||||
|
||||
Reference in New Issue
Block a user