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
- Shadows are not cast when the Light's CullingMask and the GameObject's Layer do not match
- Graphics.DrawMeshInstanced does not work when 2D Renderer and 2D Shaders are used
- SpeedTree does not move when using WindZone
- "Undeclared identifier 'LinearToSRGB'" error is thrown when creating a color variable with HDR color mode and assigning a Custom Render Texture target in Shader Graph
- Input System package is missing when creating a new HDRP project
Add comment