我正在團結3D跳躍和空閒動畫切換動畫。 下面是代碼:使用UnityEngine ;使用System.Collections的 ; 公共類JumpingD:MonoBehaviour { public Animator anim;
public float JumpSpeed_;
private RigidBody _Character; //rigid body of the Characte
我有gameObject MainCamera,並有腳本LookAtCamera作爲我的主視圖選項,我有腳本MouseLook,我想用右鍵單擊輔助。 using UnityEngine;
using System.Collections;
public class CameraManager : MonoBehaviour {
void Update() {
if