I am now working on a 2.5D platformer and i am trying to find a way to find out in which direction the character is looking. Consider this, I am using touchpads to move the character.
I have a gameobject called crosshairGO. Its rotation represents where the character is looking and its position where the character is standing. If i touch the lower left part of the touchpad i want the character to look to the lower left. Any ideas on how to do that?