예제 #1
0
	void Start(){
		posI = 2;
		gm = GameObject.Find ("GM").GetComponent<GM_Doors> ();
		ovrRig = GetComponent<OVRCameraRig> ();
	}
예제 #2
0
파일: Death.cs 프로젝트: MrIThompson/Dino
	void Start(){
		gm = GameObject.Find ("GM").GetComponent<GM_Doors> ();
	}