Upgrade from 1.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 & GameServices

Folders to delete
Replace the old GameServices.Instance
With the new API: Gley.GameServices.API
Add using Gley.GameServices;
//old
GameServices.Instance.LogIn(LoginResult);
//new
Gley.GameServices.API.LogIn(LoginResult);
Last modified 1mo ago