MafiaHub/MafiaUnity

Player movement

zpl-zak opened this issue · 0 comments

We should implement PlayerController to allow controlling the pawn as well as manipulate the camera, so that we can move around in the world.

PlayerController depends on CharacterController which describes movement properties as well as behavior.

List of tasks to do for completion

  • Make sure we have required native formats parsed.
  • Implement CharacterController
  • Implement PlayerController
  • Create a test scene where PlayerController gets tested and tweak values accordingly.