Routing / Route Calculation

Hey all,

i’d like to ask if there is any plugin, snippet or something like this to use for route calculation.
i’m building a 3D Indoor model of a office building and i want to use it for indoor navigation. therefore i need something to calculate and draw the shortest route from one to another room.

has someone a hint for that?

The term you’re looking for is ‘pathfinding’. Although Unity doesn’t include built-in support for this, there’s at least a couple of Unity-compatible pathfinding libraries available. (Search the forums for ‘pathfinding library’ and you should find them.)

yes i’v already found “Angry Ant Path” but i’m not quite sure if it does what i want :wink:

It does, but unfortunately you’ll find that it hasn’t been updated for Unity 3.x yet.

Hi,

Sturestones AI Pathfinding does work in Unity 3.x : http://forum.unity3d.com/threads/67417-A*-Pathfinding-2.9-Is-Released-(Unity-3-Compatible)


oxl

this A* script is realy awesome :slight_smile:

but is it possible to show the blue route line in camera perspectie too?

Angry Ant’s Path package has now been released in a 2.0 beta version.

Great thanks for your notification :slight_smile:
Just constructed a network with angryant 2.0b1. It works well but how can i visualize the route? In Scene View i get a white line showing the route but in Game View i don’t see this white line :frowning: