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
- Project Settings window opens up with a blank details pane when the "Configure" button is clicked in the Package Manager after installing the Cloud Diagnostics package
- [UI Builder] Viewport's gizmos for Margin and Padding disappear when dragging to modify the value and the cursor leaves the Spacing section
- "Multiplayer Center" window does not reflect changes made in "Other Packages" section
- Crash on D3DKMTOpenResource when capturing with RenderDoc while GPU Skinning is set to GPU(Batched)
- Editing and saving Curve changes in UI Builder window throws multiple errors in the Console
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