Old School Movement

I’m working on a project in the old NES style games, but i need a 2d topdown moving script where you can move the character Up, down, left and right without moving diagonally, I’ve looked around and tried a bunch of stuff but nothing seems to work, if anyone has something like this, it would be a great help :slight_smile:

Thanks
Echo Interactive

Does ` transform.Translate(Vector2.left * Speed); work?

@Sergio7888