- Home /
Grainy images in game mode
I am having some issues with my sprites. They are the correct resolution and quality in the bottom right preview, but in the game they are grainy (see Game view). Does anyone have any idea why this might be?
Thanks in advance.
Answer by TanselAltinel · May 06, 2018 at 01:34 PM
Set your Filter Mode to Trilinear.
In advanced settings enable MipMaps and set Aniso Level to highest.
Note:
Always use POT textures (power of 2) like 512x512 and enable crunch compression to reduce size of the textures while keeping quality high, and that will also optimize your game considerably.
Your answer
Follow this Question
Related Questions
UI Texture Max Size (inspector) 1 Answer
Canvas Scaler settings 0 Answers
Unity UI image + mask has jaggies 2 Answers
UI image with button component not tracking mouse correctly 1 Answer