Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hi, I love the radial blur effect, but I am having an issue where there are white artifact lines that blur on the edge, exclusively in build. I am using 2022.3.37 in windows, intel 64 bit build. Including an example here. The lines that shouldnt be there are on the right and top

Hey, thanks for sharing with me!

Looks quite strange indeed - not sure what would cause lines that are all broken up like that. I assume it's because the shader is trying to sample pixels outside the bounds of the screen, although it should clamp to the edges. I'll look into this!

Which render pipeline are you using?

(1 edit)

hello! I found a fix for it! I am using HDRP, and my workaround for this was setting the screen resolution in code like so-

 Screen.SetResolution(1280, 720, true);

My external monitor has an atypical native resolution, and after setting it in the editor, it works for my purposes in build.