Search Issue Tracker
By Design
Votes
10
Found in [Package]
5.7.2, 6.2.3
Issue ID
1149509
Regression
No
LWRP command buffer Blit executes multiple times when using multi-pass material
How to reproduce:
1. Open the project from OC
2. Open the scene WeatherMaker > Demo > Scenes > DemoScene
3. Press play.
4. Open frame debugger and enable.
5. Look for the WeatherMakerDepthDownSample command buffer.
Expected result: Blit should execute only once
Actual result: Blit executes multiple times
Reproducible with - 2019.1.1f1, 2019.2.0a14, 2019.3.0a2
Could not test with - 2017.4 and 2018.4 (experimental LWRP)
Reproduces with package versions: 5.7.2, 5.13.0, 6.2.3
Does not reproduce with package versions: 5.6.1 and earlier (no UnityEngine.Rendering.LWRP.ScriptableRendererFeature)
-
jjxtra
May 08, 2019 14:09
This is a serious bug in LWRP latest Unity 2019. When command buffer blit is called on material with multiple passes, even if specifying an explicit pass, multiple blits are performed. This issue does not exist with the standard pipeline.
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
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
Resolution Note:
RendererFeature.Create method is called every time serialization happens. We've updated the docs to point this out.