ive managed to create basic pathfinding by creating a grid (using grid projector) and creating box colliders over the grid spaces, when clicked the selected unit moves to the square. when the grid is covered by a building or raised terrain its obviously not clickable so you move to the closeset waypoint and stop. currently im only using this for basic movement on a small map but it can easily be expanded over a large area.