Search Issue Tracker
By Design
Votes
0
Found in
2022.2
2022.2.0a9
Issue ID
1410680
Regression
Yes
[GPU PLM] Total bake time is 5x slower when moving Scene viewpoint during the bake
Steps to repro:
1. Open the attached project;
2. Open Test Runner window (Window>General>Test Runner);
3. In the Test Runner window expand SmokeTests section;
4. In the Test Runner window double-click on SmokeTests_SceneViewCameraTest test;
5. Observe the test execution time.
Actual result:
Test execution time is extremely slow. On the current test station it takes around 10 minutes to execute.
Regression introduced in Version 2022.2.0a9.
Expected result:
Test execution time is around 2 minutes (Version 2022.2.0a7).
Notes:
- Reproducible in Version 2022.2.0a9;
- Reproducible on Windows with NVIDIA GeForce RTX 2080 GPU.
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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note (2022.2.X):
This is by design. The issue is only reproducible when Progressive Updates are enabled. We have recently made this functionality more safe by making rendering and compositing jobs happen in lockstep instead of in parallel. This would prevent from having more potential bugs and crashes. Therefore, this slowdown is expected and this is fully justified by the Progressive Updates feature itself. Workaround is to disable Progressive Updates and rebake.