I’m making a music app with Unity, I’m using AudioSource and it won’t play music in the background on Android
is there a way to make AudioSource play music in the background on android device?
I believe this doesn’t work because when your application loses focus the operating system pauses it. Here’s a relevant thread. There is a suggestion in there that you can try making your application a service instead. Not sure what that really entails.