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
- Reflection Probe “Probe Scene Editing Mode:” text is barely visible
- [HDRP] Game view doesn’t refresh after changing Camera Background Type until mouse moves over it
- Some Shaders appear twice in Material Shader selection menu
- Editor freezes with a StackOverflowException when certain asset types are assigned to a managed component in a SubScene via AddComponentObject
- Text Script Importer Reference button links to a Missing Page when clicking the Reference Button in the Inspector
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.