private void Awake() { prefsController = GetComponent <PlayerPrefs_Controller>(); circleInLogo.material = Resources.Load <Material>("Materials/" + prefsController.GetSkinName()); UpdateTexts(); }