https://github.com/netpyoung/unity.playground.pathfinding
Unity3D Jump Point Search Plus demo
https://github.com/netpyoung/unity.playground.pathfinding
jps jumppointsearch unity3d
Last synced: 3 months ago
JSON representation
Unity3D Jump Point Search Plus demo
- Host: GitHub
- URL: https://github.com/netpyoung/unity.playground.pathfinding
- Owner: netpyoung
- License: mit
- Created: 2020-06-12T19:21:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-10T11:24:57.000Z (over 4 years ago)
- Last Synced: 2025-06-29T11:43:24.725Z (3 months ago)
- Topics: jps, jumppointsearch, unity3d
- Language: C#
- Homepage:
- Size: 210 KB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# unity.playground.pathfinding
## What's this?
Demo for JPS+ in Unity3D.

- [JPS(Jump Point Search)](https://en.wikipedia.org/wiki/Jump_point_search)
- dotnet JPS+ source: [netpyoung/NF.AI.PathFinding](https://github.com/netpyoung/NF.AI.PathFinding)