Ejemplo n.º 1
0
 // Use this for initialization
 void Start()
 {
     playerScript = GameObject.FindGameObjectWithTag("Player").GetComponent <WalkAround>();
     craftCamLoc  = GameObject.FindGameObjectWithTag("Craft Cam").transform;
     crafting     = false;
 }
Ejemplo n.º 2
0
 // Use this for initialization
 void Start()
 {
     playerScript = GameObject.FindGameObjectWithTag("Player").GetComponent<WalkAround>();
     craftCamLoc = GameObject.FindGameObjectWithTag("Craft Cam").transform;
     crafting = false;
 }