Search Issue Tracker
By Design
Votes
0
Found in
2021.3.43f1
2022.3.46f1
6000.0.19f1
Issue ID
UUM-79560
Regression
No
[MacOS] Floating Windows opened when not in full-screen will be inaccessible when toggling full-screen mode
*Steps to reproduce:*
# Open a Unity Project
# Ensure the Editor is not in full-screen
# Create a floating Editor Window (for example, drag the Game Window out from being docked
# Put the Editor into full-screen mode using the green circle at the top left
*Actual results:* The floating Editor Window is lost to the Editor and is inaccessible until you exit full-screen mode.
*Expected results:* The floating Editor Window will bring itself forward when the Editor enters full-screen.
This is how it works when you open a floating Editor Window while already in full-screen. Even if you exit full-screen and re-enter full-screen, the Editor Window will adapt itself and bring itself to the forefront.
*Reproducible with versions:*
* 6000.0.19f1 (MacOS)
* 2022.3.46f1 (MacOS)
* 2021.3.43f1 (MacOS)
*Not reproducible with versions:*
* Any version (Windows)
*Can’t test with versions:* -
*Tested on (OS):* MacOS Silicon
*Notes:*
*
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
- Animation Clip with Legacy enabled does not play when Time.timeScale is set to 0 despite Update mode set to "Unscaled time"
- Rename is enabled on subfolder empty space - "Can't rename to empty name" warning
- SamplerState Property Missing Anisotropic Filtering
- Visual glitches when using Handles API
- The RGBA color values are inconsistent when comparing two identical colors set in the Inspector
Resolution Note:
macOS doesn't have the same focus pattern as Windows. Your floating windows get behind the main editor window and can be retrieved using
Window > Bring All to Front or the macOS shortcut to cycle windows (on an english keyboard, it's "CMD + ~").