[Solved] There are 4 audio listeners in the scene. Please ensure there is always exactly one audio listener in the scene

I keep getting this message show up over & over constantly in my console, does anyone know what it means & how I can make it go away? I am using Unity version 5.6.1.

Work from top to bottom in you Hierarchy selecting each Game Object.

With each selection look at its details in the Inspector.

Look for components which are Audio Listeners.

Remove all but one of them.

Hope this helps. :slight_smile:

1 Like

You probably have multiple cameras on the scene. Each camera has an audio listener component, so you can remove or disable them except the main camera’s audio listener (actually you only need one audio listener).

Privacy & Terms