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
- Unity crashes during the scene template selection in the "Inspector" tab
- [Android] [iOS] [UnityWebRequest] Requests with "UnityWebRequest" are open for SSL Proxying
- SetWindowsHookEx does not prevent Windows key input when Editor or Player Window is focused and Active Input Handling is set to “Input System Package (New)” or “Both”
- Crash on GetEffectiveBc7TextureCompressor() when loading and unloading all Assets in the Project
- Terrain Masks do not ignore the mipmap limit
Add comment