Search Issue Tracker
Duplicate
Votes
0
Found in [Package]
7.1.2
Issue ID
1192516
Regression
No
Infinite import loop with HDRP 7.1.2
How to reproduce:
1. Download the "1192516-ImportLoop-Fresh.zip" project
2. Launch Unity via command line:
Unity.exe -projectPath C:\path\to\project\ -batchmode -logFile C:\path\to\project\UnityLog.txt -testPlatform editmode -testResults C:\path\to\project\TestResults.xml -forgetProjectPath -automated "-forceFullStacktrace Assert" -api-profile NET_Standard_2_0 -runTests -automated -accept-apiupdate -enablePackageManagerTraces
3. If Unity didn't freeze, launch Unity via command line again:
Unity.exe" -projectPath C:\path\to\project -batchmode -logFile C:\path\to\project\UnityLogPlaymode.txt -testPlatform playmode -forgetProjectPath -automated "-forceFullStacktrace Assert" -api-profile NET_Standard_2_0 -runTests -automated -accept-apiupdate -enablePackageManagerTraces
Actual result: Unity imports the same assets on infinite loop.
Expected result: Unity imports the assets and opens.
Reproducible with: 2019.3.0b9, 2020.1.0a11.
Notes:
- Can't test 2019.2 and lower because of compiler errors.
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
- Particle System "Start Rotation" property affects a different axis when upgrading to newer Editor versions
- "Light" Component's "Culling Mask" setting is hidden but still has an effect when using HDRP
- Selecting the Web platform can be done when using the HDRP project
- Textures swap when SpriteRenderers with shared materials and animators are toggled on and off
- "EndLayoutGroup: BeginLayoutGroup must be called first" is thrown when selecting the wrong executable for the browser and then the right one
This is a duplicate of issue #1191267