// Use this for initialization void Start() { hack = GameObject.Find("HackerBody").GetComponent <HackerMove>(); el = GameObject.Find("Elevator").GetComponent <Elevator>(); }
// Use this for initialization void Start() { p = GameObject.Find("HackerBody").GetComponent <HackerMove>(); }