Simple Terrain in Unity 3D

Simple Terrain in Unity 3D

November 14, 2011 10:08 am 1 comment

It’s boring to debug the same code again and again. So i decided to try something out of the box this time. Finally end up in doing something in Unity 3D. Well You may or may not aware of Unity 3D.

Unity 3D is a game engine to create 3D games with sizzling graphics. But the interesting thing about Unity is it’s freaking easy to handle. Scripting in unity is also not complex. Unity supports JavaScript and C# as scripting languages. And the more interesting part is 1 design to multi platforms. You can publish your game design to run on various platforms like Android, iPhone, PC, Mac and Web.

Fascinating!!!  isnt it ? :)

Here is my simple demo.

Take a look at the image gallery of the terrain.
[nggallery id=1]

1 Comment

  • “I just {0} extension methods”.format(“love”) // static string format(this string s, params object[] args) {String.Format(s, args);}

Leave a reply