Publisher | Sam Serrels |
---|---|
File size | 1.89MB |
Number of files | 52 |
Latest version | 1 |
Latest release date | 2014-03-03 02:52:16 |
First release date | 2013-10-01 11:18:24 |
Supported Unity versions | 2018.4.2 or higher |
This is a library of functions to bridge between your code and the original Unity terrain functions, giving you extra and better
functionality to modify the terrain with code while the game is running.
With this library, translating between the world coordinates and the terrain coordinates is easy.
Make changes to the terrain without every touching an array!
This library brings in a new system, TerranAreas. These can be created with real-world (or terrain) coordinates, and then you can save them to be re-used in terrain operations later on.
Self contained in one script file, It's easy to implement and it comes with a guide explaining the more complex functions.
User guide: located here
Tutorial Video: located here
With this library, translating between the world coordinates and the terrain coordinates is easy.
Make changes to the terrain without every touching an array!
This library brings in a new system, TerranAreas. These can be created with real-world (or terrain) coordinates, and then you can save them to be re-used in terrain operations later on.
Self contained in one script file, It's easy to implement and it comes with a guide explaining the more complex functions.
User guide: located here
Tutorial Video: located here