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
- OnPostprocessAllAssets() is not called for a modified Prefab when another Asset is set Dirty in the same callback
- [Android] UIToolkit ClickEvent is fired when the device is rotated
- Compilation errors occur when "uintBitsToFloat(int)" gets used in OpenGLES
- User Reporting does not send reports when Managed Stripping Level is set to Low or higher
- Editor crashes and a window with "GetManagerFromContext: pointer to object of manager 'MonoManager' is NULL (table index 5)" error is thrown when launching a project with a corrupted library
Add comment