Search Issue Tracker
Fix In Review for 12.0.0
Votes
0
Found in [Package]
11.0.0
Issue ID
1304033
Regression
No
Custom RendererFeature doesn’t render anything if event is “AfterRendering” and Post Processing is enabled
To reproduce:
1. Open attached project;
2. Open the "Sample" scene;
3. Toggle Post Processing on the Main Camera and observe the difference in the Game view;
4. In ForwardRenderer, find the NewCustomRenderPassFeature and change its event to "After Rendering Skybox" and toggle Post Processing again
Result: RendererFeature doesn't render anything when event is "After Rendering" and Post Processing is enabled; when event is "After Rendering Skybox, the renderer feature renders as expected.
Reproduced with: 2021.1.0a9 (URP 11.0.0)
Note:
If a user wants to have a renderer feature where the RenderPassEvent is controllable, they have to add code to determine if the feature should write to _CameraColorTexture or _AfterPostProcessingTexture.
_AfterPostProcessingTexture should be removed but meanwhile we should re-bind the RenderTargetIdentifier as _CameraColorTexture. With that users will not need to think about what the camera is rendering to, instead they just use the camera target.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android] Audio sound is lower in the Player compared to the native music player
- Feet slide and misalign when playing retargeted animations
- IndexOutOfRangeException is thrown in NativePassCompiler when a graphics buffer is used in more than 5 render passes
- "Undo Stack Overflow" error is thrown, and Undo History is deleted when multiselected GameObjects are reparented to their GrandParents
- SearchColumn of type "ObjectReference" does not get refreshed for the custom SearchProvider when lighting generation finishes
Add comment