what is unity’s terrain engine capable of?

hi there,

we all know about the limitations of the built in terrain engine, but what can we still achieve using it? and how?
this is a thread about showing your terrains, landscapes and all the related stuff.

so just post some pictures, webplayer or whatever showing your efforts on working on natural environments.

i hope this will end up in a nice overview of what can already be achieved.

lars

or watch it in action: http://bit.ly/zFLUEa

tools used to create the terrain:

the terrain uses just 3 textures but all with bump maps assigned and a modified version of the ats terrain shader to reduce tiling artifacts especially on the rock texture.
grass is planted as mesh model – no billboards or simple quads. fern and blackberry are placed as game objects outside the terrain engine (to make them cast shadows) but are batched on rendering and culled at about 70 meters so they are pretty cheap to render.

lars

Looks cool. Very RPG like.

These are some screenshots of the prototype forest scene I put together for my project.

822307--30469--$01 - ruins_thumb.jpg

822307--30470--$03 - valley_thumb.jpg

This is an example of a 3rd person terrain where you are constrained and can’t look off into the distance - basically a diablo cam. This gives you more freedom to be heavier on the amount of content and you don’t need to worry as much about LOD and sweeping vistas - although I intend to try and do this with some kind of cliff scene at some point.

My philosophy with my project is to create smaller scenes (terrain) with denser detail and richer game content vs having lots of open space where you need to find stuff. You end up moving among many smaller scenes that simulate different places (story setting) in a seemingly lager environment with an overland map to keep things in perspective - like the Baldur’s Gate approach.

The scenes used art assets from the Nature Pack on the asset store and the free Unity Terrain Package and some models from Dexsoft.

There are 4 ground textures and I used the modified terrain shaders to do bump mapping. It also uses dual lightmaps with the ruins and terrain baked. It has some post processing effects including SSAO and DOF.

Everything was done with the terrain engine tools, such as sculpting and placing trees, bushes, grass, mushrooms etc. - all of which was time consuming. The rocks and ruins are hand placed models.

For my gen2 prototype I want to start off with procedurally generated maps for everything which should give a more organic look. I also want to invest in tools to automate placement of objects that are instances of prefabs such as stumps and logs. I just need to invest the time to learn the tools and workflow.

There are some more screenshots on my blog under media.

1 Like

Botumys first fantasy world shows that the unity terrain engine is capable of the most beutifull scenes :slight_smile:

I’ve combined these 3 things:
Shader from this: Substance Terrain Tool | Tools | Unity Asset Store
In combination with this script: http://blog.sixtimesnothing.com/2010/10/bump-mapping-for-built-in-unity-terrain/
And we generate terrains with this: http://forum.unity3d.com/threads/118820-TerrainEdge-3-(need-testers-feedback-ideas-etc)

Besides massive artifacts when using more than 4 textures, I have no complaints.

@Michael Schenck: that looks pretty nice.

My terrain work, some of it is quite old now.

Seasons Change

Glacier

Tools, large terrain generator, photoshop, terragen

Terrain shaders used for bumped specular.

Most terrain tool extensions for Unity seem to have the slope/elevation rules - so I’ve decided to start working on some other types… starting with flow-map-controlled splatmap generation…




I’m really liking some of the work others have done on their terrains too.

EDIT: Legend411 - Did you use any procedural generation for the 1st and 3rd terrains? They all (including the 2nd) look great - and I’m guessing tri-planar shader on the rock textures?

@Syanyde: that looks pretty cool. nice efforts on extension.

lars

I’ve posted these before, but I figure they’re appropriate here :slight_smile:

@legend411: Can you give us a short list of tools and techniques used to produce the terrains or a link if you have already explained it elsewhere

@Syanyde: Your terrain tools are getting better and better, I will definitely take a look at them when I get to working on my next prototype

A test to create a swamp (top down view)




Great stuff guys, gave me a few game ideas just looking at these :slight_smile: !

What did you use to make that?

Here are two shots from an on-going project.
I think I’m going to find out just what Unity is capabale of .
.

Looks like this:
http://sixtimesnothing.wordpress.com/2010/11/10/displacement-mapping-with-unitys-built-in-terrain/

That looks great TerraSame!

Very nice work botumys - looking forward to seeing more or is this your next LandscapeElementsV02 ?