I found this
but trying to implement it didn’t give me any results yet.
So how and where do I implement Application.targetFrameRate = 30;?
Or where can I find if the vsync is set and if so where can I set the vBlankCount?
I found this
but trying to implement it didn’t give me any results yet.
So how and where do I implement Application.targetFrameRate = 30;?
Or where can I find if the vsync is set and if so where can I set the vBlankCount?
targetFrameRate is an Application-wide setting so can be set in any script.
You can alter VSync in Edit → Project Settings → Quality → VSync Count