优化日志
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user