Skip to content

AI for following paths in 2D games using the A* Pathfinding Project for Unity.

Notifications You must be signed in to change notification settings

fgladisch/ai-path-2d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

AIPath2D

This AI is a reimplementation of the movement script "AIPath" which comes with the A* Pathfinding Project for Unity, but for 2D games. As it was stated in the documentation of the original script "It is in no way required by the rest of the system, so feel free to write your own.", and that is what I did. Calculations and transformations are made on the XY plane, which is the default for 2D Games in Unity, instead of the XZ plane used in the original script.

This script is in no way ready, nor is it perfect, but I hope it will be useful as a starting point for 2D game projects that are using the A* Pathfinding Project. I will, however, continue to work on this.

Please visit the A* Pathfinding Project for more information.

About

AI for following paths in 2D games using the A* Pathfinding Project for Unity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages