How to have two audio listeners...splitscreen

Sir… i’m implementing a splitscreen window on my current development and I have 2 cameras…one for the first player and other for the second player… how I could I possibly attach 2 audio listeners in one scene… unity only allows one… thanks for those who will spare time.

I’ve just released an asset that allows you to simulate multiple Audio Listeners. You can pick from one of three methods to play audio back, depending on what suits your needs best! You can check it out here:

I’m developing a Multi Audio Listener plugin based on Unity’s default audio components.

The plugin is currently available for testing (on demand) and will later be sold on the Asset Store. Contact me if you’re interested!

MultiAudio Listener: Split Screen Audio on the Unity Forums

Have only one listener, but place it between the players cameras.

Check this out:

http://forum.unity3d.com/threads/117130-Multiple-Cameras-and-Audio-Listeners

http://forum.unity3d.com/threads/4337-Multiple-AudioListeners

Just play it for each camera once.

Use a gameobjectpool for performance reasons.