void OnRateButtonClicked() { #if VSRATE RateUsManager.ShowRateUsWindows(); #else Debug.LogWarning("To rate the game, please have a look at Very Simple Rate on the Asset Store, or go to this link: " + VerySimpleRateURL); #endif }
private void Start() { instance = this; }