Search Issue Tracker
Fixed in 2023.2.0b13
Fixed in 2023.2.X, 2023.3.X, 2023.3.0a8
Votes
0
Found in
2023.2.0b8
2023.3.0a2
Issue ID
UUM-47946
Regression
Yes
Error "Drags can only be started from MouseDown or MouseDrag events" is thrown when hovering mouse over other window Editor windows whilst shortcut change is initiated via mouse
How to reproduce:
1. Open any project
2. Navigate to Edit > Shortcuts
3. Select any Category and any Command
4. Double-click on the Shortcut field for that Command to start assigning a shortcut
5. Drag the pointer anywhere else in the Editor
Actual result: Error "Drags can only be started from MouseDown or MouseDrag events
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)" is printed in the Console
Expected result: No error is printed when the pointer changes Editor windows whilst shortcut change is initiated via mouse
Reproducible with: 2023.2.0a6, 2023.2.0b8, 2023.3.0a2
Not reproducible with: 2021.3.29f1, 2022.3.7f1, 2023.1.9f1, 2023.2.0a5
Note: The issue does not reproduce if the user is setting a shortcut via pressing enter or typing the shortcut key when the shortcut command is focused
Reproduced on: Windows 11
Did not reproduce on: macOS Ventura
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
- Different text alignment in the column header in Entities "System" window
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
- PolySpatial “Trying to set shader on a Material Variant.” error is printed in the console when entering Play Mode
- Error “Shader error in 'YSCloudCover': call to 'tex3D' is ambiguous at Assets/YSCloudCoverText.shader(606) (on d3d11)“ is present when compiling tex3D shader with DXC
- Placeholder asset is not loaded with Advertisement Legacy sample when using the latest version of the package
Resolution Note (fix version 2023.3):
Fixed an error appearing in the shortcut manager while editing bindings.
Resolution Note (fix version 2023.2):
Fixed an error appearing in the shortcut manager while editing bindings.