Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2019.3.X
Votes
0
Found in
2018.3.6f1
Issue ID
1132488
Regression
No
QualitySettings.vSyncCount doesn't work in OnApplicationFocus(false) handler on Windows Standalone player
To reproduce:
1) Download and open the project attached by the user.
2) Run in the editor.
3) Observe that vSync is set to 1 and FPS is set accordingly
4) Click another window so that the editor would lose focus
5) Observe that vSync is now set to 3 and FPS is set accordingly
6) Focus the editor again
7) Observe that the vSync is back at 1 and FPS is set accordingly
8) Build and run Windows standalone player and repeat steps 3 to 6 with the player window instead of the editor
9) Observe that after losing focus the first time and being changed to vSync 3 the player does not change the FPS values after regaining focus even though vSync is being set to 1
Note: Does not reproduce on Mac or UWP builds
Reproduced on: 2019.2.0a8, 2019.1.0b7, 2018.3.9f1
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 mecanim::SetValueWeight when switching the AnimationMixerPlayable connection with Animator's UpdateMode set to "Animate Physics"
- The "StringComparer.InvariantCultureIgnoreCase.GetHashCode()" returns different Hash Codes for the same word with the only difference being case sensitivity in WebGL
- 2D Light Textures show the lights of any 'blend style' index higher than theirs (if present) when they aren't visible by the Camera using Render Graph
- [SpeedTree] Wireframe mode not rendering correctly ST assets
- Light2D affecting only the Default Sorting Layer will also affect any Custom Lit Sprite not on that Layer when using Render Graph
Add comment