starburst997 / notessimo-issues

Keep track of all issues on notessimo
MIT License
0 stars 0 forks source link

Horizontal and vertical lines flicker when scroll is easing. #45

Open Cup-of-Joe opened 3 years ago

Cup-of-Joe commented 3 years ago

Description

While scrolling quickly and letting go, the player will ease out the scrolling to a stop. During this easing the horizontal and vertical lines that make up the sheet will begin to flicker rapidly. This is most noticeable on lower resolutions.

Also related, I’ve noticed some of the horizontal lines disappear when the controls are on-screen, and reappear when the controls go away.

My device info

starburst997 commented 3 years ago

I noticed that too! Thanks for reporting, it seems like this is because of the "Blur" effect.

When the controls goes away, the post processing blur effect gets turned off and Unity switch to better rendering which draw the lines correctly.

I was going to remove it anyway in the next update in favor of solid color (with the added benefits that without the blur effect, it renders faster too).