【m】播放音乐初始设置音量异常问题解决
This commit is contained in:
@@ -88,6 +88,11 @@ namespace Stary.Evo.AudioCore
|
||||
{
|
||||
audioData.volume = 1f;
|
||||
}
|
||||
|
||||
if (audioData.fadeDuration == 0)
|
||||
{
|
||||
audioData.fadeDuration = 1f;
|
||||
}
|
||||
return audioData;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "com.staryevo.audiocore",
|
||||
"version": "1.0.15",
|
||||
"version": "1.0.16",
|
||||
"displayName": "04.AudioCore",
|
||||
"description": "音频播放工具",
|
||||
"unity": "2021.3",
|
||||
|
||||
Reference in New Issue
Block a user