void Awake() { if (SortingStrategy == null) { SortingStrategy = FindObjectOfType <SortingStrategy>(); } }