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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
This is a duplicate of issue #918651