Unity : Adding rate button in my game

Unity 25 เม.ย. 2016
void OnRateButtonClick(){
     #if UNITY_ANDROID
     Application.OpenURL("market://details?id=YOUR_APP_ID");
     #elif UNITY_IPHONE
     Application.OpenURL("itms-apps://itunes.apple.com/app/idYOUR_APP_ID");
     #endif
     }

แท็ก

Onyx

Just a middle-aged programmer, Can do many things but not the most.