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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.