You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the OnLogin does not update Userprefs such as username and password. This results in having to relog every time the game is launched. It does save the session token though.
I am running the latest version
I checked the documentation and found no answer
I checked to make sure that this issue has not already been filed
I'm reporting the issue to the correct repository (for multi-repository projects)
Expected Behavior
Launching the game should log the player in automatically if a successful login has been performed in the past.
Current Behavior
Player has to relog each time the game is launched. Main Menu does not display username due to missing information.
Possible Solution
Save additional Userprefs like username and password
The text was updated successfully, but these errors were encountered:
Currently, the
OnLogin
does not update Userprefs such asusername
andpassword
. This results in having to relog every time the game is launched. It does save the sessiontoken
though.Expected Behavior
Launching the game should log the player in automatically if a successful login has been performed in the past.
Current Behavior
Player has to relog each time the game is launched. Main Menu does not display username due to missing information.
Possible Solution
username
andpassword
The text was updated successfully, but these errors were encountered: