Publisher | Justin Schneider |
---|---|
File size | 1.26MB |
Number of files | 52 |
Latest version | 1 |
Latest release date | 2021-10-28 12:41:24 |
First release date | 2017-08-28 08:29:23 |
Supported Unity versions | 2018.4.2 or higher |
Documentation | Movement Demo | Turn-based Demo | Forum
Node Map is a solution to create node-based maps in Unity. Node-based maps use a defined set of points (Nodes) that the player or other units can move to using connecting routes between them (Paths). Potential uses for a node map may be a level select screen, an overworld map, or a graph-based travel system.
Using Node Map is a breeze, with easy in-editor controls and shortcuts to quickly create and edit complex configurations of nodes. The built-in pathfinding system can be used with the included player and AI scripts, or extended using the API to work with your own scripts.
Features
* Quickly lay out and edit node-based maps in the Editor
* Auto-positioning of path markers
* Option to render lines between nodes instead
* Highly customizable visuals for nodes and paths
* Able to render in either 2D or 3D
* Multiple input types supported
* Agent-based movement system with pathfinding
* Fully-exposed API with events
Node Map is a solution to create node-based maps in Unity. Node-based maps use a defined set of points (Nodes) that the player or other units can move to using connecting routes between them (Paths). Potential uses for a node map may be a level select screen, an overworld map, or a graph-based travel system.
Using Node Map is a breeze, with easy in-editor controls and shortcuts to quickly create and edit complex configurations of nodes. The built-in pathfinding system can be used with the included player and AI scripts, or extended using the API to work with your own scripts.
Features
* Quickly lay out and edit node-based maps in the Editor
* Auto-positioning of path markers
* Option to render lines between nodes instead
* Highly customizable visuals for nodes and paths
* Able to render in either 2D or 3D
* Multiple input types supported
* Agent-based movement system with pathfinding
* Fully-exposed API with events