Search Issue Tracker
Fixed in 2018.1.X
Votes
0
Found in
2017.1.0f3
Issue ID
931990
Regression
No
Collab calls "Save to Snapshot" even with Collab disabled
CollabSnapshot "Save to file" logs even with Collab disabled.
Profiling the editor shows that the time is spent in “Unaccounted time
between PlayerCleanupCachedData and GPUProfiler.EndQueries”.
Steps To Reproduce:
prerequisites: have a project with Collab enabled.
1. Launch Unity from command line with the argument "-enableCollabEventLogs"
https://docs.unity3d.com/Manual/CommandLineArguments.html
2. Open project with Collab enabled and press play or make a commit.
3. Turn Collaborate off.
4. Exit Unity.
5. Relaunch Unity from command line with the same "-enableCollabEventLogs" argument
6. Open project that previously had Collab enabled.
7. Enter Play mode and exit play mode a few times
8. Exit Unity and read editor.log.
Observe:It will have the logs: [CollabSnapshot::SaveToFile]
Expected Result: Collaborate should not log anything if disabled.
Actual Result: Collaborate call the [CollabSnapshot::SaveToFile] function.
Reproduced in 2017.1.0f3, 5.6.0f3
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Lightmaps are baked incorrectly for GameObjects when their Position is <=-2048 or >=2048 on any of the coordinates
- Sahder errors in Player when "Strict shader variant matching" is enabled and the rendering path is set to "Deferred"
- NullReferenceExceptions are being thrown when saving a ScriptableObject with an array of a type with a CustomPropertyDrawer that uses TrackPropertyValue
- Applied velocity is inconsistent when using Rigidbody AddForce() with ForceMode.VelocityChange
- Crash on AudioUtil_CUSTOM_HasAudioCallback when exiting Play Mode while the Inspector is displaying a GameObject with an empty script attached
Add comment