Question by
OpLex · Jan 31, 2017 at 08:33 PM ·
c#2d gameplatformer
2D Movement Controls
Hello,
I'm currently working on a 2D game that requires the character to move to specific coordinates left, right, up and down. I'm programming the game in C# and require some help on where to start. I was told in the forums that I might be looking to use a "path-finder". Or something along the lines of that.
Here is a poorly drawn image of what I'm looking for.
Comment
Answer by hexagonius · Jan 31, 2017 at 09:07 PM
this Tutorial does thats:
https://unity3d.com/learn/tutorials/projects/2d-roguelike-tutorial
Thank you for the reply. A lot of the information in this is incredibly useful!