- Home /
[OSX] Cannot tab out using Cmd+Tab - Solution?
Hi there,
This is our situation: we are working in Unity v5.1.5f1 and have the mouse cursor locked and hidden due to publisher requirements, using this:
Cursor.lockState = CursorLockMode.Locked;
Cursor.visible = false;
Then, an issue is happenning. Cmd+Tab does not work, so the game does not tab out, and since the mouse is also locked users cannot touch the corners to change screens. In 'Mac Fullscreen Mode' we have selected "Fullscreen Window", in case that helps.
Tabbing out in Windows and Linux standalone is not a problem, so this is most likely a bug. I've filed a bug report that you can track here
https://fogbugz.unity3d.com/default.asp?836874_7poljv0ue33hq81f
Is there any solution or workaround with this? I need to have a fix asap.
Your answer
Follow this Question
Related Questions
Is it possible to make custom OSX Player windows in Unity? 0 Answers
Can keyboard shortcuts using Command key, etc. be disabled on Mac OS X? 1 Answer
Unity keeps re-importing assets when tabbing back on Mac. 0 Answers
Unity 5.0 Splash Image 3 Answers
OS X build fails with "Could not find any matching devices" 1 Answer