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
- Shadows are not cast when the Light's CullingMask and the GameObject's Layer do not match
- Graphics.DrawMeshInstanced does not work when 2D Renderer and 2D Shaders are used
- SpeedTree does not move when using WindZone
- "Undeclared identifier 'LinearToSRGB'" error is thrown when creating a color variable with HDR color mode and assigning a Custom Render Texture target in Shader Graph
- Input System package is missing when creating a new HDRP project
Add comment