OldBlueWater/BlueWater/Assets/AstarPathfindingProject
2024-01-03 15:34:33 +09:00
..
Behaviors Add AStar Asset 2023-08-01 15:49:57 +09:00
Core Add AStar Asset 2023-08-01 15:49:57 +09:00
Documentation Add AStar Asset 2023-08-01 15:49:57 +09:00
Editor Add AStar Asset 2023-08-01 15:49:57 +09:00
ExampleScenes [UNITY] unity version update 23.2.3f1 2024-01-03 15:34:33 +09:00
Generators Add AStar Asset 2023-08-01 15:49:57 +09:00
Legacy Add AStar Asset 2023-08-01 15:49:57 +09:00
Modifiers Add AStar Asset 2023-08-01 15:49:57 +09:00
Navmesh Add AStar Asset 2023-08-01 15:49:57 +09:00
PackageTools Add AStar Asset 2023-08-01 15:49:57 +09:00
Pathfinders Add AStar Asset 2023-08-01 15:49:57 +09:00
Plugins Add AStar Asset 2023-08-01 15:49:57 +09:00
Resources Add AStar Asset 2023-08-01 15:49:57 +09:00
RVO Add AStar Asset 2023-08-01 15:49:57 +09:00
TurnBased Add AStar Asset 2023-08-01 15:49:57 +09:00
Utilities Add AStar Asset 2023-08-01 15:49:57 +09:00
AstarPathfindingProject.asmdef Add AStar Asset 2023-08-01 15:49:57 +09:00
AstarPathfindingProject.asmdef.meta Add AStar Asset 2023-08-01 15:49:57 +09:00
Behaviors.meta Add AStar Asset 2023-08-01 15:49:57 +09:00
CHANGELOG.md Add AStar Asset 2023-08-01 15:49:57 +09:00
CHANGELOG.md.meta Add AStar Asset 2023-08-01 15:49:57 +09:00
Core.meta Add AStar Asset 2023-08-01 15:49:57 +09:00
defines.csv Add AStar Asset 2023-08-01 15:49:57 +09:00
defines.csv.meta Add AStar Asset 2023-08-01 15:49:57 +09:00
Documentation.meta Add AStar Asset 2023-08-01 15:49:57 +09:00
Editor.meta Add AStar Asset 2023-08-01 15:49:57 +09:00
ExampleScenes.meta Add AStar Asset 2023-08-01 15:49:57 +09:00
Generators.meta Add AStar Asset 2023-08-01 15:49:57 +09:00
Legacy.meta Add AStar Asset 2023-08-01 15:49:57 +09:00
link.xml Add AStar Asset 2023-08-01 15:49:57 +09:00
link.xml.meta Add AStar Asset 2023-08-01 15:49:57 +09:00
Modifiers.meta Add AStar Asset 2023-08-01 15:49:57 +09:00
Navmesh.meta Add AStar Asset 2023-08-01 15:49:57 +09:00
package.json Add AStar Asset 2023-08-01 15:49:57 +09:00
package.json.meta Add AStar Asset 2023-08-01 15:49:57 +09:00
PackageTools.meta Add AStar Asset 2023-08-01 15:49:57 +09:00
Pathfinders.meta Add AStar Asset 2023-08-01 15:49:57 +09:00
Plugins.meta Add AStar Asset 2023-08-01 15:49:57 +09:00
Readme_upgrading.txt Add AStar Asset 2023-08-01 15:49:57 +09:00
Readme_upgrading.txt.meta Add AStar Asset 2023-08-01 15:49:57 +09:00
Readme.txt Add AStar Asset 2023-08-01 15:49:57 +09:00
Readme.txt.meta Add AStar Asset 2023-08-01 15:49:57 +09:00
Resources.meta Add AStar Asset 2023-08-01 15:49:57 +09:00
RVO.meta Add AStar Asset 2023-08-01 15:49:57 +09:00
TurnBased.meta Add AStar Asset 2023-08-01 15:49:57 +09:00
Utilities.meta Add AStar Asset 2023-08-01 15:49:57 +09: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)