Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wardbenjamin/unityastar

Unity A* implementation optimized for use in tile-based games
https://github.com/wardbenjamin/unityastar

Last synced: about 1 month ago
JSON representation

Unity A* implementation optimized for use in tile-based games

Awesome Lists containing this project

README

        

Unity A*
=========

A* pathfinding implementation implemented and optimized for tile-based games. It could be easily expanded in the future to perform well for 3D environments, but Unity already has a navigation mesh implemented to do so, so I haven't bothered.

This A* implementation is also useful for other tile-based games that do not use Unity; I have used it in several of my other projects.

Possible improvements:

- Add interfaces to make implementation simpler (DONE!)

# Suggestions and contributions are welcome and encouraged!