Search Issue Tracker
Fixed
Fixed in 2022.3.19f1, 2023.2.8f1, 2023.3.0b2
Votes
1
Found in
2022.3.15f1
2023.2.4f1
2023.3.0a18
Issue ID
UUM-58579
Regression
Yes
EditorUtility.DisplayDialog is not shown when Input.GetMouseButtonDown is called a second time
How to reproduce:
1. Open the attached project "first 3d.zip"
2. Enter Play Mode
3. Click the middle mouse button in the Game view window
4. Click "Continue" in the dialog box
5. Repeat step 3
Expected results: The dialog box is shown
Actual results: The dialog box is not shown
Reproducible with: 2022.2.0a17, 2022.3.15f1, 2023.2.4f1, 2023.3.0a18
Not reproducible with: 2021.3.33f1, 2022.2.0a16
Reproducible on: Windows 11 22H2
Not reproducible on: No other environment tested
Update:
Also repros on Linux 2022.3.14f1
Does not repro on macOS
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
- PlayerPrefs get corrupted when a minimized fullscreen Player is closed through the Taskbar
- "To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations." warning is printed when JobTempMemoryLeakValidation switch is enabled
- Main Thread stalling when loading Audio Source asset asynchronously while preloading another Audio Source asset
- Material artifacts occur in the Material Preview window when baked lighting is applied to scenes
- “ArgumentOutOfRangeException” after saving, reseting and re-add Default Tile Palette Tools to the list in Preferences window
Resolution Note (fix version 2023.3.0b2):
Fixes InputManager not being reset when calling EditorUtility.DisplayDialog() on Windows/Linux
Resolution Note (fix version 2022.3.19f1):
Editor: Fixes InputManager not being reset when calling EditorUtility.DisplayDialog() on Windows/Linux