优化日志

This commit is contained in:
2025-04-10 11:57:13 +08:00
parent 0327583687
commit e94ecccb8b
36 changed files with 156 additions and 36 deletions

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: a832a8c4833f01744bb484de1af54c37
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 2da8df4f2ba04494a90eec6fda524a49
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,6 +1,6 @@
fileFormatVersion: 2
<<<<<<<< HEAD:Assets/05.TableTextConversion/RunTime/Abstract.meta
guid: 3f4958b2707b1874fb59e045842881b7
guid: 0edb4ada55e89774580e0ebd17f45267
folderAsset: yes
DefaultImporter:
========

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 9bf258ec9987c7c429bdcab7a16539fa
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: dd58efb7f9e1b0c4f9d07e84827f357d
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 3e0efc3ec4ae1fe458358558357e78fb
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -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)

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 0f5b94406351c9c4984472ef696d4888
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: f5c3a514df208eb4cb4a15721b54f849
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: d8020e670de32754cb7e83d988b27bdd
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 00771a0cc2a1d7a42bb8d06ae6dce935
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 3cf38f4aa9f11b54797838ea149b559d
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: a08c59ee0e6844441825e5b5427d1e4c
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: fc7186a56102e2f4d803fb53e2dcad09
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,6 +1,6 @@
fileFormatVersion: 2
<<<<<<<< HEAD:Assets/05.TableTextConversion/RunTime/Base.meta
guid: f458924b47972e344ab95e73c17cec83
guid: ca7a0a132de6398478af76115d876a86
folderAsset: yes
DefaultImporter:
========

View File

@@ -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",

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: dc4af817e1984e04abaa6b21702c2a0b
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant: