[Unity3D] There are no audio listeners in the scene. Please ensure there is always one audio listener in the scene 에러
프로그래밍/Unity3D2015. 6. 9. 21:06
There are no audio listeners in the scene. Please ensure there is always one audio listener in the scene
오디오 리스너가 없기 때문에 생기는 경고(에러아님).
오디오 리스너가 없는데, 오디오를 출력하려고 함.
해결 : 오디오 리스너를 추가해줌.
반대로
There are ? audio listeners in the scene. Please ensure there is always ...
라는 에러가 뜰 경우(경고 아님).
오디오 출력을 하려고 하는데 리스너가 ?개( ?는 2 이상의 수 )일 경우 뜨는 에러.
해결 : 오디어 리스너를 0개 혹은 1개를 남겨놓고 나머지 삭제하자!
'프로그래밍 > Unity3D' 카테고리의 다른 글
[Unity3D] 유니티 한글 레퍼런스 주소 (0) | 2015.06.25 |
---|---|
[Unity3D] PC기반에서 인터넷창 띄우는 방법 (0) | 2015.06.17 |
[Unity3D] C# 카메라 회전제한 [데브코리아 답변] (0) | 2015.04.10 |
[Unity3D] C# 해당기기 해상도 가져오기 (0) | 2015.04.10 |
[Unity3D] (OnGUI) GUI.Label, GUI.Button (0) | 2015.04.10 |