I am working on a game in which the player jumps to different cameras in a scene. Using the "Cut to Camera" action would be ideal, however, it creates a problem of having multiple Audio Listeners in the scene.
What would be nice is to have the audio listener attached to an empty Game Object, not the camera, and whenever "cut to camera" is called, the single goAudioListener jumps to the position/rotation of the new camera.