{"id":13663155,"url":"https://github.com/sturdyspoon/unity-pathfinding","last_synced_at":"2025-06-30T08:07:33.381Z","repository":{"id":65291987,"uuid":"164434093","full_name":"sturdyspoon/unity-pathfinding","owner":"sturdyspoon","description":"Find paths in Unity Tilemaps with A* Search","archived":false,"fork":false,"pushed_at":"2021-03-01T07:30:24.000Z","size":475,"stargazers_count":112,"open_issues_count":1,"forks_count":13,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-10T11:03:33.770Z","etag":null,"topics":["2d","astar","pathfinding","unity"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sturdyspoon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-07T13:06:59.000Z","updated_at":"2025-03-30T06:12:19.000Z","dependencies_parsed_at":"2023-01-16T15:01:46.400Z","dependency_job_id":null,"html_url":"https://github.com/sturdyspoon/unity-pathfinding","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sturdyspoon/unity-pathfinding","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdyspoon%2Funity-pathfinding","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdyspoon%2Funity-pathfinding/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdyspoon%2Funity-pathfinding/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdyspoon%2Funity-pathfinding/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sturdyspoon","download_url":"https://codeload.github.com/sturdyspoon/unity-pathfinding/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdyspoon%2Funity-pathfinding/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262736603,"owners_count":23356147,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["2d","astar","pathfinding","unity"],"created_at":"2024-08-02T05:02:19.387Z","updated_at":"2025-06-30T08:07:33.354Z","avatar_url":"https://github.com/sturdyspoon.png","language":"C#","funding_links":[],"categories":["C\\#"],"sub_categories":[],"readme":"# Pathfinding\nFind paths in Unity Tilemaps with A* Search based off Amit Patel's implementation.\n\nDownload and Import the Pathfinding [package](https://github.com/antonpantev/pathfinding/raw/master/Pathfinding.unitypackage) then use `AStar.FindPath()` like so:\n\n```c#\nList\u003cVector3\u003e path = AStar.FindPath(tilemap, startPos, endPos);\n```\n\n\u003cimg src=\"https://raw.githubusercontent.com/antonpantev/pathfinding/master/PreviewImages/ScreenShot.png\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsturdyspoon%2Funity-pathfinding","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsturdyspoon%2Funity-pathfinding","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsturdyspoon%2Funity-pathfinding/lists"}