Search Issue Tracker
Fixed in 2019.3.X
Fixed in 2018.4.X, 2019.1.X, 2019.2.X
Votes
0
Found in
2018.3.0b7
Issue ID
1095539
Regression
Yes
Collaborate turns itself off
What happened?
For some projects, Collab is turning itself off without user confirmation. Users are returning to their projects and finding that Collab is in the Start Now state. Refreshing the Services Window shows that Collab is no longer enabled. Re-enabling Collab allows the user to resume normal operations.
How to reproduce?
1) My collab project is open and Collab is enabled and up-to-date
2) Disable Wifi and Observe the “No network connection” dialog in the services window and collab toolbar
3) Re-enable Wifi
4) Observed (with a breakpoint in the code) that the method ‘void Collab::SetCollabEnabledForCurrentProject(bool enabled)’ gets called with “false”, which in turn makes the call to the genesis services_flag API to set the value for collab to ‘false’
So, it is possible that any internet connection disruption might cause this. Not sure if there are other repros but this one seems consistent
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Animator Controller throws MissingReferenceException after undoing Layer Creation
- Full stack trace is always printed when an exception occurs in an IL2CPP build
- Licensing Client fails to launch when opening Unity Hub (licensing client path is not found)
- Licensing Client fails to launch when opening Unity Hub
- Different custom Shader behavior when GPU Resident Drawer is enabled
Add comment