Search Issue Tracker
Fixed in 5.3.5
Votes
0
Found in
5.3.4f1
Issue ID
791549
Regression
No
Progress bar does not show while hashing assets
How to reproduce:
1. Open the attached project
2. Select Unity Support -> "Create 100 x 100Mb Text Files" from the top menus
3. Select "create files" from the window that opens
4. Wait (several minutes) for the files to be created and imported
5. At this point the Asset folder should contain a sub folder, named "0", containing 100 .txt files of 100Mb in size each
6. Close the project
7. Delete the Library folder for this unity project
8. Open the Unity project again
9. Observe that Unity is unresponsive for a number of seconds, with no progress bar before the progress bar appears showing the .txt assets being imported.
10. Open the Editor log an search for "Hashing assets ... X.XX seconds " to check that the X.XX appears to match the time that Unity was unresponsive.
Expected: it is important that Unity correctly reports what it is doing so customers know that Unity has not crashed and can instead can try and optimize their computer configuration in order to bring the hashing time down if it's excessive
Fix: Progress bar says "Calculating asset hashes...", some stats are printed in log
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment