Why is unity 5 fps 75 when vsync is on instead of 60…
when vsync is every second blank then its over 30 as well.
It’s messing up the timing in the game.
Why is unity 5 fps 75 when vsync is on instead of 60…
when vsync is every second blank then its over 30 as well.
It’s messing up the timing in the game.
Vsync is whatever your monitor refresh rate is, it’s not any specific number. Your timing definitely should not be relying on getting 60fps, since monitors can range from 60Hz to 144Hz. Here’s Unity 5 running a fps counter with vsync with my 60Hz monitor:
–Eric
thanks for confirming.