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
- Frame Debugger is not disabled when switching Scenes if the Frame Debugger window is not open during the transition
- Standalone Profiler Targets another Project if a Standalone Profiler was launched in it before when switching between Edit or Play Mode Targets
- Crash on ForwardRenderLoopJob when opening a specific project
- [Android] Memory leak and eventual crash on Snapdragon 8 Gen 1+ devices when a Clear Pass is executed after Framebuffer Fetch
- PhysicsRaycaster ray length is incorrect when casting from rotated Camera
Resolution Note (fix version 2019.3):
Fixed modal dialog boxes from being allowed to fall behind other editor windows.