- Home /
Terrain Code
Where can I get the source code for the terrain toolkit? I want to edit it and add more features. I've got Unity free. Considered adding 3 things... 1. Spherical terrains. I wanted to see how heightmaps worked, so I could work out a spherical terrain system. I've just spotted the procedural examples, though, and the vertex sculpting one is similar, just need to get it to work in editor. Adding @ExecuteInEditMode doesn't cut it. 2. Overhanging cliffs. Would be very useful for my current project. 3. Caves. Again, would be extremely useful.
I'm afraid that since it's a built-in feature the source code is not revealed. But if you post this on the forums I'm sure people would love to help, it sounds like a fun project and useful for the community.
I'm afraid that since it's a built-in feature the source code is not revealed. But if you post this on the forums I'm sure people would love to help, it sounds like a fun project and useful for the community.
Answer by GesterX · May 19, 2011 at 09:59 AM
Unity is not open source and therefore you can't have access to the source-code.
What "features" were you thinking of adding? Perhaps we can help you achieve this within Unity itself.
EDIT: In response to your edit - caves and overhanging cliffs are usually achieved through using modelling programs such as Blender or 3DS Max.
Right, but it would be a lot more fun to code this yourself! ^.^
Your answer
Follow this Question
Related Questions
The name 'Joystick' does not denote a valid type ('not found') 2 Answers
Object2Terrain error/wont work. 1 Answer
Script Error 1 Answer
A node in a childnode? 1 Answer