Do not working SoundSource3D component in Urho3D. What to do? asked Jun 26, 2021 in C++ by Pantycle_Genefanty (14.9k points) 0 like 0 dislike 46 views Sound of SoundSource3D component does not start in Urho3D game engine? What to do? urho3d soundsource3d not working urho3d soundsource3d sound Your comment on this question: Your name to display (optional): Email me at this address if a comment is added after mine:Email me if a comment is added after mine Privacy: Your email address will only be used for sending these notifications. Anti-spam verification: To avoid this verification in future, please log in or register. 1 Answer 0 like 0 dislike answered Jun 26, 2021 by Pantycle_Genefanty (14.9k points) In Urho3D SoundSource3D component requires a SoundListener component in the scene. For this in source code write next: audio->SetListener(). Your comment on this answer: Your name to display (optional): Email me at this address if a comment is added after mine:Email me if a comment is added after mine Privacy: Your email address will only be used for sending these notifications. Anti-spam verification: To avoid this verification in future, please log in or register.