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
Comments (1)
-
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note (2021.2.X):
Behavior is consistent with other Windows apps.