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
feat: Added popup that tells users to set up project id if it's not set up [MTT-3265][MTT-3237] (#607)
* Added popup that tells users to set up project id
Also adjusted the flow slightly - if there's no project id, we block away the lobby UI and prevent attempts to authenticate (they'd cause errors and nuisance popups)
* Also blocking the IP connection if not authenticated
* Revert "Also blocking the IP connection if not authenticated"
This reverts commit 154c019.
* Added a check to prevent a crash with unityservices
PopupManager.ShowPopupPanel("Unity Game Services ProjectID not set up","Please follow the steps outlined in Readme to set up your project id - it is required for the services to function.");
0 commit comments