guodong 1 年間 前
コミット
c03f73d0a3
1 ファイル変更3 行追加0 行削除
  1. 3 0
      GameClient/Assets/Game/HotUpdate/Sound/VoiceManager.cs

+ 3 - 0
GameClient/Assets/Game/HotUpdate/Sound/VoiceManager.cs

@@ -43,6 +43,9 @@ namespace GFGGame
         private void Awake()
         {
             player = this.gameObject.AddComponent<AudioSource>();
+            player.priority = 256;
+            //设置这个声音会大一些
+            player.spatialBlend = 1f;
             isOn = LocalCache.GetBool(LauncherConfig.SOUND_KEY, true);
         }