A* Pathfinding Project  4.2.4
The A* Pathfinding Project for Unity 3D

Collection of the most used modifiers. More...

Classes

class  AdvancedSmooth
 Smoothing by dividing path into turns and straight segments. More...
 
class  AlternativePath
 Applies penalty to the paths it processes telling other units to avoid choosing the same path. More...
 
class  FunnelModifier
 Simplifies paths on navmesh graphs using the funnel algorithm. More...
 
class  RadiusModifier
 Radius path modifier for offsetting paths. More...
 
class  RaycastModifier
 Simplifies a path using raycasting. More...
 
class  SimpleSmoothModifier
 Modifier which smooths the path. More...
 
class  StartEndModifier
 Adjusts start and end points of a path. More...
 

Detailed Description

Collection of the most used modifiers.

See also
Using Modifiers