/// <summary> /// Gets the component of the Dropper Camera /// </summary> void Start() { manager = GameObject.Find("GameManager").GetComponent <GameManager>(); menu = GetComponent <PauseMenu>(); Time.timeScale = 1f; getClick = GameObject.Find("IsoCamera").GetComponent <DropperCamera>(); audio = GetComponent <AudioSource> (); }
/// <summary> /// Gets the component of the Dropper Camera /// </summary> void Start() { manager = GameObject.Find("GameManager").GetComponent<GameManager>(); menu = GetComponent<PauseMenu>(); Time.timeScale = 1f; getClick = GameObject.Find("IsoCamera").GetComponent<DropperCamera>(); audio = GetComponent<AudioSource> (); }