MafiaHub / MafiaUnity

đź•ą Open-source Mafia game framework

Home Page:https://discord.gg/eBQ4QHX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Player movement

zpl-zak opened this issue · 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.