ProjectDDD/Packages/com.arongranberg.astar
2025-05-13 02:33:01 +09:00
..
Behaviors 패키지 업데이트 2025-05-13 02:33:01 +09:00
Core 패키지 업데이트 2025-05-13 02:33:01 +09:00
Documentation 패키지 업데이트 2025-05-13 02:33:01 +09:00
Drawing 패키지 업데이트 2025-05-13 02:33:01 +09:00
Editor 패키지 업데이트 2025-05-13 02:33:01 +09:00
ExampleScenes~ 패키지 업데이트 2025-05-13 02:33:01 +09:00
Graphs 패키지 업데이트 2025-05-13 02:33:01 +09:00
Modifiers 패키지 업데이트 2025-05-13 02:33:01 +09:00
Navmesh 패키지 업데이트 2025-05-13 02:33:01 +09:00
PackageTools 패키지 업데이트 2025-05-13 02:33:01 +09:00
Pathfinders 패키지 업데이트 2025-05-13 02:33:01 +09:00
Plugins 패키지 업데이트 2025-05-13 02:33:01 +09:00
Resources 패키지 업데이트 2025-05-13 02:33:01 +09:00
RVO 패키지 업데이트 2025-05-13 02:33:01 +09:00
TurnBased 패키지 업데이트 2025-05-13 02:33:01 +09:00
Utilities 패키지 업데이트 2025-05-13 02:33:01 +09:00
AssemblyInfo.cs 패키지 업데이트 2025-05-13 02:33:01 +09:00
AssemblyInfo.cs.meta 패키지 업데이트 2025-05-13 02:33:01 +09:00
AstarPathfindingProject.asmdef 패키지 업데이트 2025-05-13 02:33:01 +09:00
AstarPathfindingProject.asmdef.meta 패키지 업데이트 2025-05-13 02:33:01 +09:00
Behaviors.meta 패키지 업데이트 2025-05-13 02:33:01 +09:00
CHANGELOG.md 패키지 업데이트 2025-05-13 02:33:01 +09:00
CHANGELOG.md.meta 패키지 업데이트 2025-05-13 02:33:01 +09:00
Core.meta 패키지 업데이트 2025-05-13 02:33:01 +09:00
defines.csv 패키지 업데이트 2025-05-13 02:33:01 +09:00
defines.csv.meta 패키지 업데이트 2025-05-13 02:33:01 +09:00
Documentation.meta 패키지 업데이트 2025-05-13 02:33:01 +09:00
Drawing.meta 패키지 업데이트 2025-05-13 02:33:01 +09:00
Editor.meta 패키지 업데이트 2025-05-13 02:33:01 +09:00
Graphs.meta 패키지 업데이트 2025-05-13 02:33:01 +09:00
link.xml 패키지 업데이트 2025-05-13 02:33:01 +09:00
link.xml.meta 패키지 업데이트 2025-05-13 02:33:01 +09:00
Modifiers.meta 패키지 업데이트 2025-05-13 02:33:01 +09:00
Navmesh.meta 패키지 업데이트 2025-05-13 02:33:01 +09:00
package.json 패키지 업데이트 2025-05-13 02:33:01 +09:00
package.json.meta 패키지 업데이트 2025-05-13 02:33:01 +09:00
PackageTools.meta 패키지 업데이트 2025-05-13 02:33:01 +09:00
Pathfinders.meta 패키지 업데이트 2025-05-13 02:33:01 +09:00
Plugins.meta 패키지 업데이트 2025-05-13 02:33:01 +09:00
Readme_upgrading.txt 패키지 업데이트 2025-05-13 02:33:01 +09:00
Readme_upgrading.txt.meta 패키지 업데이트 2025-05-13 02:33:01 +09:00
Readme.txt 패키지 업데이트 2025-05-13 02:33:01 +09:00
Readme.txt.meta 패키지 업데이트 2025-05-13 02:33:01 +09:00
Resources.meta 패키지 업데이트 2025-05-13 02:33:01 +09:00
RVO.meta 패키지 업데이트 2025-05-13 02:33:01 +09:00
TurnBased.meta 패키지 업데이트 2025-05-13 02:33:01 +09:00
Utilities.meta 패키지 업데이트 2025-05-13 02:33:01 +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.html

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)