I am receiving a lot of AL errors, does anyone know what they mean ?
AL_INVALID_OPERATION
[/Users/build/builds/unity-trunk/unity/Projects/…/Runtime/Audio/AudioSource.cpp line 149]
I am receiving a lot of AL errors, does anyone know what they mean ?
AL_INVALID_OPERATION
[/Users/build/builds/unity-trunk/unity/Projects/…/Runtime/Audio/AudioSource.cpp line 149]
Hi,
When are you getting these? in the editor (preview) or while playing your game. This error usual relates to too many playing audio sources at one time. The maximum count of sources is limited to the number of 3D hardware voices on your soundcard (usual 16 or 32)
r
Søren
Thanks, that was it