If there is no Camera already existing in the scene and the Toolkit is not configured in the scene a modal asks whether to configure it. It will create the MixedRealityToolkit GO and the MixedRealityPlayspace GO with a camera inside. The camera GO does not have an audio listener.
People are used to have an audio listener on the main camera since it must exist only once in the scene and camera is usually the place where it lives.
To Reproduce
Create empty scene
Anwer yes when asked to configure XRTK or use the menu
Press play
Inspect warning -> There is no audio listener in the scene
Expected behavior
If an audio listener does not exist yet in the scene, the toolkit adds it to the main camera created.
Actual behavior
There is no audio listener attached.
Your Setup (please complete the following information)
Unity Version: 2019.1.1f1
XRTK Version: 0.1.9
Target Platform (please complete the following information)
XRTK - Mixed Reality Toolkit Bug Report
Describe the bug
If there is no Camera already existing in the scene and the Toolkit is not configured in the scene a modal asks whether to configure it. It will create the
MixedRealityToolkit
GO and theMixedRealityPlayspace
GO with a camera inside. The camera GO does not have an audio listener.People are used to have an audio listener on the main camera since it must exist only once in the scene and camera is usually the place where it lives.
To Reproduce
Expected behavior
If an audio listener does not exist yet in the scene, the toolkit adds it to the main camera created.
Actual behavior
There is no audio listener attached.
Your Setup (please complete the following information)
Target Platform (please complete the following information)