Unity Issue Tracker - Modal utility window never receives Update() when using ShowModalUtility()
Closed
UUM-39918
Modal utility window never receives Update() when using ShowModalUtility()
Unity: Editor Platform
Won't Fix
2023.2.X
2023.1.X
2022.3.X
2021.3.X
This is a legitimate bug. We have other issues to resolve that are a higher priority at this point in time.
Reproduction steps:
1. Open project “ModalWindowBugReport.zip”
2. Open Console window
3. Open “Test\Test Window”
Expected result: an empty window is displayed and the Console is flooded with “update” messages
Actual result: an empty window is displayed, but nothing appears in the Console - the Update() method of the window is never called