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