Search Issue Tracker
Won't Fix
Votes
2
Found in
2018.4
2019.4
2020.3
2021.1
2021.1.0b8
2021.2
Issue ID
1319563
Regression
No
[Windows] Unity Dock-able Windows can be moved outside the screen
Reproduction steps:
1. Create an empty Project
2. Open the Package Manager window (Or any other Dock-able window)
3. Move the draggable top bar above the screen or below the taskbar
Expected result: The top bar cannot go outside the screen, or has a way of being brought back
Actual result: The top bar cannot be reached, leaving the window stuck in that position until Layout is changed
Reproducible with: 2018.4.33f1, 2019.4.22f1 2020.3.1f1, 2021.1.0b12, 2021.2.0a9
Notes: Does not reproduce on Mac (Window is bounced back to prevent it becoming unreachable)
Different behaviour on some resolutions, for example:
4K - a tiny clickable margin is left when trying to moving it above the screen
2K and 1080p - The clickable area can go completely above the screen leaving it unmoveable
The Window can still be moved below the Taskbar in every resolution
-
Chuck_S
Mar 15, 2021 16:36
Hello, I submitted the bug report that led to this bug. I understand that development on a fix may take some time, but I wanted to request a documentation update as a stop-gap measure until the fix is deployed.
I spent hours trying to solve this problem because, to me, it looked like the package manager was not opening. I followed the guidance found in the documentation (https://docs.unity3d.com/Manual/upm-errors.html#Missing) and had zero success. The documentation recommends going through the project.manifest and manifest.json files, downloading .NET SDK and Visual Studio Toolsets, and resetting the package configuration.
Please - the first step in troubleshooting a package manager that won't open should be resetting the layout. If this bug is the reason why the package manager "won't open" (because it's open and not viewable), then none of the other troubleshooting steps will do anything.
Resetting the layout takes a few seconds and does not alter any files or require anything to be backed up. If it doesn't fix the problem then someone could continue on with the rest of the troubleshooting steps.
Thanks for verifying the bug,
Chuck
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (2021.2.X):
Behavior is consistent with other Windows apps.