Search Issue Tracker
Third Party Issue
Votes
0
Found in
2021.3.36f1
2022.3.22f1
2023.2.15f1
6000.0.0b12
Issue ID
UUM-67078
Regression
No
Crash when attempting to create a custom FMOD DSP unit
Reproduction steps:
1. Open the attached “crash_IN-70937“ project
2. Open the “MainScene”
3. Enter the Play Mode
4. Press the “On/Off“ button quickly a few times (usually two is enough) or press it one time and move the slider
5. Observe a crash
Reproduced with: 2021.3.36f1, 2022.3.22f1, 2023.2.15f1, 6000.0.0b12
Reproduced on: Windows 10 (22H2)
Not reproduced on: No other environments tested
Notes:
- Reproducible in Player
- Crash is most likely caused by the “CreateCustomDSP” method, which is in the “Synth” Script
- Crashes without a stack trace
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
In this repro project, Unity Audio is disabled and a 3rd party engine, FMOD, is being used. The crash is related to a custom DSP that the user is creating and hooking into FMOD's graph. This is likely either an issue with the customer's custom DSP or FMOD. It's not likely to be a Unity issue.