Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: laurentl on May 21, 2013, 05:57:13 PM
-
Is that audio listener something to remove if the scene already has one ?
-
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.