Gamebase SDK for Unity
1.1.5
Toast Gamebase Platform
|
|
static |
Gamebase has LoginForLastLoggedInProvider method known as Auto-Login.
So before you try to login, you should try to login with LoginForLastLoggedInProvider method. If it is failed, you can try to login with Login method
callback | Callback. delegate(GamebaseResponse.Auth.AuthToken data, GamebaseError error) |
This sample shows how to call the Gamebase.LoginForLastLoggedInProvider method.