summaryrefslogtreecommitdiff
path: root/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/package.json
diff options
context:
space:
mode:
authorchai <215380520@qq.com>2024-05-23 10:08:29 +0800
committerchai <215380520@qq.com>2024-05-23 10:08:29 +0800
commit8722a9920c1f6119bf6e769cba270e63097f8e25 (patch)
tree2eaf9865de7fb1404546de4a4296553d8f68cc3b /Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/package.json
parent3ba4020b69e5971bb0df7ee08b31d10ea4d01937 (diff)
+ astar project
Diffstat (limited to 'Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/package.json')
-rw-r--r--Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/package.json49
1 files changed, 49 insertions, 0 deletions
diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/package.json b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/package.json
new file mode 100644
index 0000000..27fb862
--- /dev/null
+++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/package.json
@@ -0,0 +1,49 @@
+{
+ "author": {
+ "email": "aron.granberg@gmail.com",
+ "name": "Aron Granberg",
+ "url": "https://www.arongranberg.com"
+ },
+ "changelogUrl": "https://arongranberg.com/astar/documentation/stable/changelog.html",
+ "dependencies": {
+ "com.unity.burst": "1.8.3",
+ "com.unity.collections": "1.5.1",
+ "com.unity.mathematics": "1.2.6",
+ "com.unity.modules.animation": "1.0.0",
+ "com.unity.modules.assetbundle": "1.0.0",
+ "com.unity.modules.audio": "1.0.0",
+ "com.unity.modules.imgui": "1.0.0",
+ "com.unity.modules.particlesystem": "1.0.0",
+ "com.unity.modules.physics": "1.0.0",
+ "com.unity.modules.physics2d": "1.0.0",
+ "com.unity.modules.terrain": "1.0.0",
+ "com.unity.modules.terrainphysics": "1.0.0",
+ "com.unity.modules.tilemap": "1.0.0",
+ "com.unity.modules.ui": "1.0.0",
+ "com.unity.modules.uielements": "1.0.0",
+ "com.unity.ugui": "1.0.0"
+ },
+ "description": "The A* Pathfinding Project is a powerful and easy to use pathfinding system for Unity. With blazing fast pathfinding your AIs will be able to find the player in complex mazes in no time at all.\nPerfect for TD, FPS and RTS games.\nFeatures:\nSupports grid, navmesh, point and hexagonal graphs. Automatic navmesh generation to save you from doing it manually. Fully multithreaded so it will barely affect the frame rate. Path post-processing using raycasting, smoothing and using the funnel algorithm. A single line of code for a pathfinding call. Graphs can be saved to files. Local Avoidance both in the XZ and XY plane. Source code included. Supports updating graphs during runtime.",
+ "displayName": "A* Pathfinding Project",
+ "documentationUrl": "https://arongranberg.com/astar/documentation/stable",
+ "keywords": [
+ "pathfinding",
+ "ai",
+ "navigation",
+ "planning"
+ ],
+ "name": "com.arongranberg.astar",
+ "publishConfig": {
+ "registry": "https://arongranberg.com/packages_forward/"
+ },
+ "samples": [
+ {
+ "description": "Additional examples",
+ "displayName": "Example scenes",
+ "path": "ExampleScenes~"
+ }
+ ],
+ "unity": "2021.3",
+ "unityRelease": "35f1",
+ "version": "5.1.1"
+} \ No newline at end of file