Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
{"name": "com.arongranberg.astar", "version": "4.2.15", "displayName": "A* Pathfinding Project", "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.", "unity": "2019.3", "unityRelease": "0f3", "documentation": "https://arongranberg.com/astar/docs", "dependencies": {"com.unity.ugui": "1.0.0", "com.unity.modules.ui": "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.animation": "1.0.0", "com.unity.modules.audio": "1.0.0", "com.unity.modules.terrain": "1.0.0", "com.unity.modules.terrainphysics": "1.0.0", "com.unity.modules.assetbundle": "1.0.0"}, "keywords": ["pathfinding", "ai", "navigation", "planning"], "samples": [{"displayName": "Example scenes", "description": "Additional examples", "path": "ExampleScenes~"}], "author": {"name": "Aron Granberg", "email": "aron.granberg@gmail.com", "url": "https://www.arongranberg.com"}, "publishConfig": {"registry": "https://arongranberg.com/packages_forward/"}}