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
- Non-HDR color picker opens when selecting material color with HDR enabled
- Crash on EditorApplication:Internal_CallUpdateFunctions when pushing property block by index to SpriteShapeRenderer
- Depth Texture Mode "After Opaques" breaks when "Full Screen Pass Renderer Feature" is added
- The Code Previews panel is initially opened in a slightly minimized state
- Dropdown search icon is used next to the UI Builders Library search when the search has no dropdown functionality
This is a duplicate of issue #1191267