I am trying to make a 2d rpg2D RPG game in unity,Unity with an isometric tile setup or level.
I would like to knowUsing Unity/C#, how do I code in unity C#, the characterscharacter's upward, right, left, down and diagonal animationanimations and movements using mouse button as the controls (like the Red Alert 2 game controlsmuch like Red Alert 2). TheseNormally, this can easily be done using keyboard inputs. However, however, what I am trying to aimdo is to control the character by usingclicking the mouse click and make the animation follow it correctly. For example, if I click in a diagonal location from the character, the character should follow itthe mouse and it will also do the diagonal animation. Thank you.