优化日志

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

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

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: a45ad70b96df7ae428058f547876d158
guid: 3df85201d913bfa46880c1f0ca6db6a0
MonoImporter:
externalObjects: {}
serializedVersion: 2

View File

@@ -1,6 +1,6 @@
fileFormatVersion: 2
<<<<<<<< HEAD:Assets/05.TableTextConversion/Editor/Excel.meta
guid: 4f1217f9aa6674740afe51db32d6d46f
guid: aa8669166ad4e984bb229dc22e7b1e02
folderAsset: yes
DefaultImporter:
========

View File

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

View File

@@ -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;
}

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: b0879cbfda12f434f97c3e393664b7ec
guid: a03bd7e1c53a64843bdc29b9bd9c5bb6
MonoImporter:
externalObjects: {}
serializedVersion: 2

View File

@@ -44,7 +44,7 @@ namespace Stary.Evo.AudioCore
}
else
{
Debug.LogWarning("已同时存在两个背景乐在切换");
Debug.LogWarning("UnityEvo:已同时存在两个背景乐在切换");
}
}

View File

@@ -1,6 +1,6 @@
fileFormatVersion: 2
<<<<<<<< HEAD:Assets/Plugins.meta
guid: 65c18d699fcadad459bc3e16558c2bd2
guid: fdb28aac1177afe439628a54b736d44b
========
guid: 4ffae49923bf0d34e9da8ee451f962f8
>>>>>>>> 04.AudioCore:Assets/04.AudioCore/RunTime/Use.meta

View File

@@ -1,6 +1,6 @@
{
"name": "com.staryevo.audiocore",
"version": "1.0.1",
"version": "1.0.2",
"displayName": "04.AudioCore",
"description": "音频播放工具",
"unity": "2021.3",