コード例 #1
0
 private void FixedUpdate()
 {
     controller.Move(h_move * Time.fixedDeltaTime, m_jump);
     m_jump = false;
 }