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
- Crash on SortByExecutionOrder when interrupting the .androidpack import process
- ShaderGraph tab header changes the icon to the VFX Graph icon when ShaderGraph and VFX Graph with the same name are both opened
- The Build Profiles window has usability issues when the panel takes up less than 30% of the screen width
- Inconsistent ShaderGraph RGBA channels compared to the Inspector when "Alpha Is Transparency" is used
- Crash on "The GUID inside 'Assets/asset.png.meta' cannot be extracted by the YAML Parser." when opening the project
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!