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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
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