Upgrade from v1.x.x

v2 of the plugin is not compatible with older v1 versions.

The following steps need to be made to upgrade the plugin:

Completely delete the old folders from GleyPlugins folder: About, Common & RateGame

Replace the old: RateGame.Instance

With the new: Gley.RateGame.API

//old
RateGame.Instance.ShowRatePopupWithCallback(PopupClosedMethod);

//new
Gley.RateGame.API.ShowRatePopupWithCallback(PopupClosedMethod);

Last updated