I have imported my animated character and tunnel model from Blender into Unity.
I have started to code some of the animation to transition from the characters IDLE state to the RUN state. Including the speed and movement from left to right, and right to left.
I am now in the process of coding the character so that when she runs back and forth her direction flips to face the correct way.
After implementing the animation into the character I decided that I wanted the character to walk at a normal pace when the arrow keys are pressed and if you wanted her to run you have to hold down the shift key at the same time. This adds a bit more interactivity into the game and gamifies it by making the player have to put in more effort to make the character run.