Publisher | Giant Grey |
---|---|
File size | 1.05MB |
Number of files | 116 |
Latest version | 1.0.1 |
Latest release date | 2024-03-18 02:48:19 |
First release date | 2024-02-22 10:27:12 |
Supported Unity versions | 2018.4.2 or higher |
PathGrid is a simple yet feature rich path/road system that allows you to create paths in a grid-like manner, similar to well-known city-builder games such as Anno, Ceasar, Kingdoms and Castles and many more.
⭐ Multiple Networks
PathGrid supports multiple path networks, which can be handy if you have a road network and a sewage or electricity network in your game.
⭐ Terrain height adaption
PathGrid can deform the generated path based on the underlying terrain or mesh.
⭐ Presets & Mixing Presets
Create and use multiple presets for your path networks.
⭐ Grid System
The included grid system allows you to set different cell types to only allow for certain path preset to be built on a cell. Or set a cell to "blocked" to simply block building.
⭐ A* Pathfinding Project support
An included demo scene demonstrates the use of PathGrid in combination with the A* Pathfinding Project.
⭐ Simple API
Creating a path is very simple; just pass a list of positions to the PathGrid system, and voilà!
📝 Please note
PathGrid uses 3d meshes for the tiles.
The package comes with four ready-to-use presets. You can of course, create your own tiles with any 3d modedling software or use simple quad meshes with appropriate textures on them. PathGrid does not support Unity 2D sprites