Search Issue Tracker
Duplicate
Votes
0
Found in
5.6.1p2
Issue ID
926783
Regression
Yes
Editor becomes unresponsive when the break point is set in Update at runtime and object has Audio Source component on it
The issue only occurs when the object has Audio Source component on it and the script has OnAudioFilterRead method implemented
To reproduce:
1. Open the project, attached by the tester (DebugFreeze.zip)
2. Open the "scene" scene
3. Open the TestDebug.cs script with MoneDevelop
4. Enter Play mode in the Editor
5. In MonoDevelop start debugging
6. Add a breakpoint to line 8
7. Observe the Editor
Expected: the Editor does not freeze when a breakpoint is set in Update while at runtime
Reproduced in 5.6.0a5, 5.6.1p2, 5.6.2p2, 2017.1.0f2, 2017.2.b2
Did not reproduce in 5.5.2f1, 5.6.0a4
Regression introduced in 5.6.0a5
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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
This is a duplicate of issue #918651