Open sjkobori opened 2 years ago
Identified Problem Have the horse face the right direction with movement
Proposed Solution Have the horse face direction of movement. ie: Velocity Vector
Alternatives Have the horse move tangent to collision
Notes Rolling animation and input has been made. Still need to implement with horse animation.
Identified Problem We will need a starting point for the player to be able to move so that we can develop the gameplay around it.
Proposed Solution Build a player movement script which can allow the player to move around a track :
Alternatives Use unity physics engine, or constrain the acceleration and velocity to create our own physics for the player.
Notes Can approach this problem from a bird's-eye perspective, and we can move the camera to get a "3D" effect later.