Example #1
0
	void Start(){
		posI = 2;
		gm = GameObject.Find ("GM").GetComponent<GM_Doors> ();
		ovrRig = GetComponent<OVRCameraRig> ();
	}
Example #2
0
	void Start(){
		gm = GameObject.Find ("GM").GetComponent<GM_Doors> ();
	}