Search Issue Tracker
Fixed in 2023.2.8f1
Fixed in 2023.3.0b4
Votes
0
Found in
2023.2.3f1
2023.3.0a17
Issue ID
UUM-58164
Regression
No
Crash on AudioUtil_CUSTOM_HasAudioCallback when entering PlayMode while the GameObject's Properties Inspector window is in Debug mode
Reproduction steps:
1. Open the “user’s attached project”
2. Open the “Combat Test” scene
3. Right-click on the “Enemy” GameObject in the Hierarchy and select “Properties…”
4. In the Properties Window click the More Items (⋮) button to open the context menu, and select Debug
5. Enter Play Mode
6. Observe the crash
Reproducible with: 2023.2.3f1, 2023.3.0a17
Couldn’t test with: 2021.3.33f1, 2022.3.15f1 (due to compiler errors related to the AI Navigation package)
Reproducible on: macOS Sonoma 14.0 (Intel), Windows 11 (by the reporter)
Not reproducible on: no other environment tested
First few lines of Stack Trace:
{noformat}0x00007FFAFE5807D1 (Unity) AudioUtil_CUSTOM_HasAudioCallback
0x0000022BE8DD870A (Mono JIT Code) (wrapper managed-to-native) UnityEditor.AudioUtil:HasAudioCallback_Injected (intptr)
0x0000022BE8DD8663 (Mono JIT Code) UnityEditor.AudioUtil:HasAudioCallback (UnityEngine.MonoBehaviour)
0x0000022BE8D66B7B (Mono JIT Code) UnityEditor.GenericInspector:CreateInspectorGUI ()
0x0000022BE8D6289A (Mono JIT Code) UnityEditor.UIElements.InspectorElement:CreateInspectorElementUsingUIToolkit (UnityEditor.Editor){noformat}
Notes:
- The crash does not occur when switching to Normal mode In the Properties Window
- The crash does not occur when switching to Debug mode in the Inspector Window
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 (fix version 2023.2.8f1):
Fixed by https://issuetracker.unity3d.com/product/unity/issues/guid/UUM-58481
Resolution Note (fix version 2023.3.0b4):
Fixed by https://issuetracker.unity3d.com/product/unity/issues/guid/UUM-58481