Search Issue Tracker
Won't Fix
Won't Fix in 2023.2.X
Votes
0
Found in
2022.2.0a14
2023.1.0a10
2023.2.0a1
Issue ID
UUM-11876
Regression
Yes
Middle mouse button drag in the Tilemap Palette window results in errors
Steps to reproduce:
1. Open the Tile Palette window (Window>2D>Tile Palette)
2. Dock it next to the Scene View
3. Middle mouse button drag in the Scene View
4. Middle mouse button drag on the empty area in the Tile Palette window
Expected result: nothing happens
Actual result: two errors are thrown
{code:java}
Handles.GetClosestPickingID called outside an editor OnGUI
UnityEditor.EditorApplication:Internal_CallGlobalEventHandler ()
Assertion failed on expression: 'device.IsInsideFrame()'
UnityEditor.EditorApplication:Internal_CallGlobalEventHandler ()
{code}
Reproducible with: 2022.2.0a14, 2022.2.0b1, 2023.1.0a6
Not reproducible with: 2020.3.36f1, 2021.3.3f1, 2022.1.4f1, 2022.2.0a13
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
- Frame Debugger is not disabled when switching Scenes if the Frame Debugger window is not open during the transition
- Standalone Profiler Targets another Project if a Standalone Profiler was launched in it before when switching between Edit or Play Mode Targets
- Crash on ForwardRenderLoopJob when opening a specific project
- [Android] Memory leak and eventual crash on Snapdragon 8 Gen 1+ devices when a Clear Pass is executed after Framebuffer Fetch
- PhysicsRaycaster ray length is incorrect when casting from rotated Camera
Resolution Note:
Resolution Note (2023.2.X):