Skip to content

Implementation of Vector Field based path finding made for using in conjunction with Steering behaviours

Notifications You must be signed in to change notification settings

BDeshiDev/Vector-Field-Pathfinding-Implementation-in-Unity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Vector-Field-Pathfinding-Implementation-in-Unity

Implementation of Vector Field based path finding made for using in conjunction with Steering behaviours

Code was based on this article: https://gamedevelopment.tutsplus.com/tutorials/understanding-goal-based-vector-field-pathfinding--gamedev-9007

The method for avoiding the Local Optima problem was taken from : https://simoncoenen.com/project_boxhead

Currently I can generate The vector field and factor in obstacles into the cakculation. I'll implement steering behaviours soonish.

About

Implementation of Vector Field based path finding made for using in conjunction with Steering behaviours

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages