Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2019.3.X
Votes
0
Found in
2018.3.10f1
2019.1.0b5
2019.1.0f2
2019.2.0a5
Issue ID
1148665
Regression
Yes
[MacOS] Unable to drag tabs between editor windows because the target window gets hidden
It's a by design behavior after https://ono.unity3d.com/unity/unity/pull-request/82141/_/editor/fix/1115348-osx-windows-infront-other-apps
To help reduce the pain we should implement something like "stick on top" toggle for detached windows
Steps to repro:
1. Open attached project
2. Edit -> Project settings - Graphics
3. Try to drag RenderPipelineAsster from project window to "SRP Settings" option in Render Settings.
Expected result: Project settings window stays on top, so user I could drag RenderPipeline asset to its window.
Actual result: Project Settings window gets hidden behind the Unity Editor window, ruining single display experience.
Reproducible with: 2018.3.14f1, 2019.1.0b5, 2019.1.0f2, 2019.2.0a5, 2019.2.0a13
Not Reproducible with: 2017.4.26f1, 2018.3.9f1, 2019.1.0b4, 2019.2.0a4
Note: Does not reproduce in Windows 10.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Uninitialized variable warning appears in the Inspector of a custom shader when the variable is initialized
- "Failed creating toolbar element from ID..." error is thrown when resetting the Scene view Overlay layout while an Asset Transformer Toolbox overlay is active
- Entity ID for Font Assets is serialized twice which throws an error when using Debug Inspector
- Play Mode can be entered when disabling Adaptive Performance and pressing either the Play Mode button or the keyboard shortcut to enter Play Mode before recompilation leading to errors and warnings thrown
- Parent ListView element also becomes selected when inner ListView element is selected
Add comment