Ejemplo n.º 1
0
 private void Start()
 {
     activeYurt = GameObject.Find("Yurts").GetComponent <ActiveYurt>();//Get ActieYurt script/obj
 }
 private void Start()
 {
     camera1    = GameObject.Find("BuilderCam").GetComponent <Camera>();
     activeYurt = GameObject.Find("Yurts").GetComponent <ActiveYurt>();
 }
Ejemplo n.º 3
0
    Quaternion posDefault = new Quaternion(0, 0, 0, 0); //Deafult position for camera

    private void Start()
    {
        activeYurt = GameObject.Find("Yurts").GetComponent <ActiveYurt>();//Get ActiveYurt script/obj
        cameraIn   = GameObject.Find("InsideCam");
    }