Make certain character avoid certain tiles/area

I have some differents character type on a scene. I want each type of character to have preferred routes. So maybe a character would always walk on crosswalk, but another character type wouldn’t mind to jaywalk.

How should I make this happen? Do I have to make unique graphs for each character type?

You can use tags for this.
http://arongranberg.com/astar/docs/tags.php

1 Like