ProjectDDD/Packages/com.arongranberg.astar
2025-08-13 15:37:35 +09:00
..
Behaviors 불필요한 패키지 제거 2025-08-13 15:37:35 +09:00
Core 불필요한 패키지 제거 2025-08-13 15:37:35 +09:00
Documentation 불필요한 패키지 제거 2025-08-13 15:37:35 +09:00
Drawing 불필요한 패키지 제거 2025-08-13 15:37:35 +09:00
Editor 불필요한 패키지 제거 2025-08-13 15:37:35 +09:00
Graphs 불필요한 패키지 제거 2025-08-13 15:37:35 +09:00
Modifiers 불필요한 패키지 제거 2025-08-13 15:37:35 +09:00
Navmesh 불필요한 패키지 제거 2025-08-13 15:37:35 +09:00
PackageTools 불필요한 패키지 제거 2025-08-13 15:37:35 +09:00
Pathfinders 불필요한 패키지 제거 2025-08-13 15:37:35 +09:00
Plugins 불필요한 패키지 제거 2025-08-13 15:37:35 +09:00
Resources 불필요한 패키지 제거 2025-08-13 15:37:35 +09:00
RVO 불필요한 패키지 제거 2025-08-13 15:37:35 +09:00
TurnBased 불필요한 패키지 제거 2025-08-13 15:37:35 +09:00
Utilities 불필요한 패키지 제거 2025-08-13 15:37:35 +09:00
AssemblyInfo.cs re-index all files: apply corrected LFS tracking 2025-07-08 19:46:31 +09:00
AssemblyInfo.cs.meta 불필요한 패키지 제거 2025-08-13 15:37:35 +09:00
AstarPathfindingProject.asmdef re-index all files: apply corrected LFS tracking 2025-07-08 19:46:31 +09:00
AstarPathfindingProject.asmdef.meta 불필요한 패키지 제거 2025-08-13 15:37:35 +09:00
Behaviors.meta re-index all files: apply corrected LFS tracking 2025-07-08 19:46:31 +09:00
CHANGELOG.md 불필요한 패키지 제거 2025-08-13 15:37:35 +09:00
CHANGELOG.md.meta 불필요한 패키지 제거 2025-08-13 15:37:35 +09:00
Core.meta re-index all files: apply corrected LFS tracking 2025-07-08 19:46:31 +09:00
defines.csv re-index all files: apply corrected LFS tracking 2025-07-08 19:46:31 +09:00
defines.csv.meta 불필요한 패키지 제거 2025-08-13 15:37:35 +09:00
Documentation.meta re-index all files: apply corrected LFS tracking 2025-07-08 19:46:31 +09:00
Drawing.meta re-index all files: apply corrected LFS tracking 2025-07-08 19:46:31 +09:00
Editor.meta re-index all files: apply corrected LFS tracking 2025-07-08 19:46:31 +09:00
Graphs.meta re-index all files: apply corrected LFS tracking 2025-07-08 19:46:31 +09:00
link.xml re-index all files: apply corrected LFS tracking 2025-07-08 19:46:31 +09:00
link.xml.meta 불필요한 패키지 제거 2025-08-13 15:37:35 +09:00
Modifiers.meta re-index all files: apply corrected LFS tracking 2025-07-08 19:46:31 +09:00
Navmesh.meta re-index all files: apply corrected LFS tracking 2025-07-08 19:46:31 +09:00
package.json 불필요한 패키지 제거 2025-08-13 15:37:35 +09:00
package.json.meta 불필요한 패키지 제거 2025-08-13 15:37:35 +09:00
PackageTools.meta re-index all files: apply corrected LFS tracking 2025-07-08 19:46:31 +09:00
Pathfinders.meta re-index all files: apply corrected LFS tracking 2025-07-08 19:46:31 +09:00
Plugins.meta re-index all files: apply corrected LFS tracking 2025-07-08 19:46:31 +09:00
Readme_upgrading.txt re-index all files: apply corrected LFS tracking 2025-07-08 19:46:31 +09:00
Readme_upgrading.txt.meta 불필요한 패키지 제거 2025-08-13 15:37:35 +09:00
Readme.txt re-index all files: apply corrected LFS tracking 2025-07-08 19:46:31 +09:00
Readme.txt.meta 불필요한 패키지 제거 2025-08-13 15:37:35 +09:00
Resources.meta re-index all files: apply corrected LFS tracking 2025-07-08 19:46:31 +09:00
RVO.meta re-index all files: apply corrected LFS tracking 2025-07-08 19:46:31 +09:00
TurnBased.meta re-index all files: apply corrected LFS tracking 2025-07-08 19:46:31 +09:00
Utilities.meta re-index all files: apply corrected LFS tracking 2025-07-08 19:46:31 +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)