Units with different walkable climb values

How do I support using the RecastGraph when my different unit types have different values for Walkable Climb, Character Radius, etc? I tried checking the documentation to see if I could create multiple graphs but couldn’t find anything.

Hi

You can create multiple graphs for each of the unit types (I recommend grouping them to a small number of different types). Then you can specify which graph a unit will search on by passing in the graphMask parameter on the Seeker.StartPath method (see http://arongranberg.com/astar/docs/class_seeker.php#ab50a876ab529ceb3eb9b97deb5a48d1e).