コード例 #1
0
ファイル: PlayerMove.cs プロジェクト: leomani3/Dreamaze
 private void FixedUpdate()
 {
     controller.HorizontalMove(dir);
 }