Search Issue Tracker
Fixed in 2021.2.X
Votes
0
Found in
2021.2.0a13
Issue ID
1331260
Regression
Yes
Potential race condition inside AssetDatabase.ParallelEnumeration
Using Unity 2021.2.0a13 and on Linux
And based on the report from this user on the forums: https://forum.unity.com/threads/2021-2-0a13-getting-never-ending-hold-on-importing-assets-assetdatabase-parallelenumeration.1093969/
It appears there might be a race condition inside of the AssetDatabase.ParallelEnumeration code.
This is only happening on Linux, however.
Comments (2)
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
- [Ubuntu] Asset Bundles Dropdowns Contain Empty Row in Inspector
- Symbols are generated for a third-party native plug-in with 'Shared Library Type' set to 'Executable' when building for Android
- "Search by Import Log Type" Icon Nearly Invisible in Light Theme (Project Window)
- [Android] Realtime Directional Light turns off when there is no realtime shadow caster in the view
- “New Scene” window UI breaks when minimizing
APSchmidt
Apr 26, 2021 11:51
I can see that "Fix in review for ..." was corrected. Great! :)
APSchmidt
Apr 25, 2021 06:24
The fix is mentioned "Fix In Review for 2021.1.X" it should be reviewed in 2021.2, maybe it's a typo?
Anyway, I tried said fix and it works. Thanks @Unity_Javier for helping with that!