Skip to content

ParsyDev/Simple-Raycast-Pathfinding-Unity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

3D Raycast Pathfinding

this 3d raycasting pathfinding is only good for space rts games where pathfinding is used ONCE on click, it finds a path and returns a list of waypoints (it does NOT work with ground, it finds a 3d path on all axis)

it first checks all directions (up and down too) to find a path and then calculates the shortest direct path imaaaage

About

Simple Raycast Pathfinding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages