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
- Graphics.DrawMeshNow stops rendering Render Texture after a few frames when viewed in the Player
- New selector in Matching Selectors displays as on line -1 in debugger
- The first frames are skipped when playing a video
- Text auto-scrolling can not work when naming assets/objects until backspace key is pressed
- Shadows are not cast when the Light's CullingMask and the GameObject's Layer do not match
This is a duplicate of issue #1191267