Search Issue Tracker
Fixed in 2020.1.X
Votes
0
Found in
2020.1.0a15
Issue ID
1201881
Regression
Yes
[Package Manager] Package Manager steals focus when a project is loaded
If the Package Manager is open when a project is loaded, it will steal focus from whatever the user is doing while refreshing the package list and inspector. Only seems to occur the first time the list is refreshed - quite a minor niggly bug but potentially annoying for those on slow internet connections.
1. Ensure that Unity uses a layout that includes the Package Manager editor Window
2. Open any project
3. When the project loads, quickly select any asset in the Project View
4. Wait for the Package Manager to finish loading packages
Expected Result:
When the Package Manager finishes refreshing packages, focus is still on the Project Window and the asset is still selected.
Actual Result:
When the Package Manager finishes refreshing, it steals focus from the Project View and the asset is deselected.
Tested on Windows 10.
Occurs on 2020.1.0a15
Does not occur on 2020.1.0a14, 2019.3.0f1
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note (fix version 2020.1):
The Package Manager window should no longer steal focus when refreshing the package list.