An open API service indexing awesome lists of open source software.

https://github.com/pirkla/navmesh-link-auto-generator


https://github.com/pirkla/navmesh-link-auto-generator

unity3d unity3d-editor unity3d-script

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# NavMesh-Link-Auto-Generator

Automatically generate NavMeshLinks on box colliders.
Requires https://github.com/Unity-Technologies/NavMeshComponents to work.

# How To Get Started

Download and add the files to your project.

Attach the NavLinkGenerator script to a gameobject.

Make any box colliders you want to have links generated on a child of the NavLinkGenerator gameobject.

Make sure a NavMesh has been baked.

Click Create Links On Child Box Colliders in the NavLinkGenerator component.

An example has been set up in the demo scene.