// Use this for initialization void Start() { core = GameObject.FindGameObjectWithTag ("core").GetComponent<CubeAppear>(); }
//public Color active = new Color(); void Start() { core = GameObject.FindGameObjectWithTag ("core").GetComponent<CubeAppear>(); cargoTxt = txt.GetComponent<TextCode>(); }