Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.4
2018.4.22f1
2020.2
Issue ID
1256325
Regression
No
[macOS] VSync in Quality Settings has no effect and screen tearing is visible when in Game View
How to reproduce:
1. Open the attached project's Scene labeled "SampleScene"
2. Enter the Play Mode
3. In the Scene View, move the "Cube" in any direction
4. Observe the Game View
Expected result: No screen tearing is visible
Actual result: VSync doesn't affect screen tearing
Reproducible with: 2018.4.26f1, 2019.4.8f1, 2020.1.3f1, 2020.2.0a21
Not reproducible with: 2017.4.40f1
Workaround: Enable the Game View VSync option (located under Aspect Ratio options in the top Game View toolbar)
Note: Not reproducible on Windows
Documentation: https://docs.unity3d.com/Manual/class-QualitySettings.html
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
- [Dragon Crashers] Build fails in U6
- [Dragon Crashers] 4 Shader error messages on import
- [Dragon Crashers] Readme text is white on light grey
- Cursor stays in front of the first character when entering text in the TextMeshPro field
- Searching in Hierarchy causes unwanted component calls
Resolution Note:
The player VSync Count settingĀ is only used within the Unity Player and it is ignored in the editor context. The best workaround is indeed to use the Game View VSync toggle (which doesn't provide a strong vsync guarantee either, but can help).