Example #1
0
 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
 }
Example #2
0
 private void Start()
 {
     instance = this;
 }