Hi Chris,
Is there a way to check the direction of player? I need to check if the player is facing left or right to decide which menu gto turn on when the player has entered a trigger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
In a custom script, you can read the character's GetSpriteAngle function - which returns <180 for left, and right otherwise.