diff options
author | chai <215380520@qq.com> | 2024-05-23 10:08:29 +0800 |
---|---|---|
committer | chai <215380520@qq.com> | 2024-05-23 10:08:29 +0800 |
commit | 8722a9920c1f6119bf6e769cba270e63097f8e25 (patch) | |
tree | 2eaf9865de7fb1404546de4a4296553d8f68cc3b /Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/Readme.txt | |
parent | 3ba4020b69e5971bb0df7ee08b31d10ea4d01937 (diff) |
+ astar project
Diffstat (limited to 'Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/Readme.txt')
-rw-r--r-- | Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/Readme.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/Readme.txt b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/Readme.txt new file mode 100644 index 0000000..e8f9e54 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/Readme.txt @@ -0,0 +1,24 @@ + +========= 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) |