Texturing my Terrain

Hey guys,

I’m pretty new in Unity and have a little problem with my Terrain … I created a Terrain and made some hills and stuff. Then i wanted to texture it with the Terrain asset, but it looked kinda … well not that cool i hoped it will look like. I worked a bit with blender game engine before, there i used some bump or normal maps to made my terrain more realistic, but i found no way how to add any normalmap to the terrain here. I checked google and i read about using shaders to make the terrain more realistic, but i found no way to add them to my terrain.
To my question:
Whats the best way to make a terrain more realistic and with more details and how do i add it to my terrain.
Thx alot if anyone can help me :slight_smile:

Greetings

Make sure you’re using Unity 4; then you can use normalmaps on the terrain easily.

–Eric