Search Issue Tracker
Fixed in 2021.2.X
Duplicate in 2020.3.X
Votes
0
Found in
2019.4
2020.3
2021.1
2021.1.4f1
2021.2
Issue ID
1333331
Regression
No
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
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
- Applied velocity is inconsistent when using Rigidbody AddForce() with ForceMode.VelocityChange
- Crash on AudioUtil_CUSTOM_HasAudioCallback when exiting Play Mode while the Inspector is displaying a GameObject with an empty script attached
- Scroll offset is framerate-dependent when scrolling with velocity in the Device Simulator
- "Object.FindObjectsOfType<T>() is obsolete" warning is thrown when using "Transitions Plus" asset
- [Mono] Crash on SystemNative_ReadDirR() when building for IOS/Android on a macOS machine
Resolution Note (fix version 2021.2):
Fixed in 2022.1.0a10