You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zjm120504 937521ee79
初始化
2 years ago
..
Behaviors 初始化 2 years ago
Core 初始化 2 years ago
Documentation 初始化 2 years ago
Editor 初始化 2 years ago
ExampleScenes 初始化 2 years ago
Generators 初始化 2 years ago
Legacy 初始化 2 years ago
Modifiers 初始化 2 years ago
Navmesh 初始化 2 years ago
PackageTools 初始化 2 years ago
Pathfinders 初始化 2 years ago
Plugins 初始化 2 years ago
Resources 初始化 2 years ago
TurnBased 初始化 2 years ago
Utilities 初始化 2 years ago
AstarPathfindingProject.asmdef 初始化 2 years ago
AstarPathfindingProject.asmdef.meta 初始化 2 years ago
Behaviors.meta 初始化 2 years ago
CHANGELOG.md 初始化 2 years ago
CHANGELOG.md.meta 初始化 2 years ago
Core.meta 初始化 2 years ago
Documentation.meta 初始化 2 years ago
Editor.meta 初始化 2 years ago
ExampleScenes.meta 初始化 2 years ago
Generators.meta 初始化 2 years ago
Legacy.meta 初始化 2 years ago
Modifiers.meta 初始化 2 years ago
Navmesh.meta 初始化 2 years ago
PackageTools.meta 初始化 2 years ago
Pathfinders.meta 初始化 2 years ago
Plugins.meta 初始化 2 years ago
Readme.txt 初始化 2 years ago
Readme.txt.meta 初始化 2 years ago
Readme_upgrading.txt 初始化 2 years ago
Readme_upgrading.txt.meta 初始化 2 years ago
Resources.meta 初始化 2 years ago
TurnBased.meta 初始化 2 years ago
Utilities.meta 初始化 2 years ago
defines.csv 初始化 2 years ago
defines.csv.meta 初始化 2 years ago
link.xml 初始化 2 years ago
link.xml.meta 初始化 2 years ago
package.json 初始化 2 years ago
package.json.meta 初始化 2 years ago

Readme.txt

========= 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)