Search Issue Tracker
Won't Fix
Votes
0
Found in
Issue ID
1073162
Regression
No
[OSX Editor] During Playmode, the cursor does not unlock for several windows called out through shortcut.
If the project has cursor lock during play, the user cannot regain control after calling out a window during Playmode.
This happens to windows that are external to Unity. For example, if user call out Build Setting window, which is a native Unity Editor window, the cursor unlocks and everything works well. If user chooses CMD + B (Build...), and a Mac system window shows up, asking for save location and file name, the cursor remains locked.
List of the same situations during Playmode:
- Build (CMD + B)
- Open (CMD + O)
- Calls out Mission Control (Three finger swipe up. See attached image for reference)
Repro:
1. Launch Unity and open the attached project
2. Open "Main" scene
3. Enter Playmode (make sure the cursor is locked in the game view)
4. Press CMD + B or any action from the list above
5. Try to use mouse and move the cursor.
Expected: Cursor is free to move when a window pops out in Playmode
Actual: Cursor does not unlock when a window shows up in Playmode
Similar bug: https://fogbugz.unity3d.com/f/cases/1006813/
And it is fixed in PR: https://ono.unity3d.com/unity/unity/pull-request/72586/_/platform/osx/fix-cursor-locked-on-exit
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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note (2019.2.X):
This seems to be fairly uncommon scenario, does not meet the priority bar at the moment