Search Issue Tracker
Fixed
Fixed in 2020.3.45f1, 2021.3.9f1
Votes
0
Found in
2020.3.34f1
2021.3.3f1
Issue ID
UUM-1695
Regression
No
[Backport] Scheduled items, asynchronous tasks, and Update() are not run when EditorWindow is opened using ShowModalUtility()
Reproduction steps:
1. Open user's project "UI Toolkit Modal.zip"
2. Click on Test/Main Window in the top toolbar
3. Click on the "Show Modal" button to open the Modal Window
4. Wait for a few seconds and press the "Close" button
Expected result: Scheduled items, asynchronous tasks, and Update() start running upon opening of the Modal Window
Actual result: Scheduled items, asynchronous tasks, and Update() don't start running open opening of the Modal window and only start running after closing the window (only async task runs)
Reproducible with: 2019.4.26f1, 2020.3.8f1, 2021.1.7f1, 2021.2.0a17
Couldn't test with: 2018.4 (Failed to downgrade to a functioning project)
Notes:
- If you comment out the 15th line "window.ShowModalUtility()" in the "ModalWindow.cs" script expected results are observed
- Issue is also observed in Mac OS
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Debug Assertion Failed!" error when launching Windows Dedicated Server Player with Script Debugging enabled
- [Cinematic Studio][3D HDRP] Shader warnings thrown in the Console window when creating a new project with Cinematic Studio template
- Autoplay is triggered on Audio Assets when changing Asset Bundle tags
- Inspector Asset Bundle section has no indication for Variants, AssetBundle is written without a space, and Variant dropdown menu is available without setting the Asset Bundle first
- Graphics.DrawProceduralIndirect and Graphics.DrawProceduralNow silently dropped on DX12
Add comment