Hello there, I’ve been working on a 2D Metroidvania Game for the past couple months.
and I’ve been reworking the game’s core systems.
I had an old clanky movement system that sucked imo
I then built this new 2D Movement system, but I’ve run into a problem.
You’re supposed to only be able to go Left/Right
BUT Right works perfectly fine…
WHILE Left just makes you go to the right… instead of the left.
Here’s my blueprint code: I have not slept at all.
NOTE: I’ve been using UE for 7 years! but never attempted creating a full 2D game.