Created by iam1337
extTerrain2D is a tool dedicated to create 2D terrains by beizer curve. It generates a mesh with two materials (two submesh) and colliders. Just look at this video.
Old school
Just copy the Assets/extTerrain2D folder into your Assets directory within your Unity project, or download latest extTerrain2D.unitypackage.
OpenUPM
Via openupm-cli:
openupm add com.iam1337.extterrain2d
Or if you don't have it, add the scoped registry to manifest.json with the desired dependency semantic version:
"scopedRegistries": [
{
"name": "package.openupm.com",
"url": "https://package.openupm.com",
"scopes": [
"com.iam1337.extterrain2d",
]
}
],
"dependencies": {
"com.iam1337.extosc.extterrain2d": "1.0.0",
}
Package Manager
Project supports Unity Package Manager. To install the project as a Git package do the following:
- In Unity, open Window > Package Manager.
- Press the + button, choose "Add package from git URL..."
- Enter "https://github.com/iam1337/extTerrain2D.git#upm" and press Add.
> telegram.me/iam1337
> ext@iron-wall.org
This project is under the MIT License.