Search Issue Tracker
Fixed in 2020.2
Fixed in 2020.1
Votes
0
Found in
2020.1.0a13
2020.1.0f1
Issue ID
1267999
Regression
Yes
Automatic "Hold on, busy" dialog makes it very hard to exit play mode if Update() takes too long
If you manage to make Update() take a "very long time" (like >3s) in play mode, then it's almost impossible to exit the play mode since the "busy" dialog keeps on popping up. "The problem is that if, and when, it pops up, and if your Update() takes too long every frame, you have absolutely no way to exit play mode. The only option is to task kill Unity".
Forum thread: https://forum.unity.com/threads/application-updatescene-when-modifying-textures.944113/#post-6180003
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
- Shadows are not cast when you first Blit the Shadow map and then set it back to Buffer
- Changes to instanced detail mesh material don't immediately apply
- [uGUI] Vertices retrieved from GetUIVertexStream method cannot be modified when adjusting them through script
- Scroll bar scrolls less in the Package Manager packages than elsewhere when pressing on the empty scroll bar area to scroll
- Undo.RegisterCreatedObjectUndo dirties the scene, but no actual changes to Scene are made
abelguima
Nov 03, 2020 21:24
Yes, this drives me crazy
zadit
Oct 04, 2020 09:19
yes, I only imported 9k mesh verts, but 'hold on' can take up to 10 minutes