Textures that are blurry and full of dots.

Hi
I just started using UE4 and i was playing with textures.
I Imported 4 textures witch 3 of them are blurry while im moving.

EXAPLE:
Mountain and Grass textures are blurry

But the path texture(gravel) is not

Can someone tell me how to fix them or i have to find new textures.

Thanks.

Could be a mipmap problem. Game textures should have power of two resolution. 512x512 or 1024x1024 or 2048x2048

The grass and mountain textures don’t have mip maps it seems. Check the texture settings and verify that they’re using the correct texture groups and have mip maps.

Yeah textures need to have same height and width. Thanks guys :slight_smile: