Search Issue Tracker
Fixed in 2019.3.X
Votes
0
Found in
2019.3.0a11
Issue ID
1175405
Regression
No
[Linux][Editor] All window generated from Package Manager is blocked by it.
When a conversation window is generated from Package Manager window, it is put BEHIND the Package Manager window and completely blocked by it. And since sometimes it requires user input, the Package Manager window freezes in place, and the only way to see it is to move the Editor itself. Other time when Package Manager needs to recompile scripts due to adding/removing packages, the Editor window also freezes in place. Since the progress bar window is not visible to the user, it looks like the whole Editor perfed, but in reality, it is just in the middle of compiling.
Repro:
1. Create a new project
2. Top Menu -> Windows -> Package Manager
3. Remove any exist package
4. Try to move Package Manager window or do any action in the Editor
5. Move the Editor window
Expected:
The window generated from Package Manager window appears on top of it.
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
- Crash on "The GUID inside 'Assets/asset.png.meta' cannot be extracted by the YAML Parser." when opening the project
- Shadows disappear when looking at a certain angle in Scene view and using Cloud Shadows with Volumetric Clouds
- StackOverflowException freezes or silently crashes the Editor
- Microsoft Surface Device freezes when detaching and reattaching physical keyboard attachment to a Microsoft Surface device in Standalone Player for Windows
- Shadows are cast with artifacts on GameObjects when the light type is set to Point
Resolution Note (fix version 2019.3):
Fixed modal dialog boxes from being allowed to fall behind other editor windows.