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
- Standard Unity Materials and Shaders become corrupted after importing specific Asset Packages
- [Linux][OpenGL][Vulkan] Draw calls are not shown in the Event List when taking a capture of a frame with RenderDoc
- Inaccurate collision detections when Rigidbody Collision Detection is set to "Continuous" or "Continuous Dynamic"
- Crash on Object::IncrementPersistentDirtyIndex when upgrading project version
- [iOS] Multiple Xcode project instances created before opens up when performing Build and Run for iOS Platform
Resolution Note (fix version 2019.3):
Fixed modal dialog boxes from being allowed to fall behind other editor windows.