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
- Packman: "My Assets" filters section doesn't rescale on filter sections collapse
- "DrawDepthNormalPrepass" exceptions are thrown in Editor when Ctrl key is held with specific renderer settings
- Script file name changes do not display in Editor when Compiler errors are present
- Sprites are not rotating with bones when the Sprite type is Unlit
- Crash on TransferField_NonArray<YAMLRead,Converter_String> when opening a specific project
This is a duplicate of issue #1191267