A* Pathfinding Project
3.1.4
The A* Pathfinding Project for Unity 3D
|
Changelog | |
Pathfinding interface | |
Keyboard Shortcuts | |
Extending The System | The system can be extended in various ways |
Writing Graph Generators | All graphs in the A* Pathfinding Project are written as add-ons to the system, this makes it (relatively) easy to add your own specialized graph types |
Writing Modifiers | Modifiers are small scripts which post-process paths to for example simplify or smooth them |
Modifier Guidelines | This page lists the guidelines to keep in mind when writing path modifiers, to help minimize bugs and keep compability between modifiers high |
Frequently Asked Questions | |
Fast Facts | Just some random facts about the system: |
Get Started With The A* Pathfinding Project | Pathfinding is all about finding the best path between point A and B |
Graph Types | There are several different graph types included in the project, and there is the availability to create your own |
Deploying for iphone | This page is about working with the A* Pathfinding Project when deploying for the iPhone platform |
Working with Javascript | The A* Pathfinding Project is written in C#, but it can be used from Javascript (Unityscript) by the click of a button |
Local Avoidance | How to use the local avoidance in the A* Pathfinding Project |
Writing RVO Colliders | If you read the Local Avoidance tutorial, you should have been through the step where you added an RVOSimulator |
Optimization | In the pro version of the A* Pathfinding Project there is a tab called "Optimization" in the A* Inspector |
Saving and Loading Graphs | Saving and Loading Graphs |
Working with tags | Tagging nodes and areas is a powerful feature |
Graph Updates during Runtime | |
Upgrade Guide | When upgrading from 2.9x to 3.0 there are a few things you need to do to make it work |
Using Modifiers | Modifiers are small scripts which can hook in to the Seeker and pre and or post process the path before it is returned to the caller |
Todo List | |
Deprecated List | |
Bug List |