- Home /
Screen "rippling" problem
When running my game I can see "ripples" that travel up the screen and it is extremely annoying. The game runs at 65FPS and I have turned VSync on but I still get the same issue.
Is there anything in particular that causes this issue?
Answer by kevinf63 · Jul 21, 2013 at 07:09 PM
Screen tearing is only truly seen when VSync is...
Not on at all.
Not working correctly.
What refresh rate does your monitor output at? If you are on Windows find the screen resolution section under control panel and tell me what it is, because normally if your application is VSynced, it would be capped around 60-62 frames on a 60Hz monitor.
Make doubly sure that VSync is enabled by checking under the quality settings for "Vsync Count". and you're playing through the compiled executable version of your game/application, not the Unity editor. Vsync only ever works correctly when played in a dedicated full-screen mode, not windowed.
Your answer
Follow this Question
Related Questions
rendering to buffer faster than screen refresh 1 Answer
Evaluation question 1 Answer
Always Render/Draw FPS Weapon 1 Answer
Transparent object appear on top of all others 2 Answers
Unity Free Depth of Field? 1 Answer