https://github.com/iam1337/extterrain2d
Small 2D terrain asset.
https://github.com/iam1337/extterrain2d
terrain terrain-editor terrain-rendering terrain2d unity unity-asset unity-editor unity-scene unity-scripts unity2d unity3d unity3d-plugin
Last synced: 2 months ago
JSON representation
Small 2D terrain asset.
- Host: GitHub
- URL: https://github.com/iam1337/extterrain2d
- Owner: Iam1337
- License: mit
- Created: 2018-02-04T15:00:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-24T17:34:20.000Z (over 3 years ago)
- Last Synced: 2025-02-28T16:55:55.258Z (3 months ago)
- Topics: terrain, terrain-editor, terrain-rendering, terrain2d, unity, unity-asset, unity-editor, unity-scene, unity-scripts, unity2d, unity3d, unity3d-plugin
- Language: C#
- Homepage:
- Size: 672 KB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# extTerrain2D - 2D Terrain for Unity
Created by [iam1337](https://github.com/iam1337)
[](https://github.com/Iam1337/extTerrain2D/actions/workflows/ci.yml)
[](https://openupm.com/packages/com.iam1337.extterrain2d/)
[](https://github.com/Iam1337/extTerrain2D/blob/master/LICENSE)
[](https://github.com/semantic-release/semantic-release)## Introduction
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](https://www.youtube.com/watch?v=j7iCimyGXHo).## Installation:
**Old school**
Just copy the [Assets/extTerrain2D](Assets/extTerrain2D) folder into your Assets directory within your Unity project, or [download latest extTerrain2D.unitypackage](https://github.com/iam1337/extTerrain2D/releases).
**OpenUPM**
Via [openupm-cli](https://github.com/openupm/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:
1. In Unity, open **Window > Package Manager**.
2. Press the **+** button, choose **"Add package from git URL..."**
3. Enter "https://github.com/iam1337/extTerrain2D.git#upm" and press Add.## Screenshots:
**Terrain2D**

**CompoundTerrain2D**
**Inspector Editors**
![]()
## Author Contacts:
\> [telegram.me/iam1337](http://telegram.me/iam1337)
\> [[email protected]](mailto:[email protected])## License
This project is under the MIT License.