Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.3.0a1
2018.3.5f1
2019.1.0a1
2019.2.0a1
Issue ID
1129996
Regression
No
[OSX] Unity freezes when AudioSource is being updated via external dll and AudioSource.Stop() is called.
How to reproduce:
1. Open the "Audio_Freeze.zip" project
2. Open the "01_Hap_MultipleVideos.unity" scene
3. Press Play
4. Wait till Unity freezes
Actual result: Unity freezes.
Reproducible with: 2019.2.0a6, 2019.1.0b6, 2018.3.8f1, 2018.2.20f1, 2018.1.9f2.
Notes:
The issue is not reproducible on Windows.
The freeze happens when DemolitionStudios.DemolitionMedia.NativeDll.FillAudioBuffer() is being executed and AudioSource.Stop() is called.
Unity crashes on opening while using Metal (The issue comes from user's dll file)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Building for UWP fails with Visual Studio 2026
- Specular highlight appears in fully shadowed areas when HDRP Shadow Color is tinted
- [Ubuntu] VFX Graph Enum Value menu stretches across screen when entered long Enum Value
- Unclear warning message in Rendering Debugger about the Play mode Debugger Overlay
- [Android][iOS] Particles are not affected by External Forces when loaded from AssetBundles with Strip Engine Code enabled
Resolution Note:
This seemed to be an issue with the native DLL by the customer itself that causes the crash.
Also, this has been identified as a low-priority/severity case.