cwi-dis / VR2Gather

Unity application framework for immersive social VR
MIT License
4 stars 6 forks source link

Username "remember me" needs fixing #152

Closed jackjansen closed 7 months ago

jackjansen commented 7 months ago

The username gets cleared often (maybe when exiting a session and getting back to the LoginManager?). This is a nuisance, especially when using an HMD (because it's convoluted to get enter the username again).

And maybe we should simply invent usernames when empty (because the username isn't that important anymore).

jackjansen commented 7 months ago

Partial fix committed (the error dialogs no long occur).

Still need to address the fact that the username is cleared whenever you get back to the LoginManager.

jackjansen commented 7 months ago

Fixed in 1930860