Terrain Tile texture is realy low resolution

Hi, i have created a terrain and applyed a texture of 640x480 of a grass, but the texture is realy blurred, so i tiled it in the add texture function of terrain but the texture is always blured, i want see the texture of the grass on the terrain… how i can do?

use power of 2 textures (256x256 / 512x512 / 1024x1024) to paint on terrain
if you use something else you risk that your hardware has to resize it in which case it will be blurred

Yes but i used the option of import texture “Non power of 2” → ToNearest…