unity 5 tessellation shader?

As i can not find anything on the web and this website search gives me post of 2012 :confused: Im just going to ask :stuck_out_tongue:

In unity 5 the terrain shader looks ugly, the default ones at least.
Then i see this: Unity Asset Store - The Best Assets for Game Making
I want this in my game but its not working in unity 5ā€¦

But then ā€œThe forestā€ (a steam game) has updated to unity 5 with what looks like the same effect on the terrain, what i linked above.

So my question is, How to add Tessellation or something that looks like that to a terrain in unity 5.

If i apply a shader to the terrain that uses tessellation i get this:
" canā€™t use materials with shaders which need tangent geometry on terrain"

I dont know anything about shader, im willing to just buy it if it worksā€¦

Bump?

Do you already know how to do terrain tessellation? I wish to know how to do it too

How much of an interest is there in this? I have very specifically made terrain shaders, but they revolve around mesh-based terrains. I can make generic, unity terrain versions without too much effort I imagine. If youā€™re interested in doing shaders, Iā€™ve posted some of my code.

Iā€™m working on making the package work with Unity 5, but Unityā€™s giving me an extra hard time with itā€¦ I get the same error.