Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is this plugin support 3d path finding? (3d navgation) for AI? #133

Open
xukongwen opened this issue Mar 30, 2020 · 2 comments
Open

is this plugin support 3d path finding? (3d navgation) for AI? #133

xukongwen opened this issue Mar 30, 2020 · 2 comments
Labels

Comments

@xukongwen
Copy link

thanks so much for this pligin.

i want create some ai which run around in the world, and does this supported?

@blockspacer
Copy link

blockspacer commented Mar 30, 2020

You may want to create custom Dynamic Hierarchical path-finding A* (DHPA*)
https://www.gdcvault.com/play/1025320/Hierarchical-Dynamic-Pathfinding-for-Large
It is suitable for games with dynamic voxel terrain. GDC is awesome

@Zylann
Copy link
Owner

Zylann commented Mar 30, 2020

There is no support for classic navmesh-based pathfinding. You may have to use more specialized pathfinding techniques such as the one linked above, or if you use blocky terrain you could use regular grid-based pathfinding in a local area.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants