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
- Crash on Collider::FindNewAttached when colliding specifc GameObjects
- Animator.CrossFade normalizedDuration results in scaled clip advancement when Animator.speed is not 1.0
- Android Debug Symbols shows a Warning that Cloud Diagnostics is enabled when Cloud Diagnostics Package is not installed
- [UI Builder] Insertion Point jumps to the end of the string when editing a new Selector name
- Android player crashes on "vk::RenderPasses::GetPackedRenderPass" when using Vulkan Graphics API in a specific project
Resolution Note (fix version 2023.1.0a26):
Menubar keyboard shortcuts now work in macOS as intended.