Search Issue Tracker
Fixed in 2021.3.40f1
Fixed in 2021.3.X, 2022.3.X, 6000.0.X, future release
Votes
1
Found in
2021.3.37f1
2022.3.19f1
6000.0.37f1
6000.1.0a7
6000.2.0a1
Issue ID
UUM-70391
Regression
No
The Editor hangs when opening a project that uses local packages and Version Control
How to reproduce:
1. Open the “IN-74168_repro“ project
2. Navigate to Edit → Project Settings → Version Control
3. Set up Perforce
4. Close the project and open it
Expected result: The Editor opens quickly
Actual result: The Editor hangs and looks white
Reproducible with: 2021.3.37f1, 2022.3.19f1
Could not test with: 2023.2.19f1, 6000.0.0b16 (could not resolve errors)
Reproducible on: Windows 10
Not reproducible on: No other environment tested
Comments (1)
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
- Crash on UndoManager::RegisterUndoInternal when applying added GameObjects to a Prefab
- [Asset Bundles] A new bundle hash is not generated when the name of a serialized field is changed
- Icon section shows incomplete message and unusable check box in Build Profiles and Player Settings window instead of “Not applicable for this platform” for Dedicated Server Platform
- Assets are created in the Package folders when creating assets via custom buttons in the Inspector window or other windows
- “Select” windows are named differently on Windows and macOS
CamouflajColin
Apr 24, 2024 16:35
If it's not apparent in the ticket report, the issue is because the version control plugin does an FSTAT on all files in the packages and project settings directory. Probably to catch assets not tracked by the asset database (packages-lock, manifest, etc) and therefore outside of normal version control flow. However, packages that are source visible and versioned in the Packages directory can be very large (visual scripting, render pipelines, etc.) AND are generally managed by the asset database as well. The FSTAT operation on thousands of files can cause the editor to take many minutes to open. It should not stat these files.