- Home /
Question by
$$anonymous$$ · Jan 01, 2016 at 06:11 PM ·
cameramovementplayerscreenflickering
Flickering screen when development build disabled
Hey
When I build my game and have development build disabled, my screen starts flickering when playing game (not when in menu or loading scene). If development build is enabled everything works fine.
I have a 2D platformer game (kinda infinite runner). My player is a box and must jump over holes to not fall.
I don't know what causes this, but I'm pretty sure it's somehow associated with player and camera movement.
I'm using Unity 5.3.1p free, Windows 10.
Thanks!
Comment
try changing your render settings in your project?
Where can I change them and what should I change?
edit > project settings > quality
I don't exactly know, mess around with it. I once had a flickering with sprites, I disabled anti-aliasing and it fixed it. But yours is a bit different.