Unity 角色控制器 移動監測碰撞

Vector3 movedirection = Vector3.zero; movedirection = Vector3 (Input.GetAxis ("Horizontal"), 0, Input.GetAxis ("Vertical")); CharacterController controller = GetComponent<CharacterController> ();
相關文章
相關標籤/搜索