Insanely huge initial commit

This commit is contained in:
2026-02-21 17:04:05 -08:00
parent 9cdd36191a
commit 613d75914a
22525 changed files with 4035207 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
{
"author": {
"email": "aron.granberg@gmail.com",
"name": "Aron Granberg",
"url": "https://www.arongranberg.com"
},
"dependencies": {
"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.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.ui": "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",
"documentation": "https://arongranberg.com/astar/docs",
"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": "2019.3",
"unityRelease": "0f3",
"version": "4.2.17"
}