/// <summary>
 /// SetCharacter sets the player character's mesh.
 /// Position, which is used by CameraManager, is updated.
 /// </summary>
 public void SetCharacter()
 {
     bodyManager.SetBody();
 }