(Free) TerrainEdge - terrain tools for Unity

TerrainEdge is a tool developed by Syanyde (original thread). It allows you to generate terrains using a variety of noise options, and contains many different tools such as creating slopes, fixing seams, combining / splitting terrains and more. However, the tool is a little old and doesn’t work out of the box with latest versions of Unity anymore, and there are a few bugs.

Since I still find the tool useful, I fixed some of the bugs and updated it for Unity 5.6. Included you’ll find the updated version of TerrainEdge. If you encounter any bugs, please report them in this thread.

Known bugs / issues:

  • Fix Edges/Seams will mess up your terrain. For now I recommend using Terrain Stitcher instead.
  • Increasing resolution uses a bad upscaling algorithm. It’s still useful, but could be better.
  • Elevation values for texture generation are very inaccurate.

3101722–234174–TerrainEdge.unitypackage (82.3 KB)

5 Likes

thanks.

i ll look.

If you ever end up fixing how it doesn’t seam terrains correctly, that’d be amazing because it’s really the only reason I want to use this.

Here’s another bug: if you try to use the Splatmap Generator “Full Scene” option, you get an index out of range exception at line 1607 of TerrainEdge.cs. (and the generating window just sits there forever, not moving)

Any chance of this getting an update to 2020? :slight_smile:

Considering I still rely on this tool, yes, there’s a big chance.
What issues are you having in 2020?

EDIT:
Seems to work in Unity 2020.2 on my end.

Yeah, works standalone. I have some issues where it colliders with a script from River Auto Material.
Any ideas for a quick fix? :frowning:

Even more so nevermind - just removed the assembly file as they were colliding and that took care of it. Thanks for looking into it for me!