Multiple Audio listeners in Scene
- by Kevin Jensen Petersen
THIS IS UNITY
Im trying to make a FPS game over networking, it works fine.
But now, when im trying to implement sound, it won't work.
My guess would be, to add a Audio listener to the prefab, that gets instansiated whenever a player connects to the server, however the problem about this is that each player's audiolistener have been switched out which the other player(s), so the AudioSource won't play at the player, but at someone else in the game.
Any suggestions ?