Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Using a Terrain Object... as a Terrain brush

Discussion in 'World Building' started by joshcamas, Jul 15, 2019.

  1. joshcamas

    joshcamas

    Joined:
    Jun 16, 2017
    Posts:
    1,271
    I've always wanted to use terrain generation tools, but since my world is huge and ever evolving, I've never known how to integrate generation correctly. One idea I've had is to generate terrain using some tool (such as https://github.com/CyanCode/Procedural-Terrain-Generator), then using that generated data (heightmap, splatmap, etc) as a literal brush!

    Is this something that is possible with the new Terrain System brush API? I imagine it would be! Is this something people would be interested in using if I built it?