New Terrain Tools and Brushes for the Unity Terrain system.
- Create Neighbor Terrain
- Raise/Lower Terrain Height
- Paint Texture
- Set Height
- Smooth Height
- Clone Stamp
- Mesh Stamp
- Bridge
- Erosion
- Erode Height
- Terrace Erosion
- Twist
- Sharpen Height
- Slope Flatten Height
- Smudge Height
- Clone this repository somewhere to disk
- Open your Unity project (2018.3 or later)
- Edit your project's manifest.json file and add this to the list of dependecies:
- "com.unity.terrain-brushes": "file:C:/path/to/the/repo/com.unity.terrain-brushes"
- Return to the Unity Editor and wait for the package to compile
- The Terrain Tools and Brushes should now be available for use in your project