Search Issue Tracker
Fixed
Fixed in 2021.3.10f1, 2022.1.12f1
Votes
0
Found in
2021.3.0f1
2022.1.1f1
Issue ID
UUM-867
Regression
No
[Backport] Infinite loop not detected when importing ShaderGraph assets
Postprocessing materials and ShaderGraph assets can cause an infinite loop, where the same patch of assets is repeatedly imported and post processed.
The AssetDatabase has infinite loop detection for these sorts of scenarios, but the hashing is non-deterministic, so it can fail to detect that the same assets are being repeatedly imported.
The bug can be reproduced by simply opening the attached project.
I also have a native test 'PostProcess_InfiniteLoop_Checking_IsDeterministic' to verify the behaviour at a smaller scale.
Steps to reproduce:
- Open project
Expected behaviour:
- Project opens successfully - maybe with errors/warnings in the console
Actual behaviour:
- Project gets stuck in importing.
- The text 'Importing (iteration xxx)' in the progress bar will keep increasing the iteration number into the hundreds and thousands while importing .mat and .shadergraph assets
Workaround:
- Kill the Unity process and attempt to open the project again
Reproduces on: 2021.2.0b18, 2021.2.2f1, 2022.1.0a14
Not reproduces: 2020.3.22f1
Note: please use both stripped and full project for verification (both can be found in the comment)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Marker in the animation’s preview window doesn’t stop when reaching the end of the timeline and jumps to the start of the animation when moving it with the cursor
- Animation Event marker is not placed on the current time of the timeline when using the “Add Event” button
- Editor crashes on vector_map<ConstantString,AssetBundle when using the LoadAssetAsync function
- Fetched files in Perforce are automatically added to the change list when they are serialized
- Water System is not rendering waves or ripples when using macOS M2
Add comment