Unity Hub 3.6.0 signin configuration broken

Hello, we use Unity in university classes with an educational license and the Hub config file.
The new 3.6.0 version left us unable to start any projects.

Our services-config.json contains:
{
“hubDisableSignin”:true,
}

Problem: With 3.6.0, the signin appears anyway, and the signin button has no effect.

Our workaround is to downgrade to an older Hub version, and use this config file:

{
“hubDisableAnalytics”:true,
“hubDisableAutoUpdate”: true,
“hubDisableCloudProjects”:false,
“hubDisableCommunity”:true,
“hubDisableElevate”:true,
“hubDisableLearn”:true,
“hubDisablePersonalLicense”:false,
“hubDisableSignin”:true,
“hubDisableVisualStudioDownload”:true,
“hubDisableWelcomeScreen”:true
}

2 Likes

Where did you find the link for an older HUB download?

I’m also unable to login to the Unity Hub which is stopping me from opening any of my projects. How can I get up and running again quickly? This is wild to be completely locked out because of a sign in issue… I shouldn’t even have to sign in!

It just started working again without any steps taken on my part. Assuming this was a server side issue.
Terrifying to know that such a think can lock me out of working on my projects…