// Start is called before the first frame update void Start() { gList = bSpawner.GetBlockList(); scoreCounter = ScoreCounterObject.GetComponent <UpdateScore>(); //scrollingObjects = GameObject.FindGameObjectsWithTag(Tags.NonProcedurals); }