示例#1
0
    private void Awake()
    {
        prefsController       = GetComponent <PlayerPrefs_Controller>();
        circleInLogo.material = Resources.Load <Material>("Materials/" + prefsController.GetSkinName());

        UpdateTexts();
    }