void Awake() { lm = LevelRepository.Instance; lm.Load(levelsAsset.text); boardInstantiator = FindObjectOfType <BoardInstantiator>(); }