Reputation: 23
There's a problem with my unity game screen. When I switch over to game screen all the sprites are blurred out. The scene view is perfectly fine but the game scene is blurred.
Upvotes: 2
Views: 1180
Reputation: 328
In Unity Inspector of Sprite you can set Generate Mip Map is false or you can check format compression.
https://docs.unity3d.com/Manual/SpriteEditor.html
Upvotes: 2