Search Issue Tracker
Fixed
Fixed in 2023.1.0a26
Votes
0
Found in
2023.1.0a24
Issue ID
UUM-21735
Regression
Yes
[macOS] Removal of Fullscreen Playmode broke Mac menu bar shortcuts
The PR [https://github.cds.internal.unity3d.com/unity/unity/pull/15107] has a typo when reverting code:
The change from
if (flags != 0)
to
if (flags != NSCommandKeyMask)
in the file GUIRenderView.mm should not have been done. It paves over another fix.
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
- Text is unreadable when DLSS is applied to the Canvas with Render Mode set to World Space
- NullReferenceException errors appear in the Console when changing the values of Visual Effect Control Clip Events' Attributes
- Crash on TextCore::OTL_TableReader::GetOpenTypeLayoutTables when using Japanese Font as TMP Fallback
- TreeView.AddItem performance regression when opening EditorWindow
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
Resolution Note (fix version 2023.1.0a26):
Menubar keyboard shortcuts now work in macOS as intended.