this file contains current login token:
C:\Users\%USERNAME%\AppData\Roaming\UnityHub\encryptedTokens.json
if you delete it, next time hub starts, you are logged out.
if you switch it to another valid encryptedTokens.json data, you are logged in as that user.
BUT, if user wants to automatically use correct login PER project, it would need to save that info inside UserSettings/ folder?
and them pick that username to load tokens..
this file contains current login token:
C:\Users\%USERNAME%\AppData\Roaming\UnityHub\encryptedTokens.json
if you delete it, next time hub starts, you are logged out.
if you switch it to another valid encryptedTokens.json data, you are logged in as that user.
BUT, if user wants to automatically use correct login PER project, it would need to save that info inside UserSettings/ folder?
and them pick that username to load tokens..