Can Grid Engine support a fixed facing direction feature? For example, allowing a player to face forward while moving backward.
In Grid Engine, facing direction seems strongly coupled with movement direction. To achieve this, I have to force set walkingAnimationMapping, which works but becomes cumbersome to manage when the fixed facing direction needs to change dynamically—frequent updates to walkingAnimationMapping are required.