Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
6.9.0
Issue ID
1194705
Regression
No
Submitting rendering loop with a custom render pipeline when using Linear color space causes console errors to appear
Steps to reproduce:
1. Download and open attached "ScopedRenderPassDemo" project
2. Generate Frames in the scene view by moving your mouse in it while holding the left-button
3. Observe the Console window
Expected result: No errors appear in the Console window
Actual result: Errors appear in the Console window
Reproducible with: "Core RP Library" package 6.9.0 (2019.2.16f1) - 7.1.6 (2020.1.0a16)
Could not test with: 2017.4, 2018.4 ("Core RP Library" package could not be loaded)
Note: This is caused by line 30 in "MinimalRenderer.cs" script. Commenting it out stops the following console error -
RenderPass: Attachment dimensions or sample count do not match RenderPass specifications (1625 x 843 1AA) vs (1622 x 798 1AA).
UnityEngine.Rendering.ScriptableRenderContext:Submit() - from appearing, but also stops the rendering of the scene.
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
[various]
Closing older low priority bugs that have not increased in user pain and are not blocking for users shipping projects.