Search Issue Tracker
Fixed in 1.3.0-test.1
Votes
0
Found in [Package]
1.2.15
Issue ID
1129140
Regression
Yes
Editor freezes on Collab's "Checking for Changes" when opening large projects
1) What happened?
When opening a project larger than 20GB that is synced with Collab, a "Checking for changes" progress bar opens that effectively doubles the amount of time it takes to open a project. This is because Collab is looking through each file to check if any assets have been modified outside of Unity's scope (ie. the File Explorer/Finder, Visual Studio, etc.) and, by extension, Collab's scope. This check is linearly related to the size of the project and startup times are only made worse the bigger the project becomes. Some projects that are over 50GB take hours to open when Collab is enabled.
2) Repro Steps
1. Open a Collab-enabled project on any version of Unity older than 2017.1 that is larger than 20GB.
2. The Editor freezes while the project finishes importing all assets.
Expected: The Editor unfreezes and the project can be interacted with by the User.
Actual: The Editor remains frozen while Collab's "Checking for changes" prompt appears and doubles the startup time by seeking through every asset in the project for untracked changes.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Typos in High Definition 3D sample tutorials
- “Handles.Repaint called outside an editor OnGUI" error is thrown in the Console when creating a new Tile Palette from the Tile Palette Overlay in Scene view
- Shader Graph window icon is blurry and low quality when the Shader Graph is created using the Universal 2D template
- “Export HDRP Sky to Image” command error message does not indicate that Game view must be visible
- Adaptive Performance Settings Framerate field doesn't display the "supported without VSync" warning, when the field is collapsed in Build Profiles
Resolution Note (fix version 1.3.0-test.1):
Verified in 2019.2.0a4.
Resolution Note:
Verified in Version 2018.3.10f1 (1fb0eb30d962).