Unity
These are my Unity projects.
ACME – The GameThe game is a 2D scroller game, right now you just kill the bots.
Only one level so far though.
A* PathfindingThis pathfinding system was created to provide an out-of-the-box pathfinding solution for Unity 3D, free of course.
GliderThis game is still in beta mode, basically you shall try to fly a paper plane in a house and gather all the stars without crashing or burning up
Pathfinding System – This is old, use the A* pathfinding system insteadMy pathfinding system was made for use in a strategy game but can be used with almost anything.
It does only work well in very simple environments though, use the A* system for better accuracy.
And it’s free.