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
- Big chunk of "Untracked" memory in the Memory Profiler screenshot when a custom .obj file is loaded while in Play Mode
- Video contains artifacts when played in the Video Preview section in the Inspector Window
- UI Toolkit Slider "Fill" option doesn't invert when "Inverted" option is selected
- The Random Value option in the Set Attribute Block gets disabled and the "B"/"Max" value lost when upgrading to Unity 6
- Crash in ParallelSortExtensions::ParallelSort
Resolution Note (fix version 2019.3):
Fixed modal dialog boxes from being allowed to fall behind other editor windows.