Hi, i working on a Top-Down 2D pixel game but I have some problems setting up the AI animations and rotations with 4 directional movement. I created the player character with Enhanced Input following this tutorial: https://www.youtube.com/watch?v=tRRXzKw5XUg
It works fine, but I just can’t set up the rotation and movement for the NPC AI.
I saw some videos where they rotate the TileMap 90 degrees and set the characters flying but i dont want to make it that way.
I simply want it to turn left, right, up and down based on the direction of the movement.
Can somebody help me, Please?