Unity Android ์ฑ ์ค์ Sound ๊ฐ ์คํ์ด ์๋๋ฉฐ ํ๋ฉด๋ ์๋์ค๋ ์๋ฌ๊ฐ ๋ฐ์ํ๋ค.
๋ก๊ทธ์ Wifi, casting ๋ฑ ์๋ฌ๊ฐ ๋์ค๋๋ฐ ์ด ๋ฌธ์ ๊ฐ ์๋๊ณ Audio ๊ฐ ๊ฒน์ณ์ ์๊ฒผ๋ ์ค๋ฅ ๊ฐ๋ค.
Unity Player Settings > Other Settings > Mute Other Audio Sources ๋ฅผ ์ฒดํฌ(true)ํด์ค์ ํด๊ฒฐํ๋ค.
์์ฑ์ ๋ํ ์์ธํ ์ค๋ช ์ ์๋ Document ์ฐธ๊ณ !
https://docs.unity3d.com/ScriptReference/PlayerSettings-muteOtherAudioSources.html
Unity - Scripting API: PlayerSettings.muteOtherAudioSources
This setting is shared between iOS and Android platforms. Set this to true and your Unity application stops audio from other applications in the background, set to false and audio from background applications continues to play alongside your Unity applicat
docs.unity3d.com