Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: laurentl on May 21, 2013, 05:57:13 PM

Title: UI camera has a audio listener
Post by: laurentl on May 21, 2013, 05:57:13 PM
Is that audio listener something to remove if the scene already has one ?
Title: Re: UI camera has a audio listener
Post by: ArenMook on May 22, 2013, 10:00:34 AM
Yeah, you should only have one. What I generally do is have a separate game object with an AudioListener that will automatically position itself at Camera.main.transform.position in LateUpdate. I also mark this game object as DontDestroyOnLoad, and have it travel from scene to scene.