recastnavigation / recastnavigation

Industry-standard navigation-mesh toolset for games

Home Page:http://recastnav.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Navmesh link system that can span multiple tiles

grahamboree opened this issue · comments

A very common feature request is related to long-spanning off-mesh links. #477 #195 #586

Currently, off-mesh links are only restricted to neighboring navmesh tiles for simplicity of implementation.

We should explore possible solutions for lifting this restriction.