Need Advice/Help on how to make my 2.5D game

My level of understanding in unity isn’t that great as i only know about simple variables, statements and using void so i want to make a game to learn how to program and such.

Currently i’m trying to create an 2.5D environment where the character you play as move around the map, the problem is i don’t really know how to make the sprite look up, down, left and right because it’s 2.5D so its left, right, backward and forwards.

Any help would be appreciated :frowning:

Well from my understanding true 2.5D is technically all just 3D, just side scroller instead.
Now if you’re talking about 2D with paralax effect (where it shows some sort of depth).

Then it’s still just 2D Controllers.

Perhaps an image of your game can help us better understand what you mean.