Skip to content

Basic pathfinding system on a 2D platform map with one way collision. Unity 2D

Notifications You must be signed in to change notification settings

angelsalascalvo/pathfinding-2dplatformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pathfinding 2D Platformer

Basic example of a pathfinding system (based on algorithm A*) for a 2D one-way collision platformer. The player can cross the platforms using a jump from the bottom of the platform upwards.

In the project, the system does not automatically move the player's sprite, it only calculates the path or nodes to follow to reach the target sprite.


Technology Stack

Engine: Unity 2019.4 LTS

About

Basic pathfinding system on a 2D platform map with one way collision. Unity 2D

Topics

Resources

Stars

Watchers

Forks

Languages