GuestLogin
Use this API to make a user logged in as a guest who has a new account and a new wallet.
MirrorSDK.GuestLogin((loginResponse) => { Debug.Log("GuestLogin result:" + JsonUtility.ToJson(loginResponse));});
Edit this page on GitHub