ShantiManti/Assets/AstarPathfindingProject
2024-04-28 13:51:52 +02:00
..
Behaviors Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
Core Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
Documentation Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
Editor Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
ExampleScenes Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
Generators Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
Legacy Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
Modifiers Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
Navmesh Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
PackageTools Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
Pathfinders Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
Plugins Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
Resources Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
TurnBased Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
Utilities Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
AstarPathfindingProject.asmdef Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
AstarPathfindingProject.asmdef.meta Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
Behaviors.meta Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
CHANGELOG.md Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
CHANGELOG.md.meta Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
Core.meta Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
defines.csv Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
defines.csv.meta Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
Documentation.meta Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
Editor.meta Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
ExampleScenes.meta Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
Generators.meta Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
Legacy.meta Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
link.xml Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
link.xml.meta Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
Modifiers.meta Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
Navmesh.meta Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
package.json Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
package.json.meta Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
PackageTools.meta Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
Pathfinders.meta Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
Plugins.meta Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
Readme.txt Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
Readme.txt.meta Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
Readme_upgrading.txt Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
Readme_upgrading.txt.meta Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
Resources.meta Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
TurnBased.meta Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00
Utilities.meta Added Shanti Manti code directly to GitHub 2024-04-28 13:51:52 +02:00

========= The A* Pathfinding Project =========

The A* Pathfinding Project is an out-of-the-box pathfinding system
which along with ease of use has a large amount of features and blazing fast pathfinding.

The system has a Free version and a Pro version, both can found on my website (see below) and the Pro version can also be found in the Unity Asset Store
	
Documentation for the system can be found at:
	http://www.arongranberg.com/astar/docs/

A Get Started Guide can be found here:
	http://www.arongranberg.com/astar/docs/getstarted.php

If you have a question you can search for earlier posts in the forum or start a new thread:
	http://forum.arongranberg.com

The A* Pathfinding Project was made by Aron Granberg
	http://www.arongranberg.com
	
The license is the AssetStore Free License and the AssetStore Commercial License respectively for the Free and Pro versions of the project.

Using:
	DotNetZip - For creating zip files from serialized data (also modified to get rid of System.File calls which are not allowed in the webplayer)