Пример #1
0
 // move character
 void FixedUpdate()
 {
     settings.MoveCharacter(true);
     settings.RotateCharacterWithMouse();
 }