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
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
Add comment