Graphic Menu VSync Issue

Hello guys, I’m following a tutorial to create a menu, and there’s a section where you activate VSync for the graphics settings.

I’ve created a script for the options panel where I’ve assigned toggles for fullscreen mode and enabling/disabling VSync, which will be linked to a button called “Apply Graphics Settings.”

I then added a function in this script to apply the graphical changes so that when the toggle is active, I set the VSync Count value to 1; otherwise, I set it to 0.

However, when testing in the Unity editor, I notice that nothing changes because the FPS in the stats remain unchanged.

Unfortunately, the tutorial author seems inactive and isn’t responding to questions anymore. Does anyone know why this is happening? Thank you.





It is possible that it only works in exclusive fullscreen mode, but not sure…