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
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
- Character animation freezes when toggling animator on/off in a coroutine
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
- "Assertion failed on expression" error occurs when multiple Animation Components are instantiated after changing the Culling Type
Resolution Note:
[various]
Closing older low priority bugs that have not increased in user pain and are not blocking for users shipping projects.