Search Issue Tracker
Won't Fix
Votes
0
Found in
2022.2.11f1
Issue ID
UUM-30216
Regression
No
Renderer Feature settings on the main asset aren't updated when changing Renderer Feature settings on the sub asset
How to reproduce:
1. Open the attached user project “Playground.zip“
2. Select the “GaussianBlurFeature“ asset (Assets/Settings)
3. Change the A value to any other value
4. Select the “New Universal Render Pipeline Asset_Renderer“ asset
Expected result: The A value in the Gaussian Blur Feature has changed
Actual result: The A value in the Gaussian Blur Feature didn’t change
Reproducible with: 2022.2.11f1
Can’t test with: 2020.3.46f1 (Errors in the Console), 2021.3.21f1 (Error CS1061: 'ScriptableRenderer' does not contain a definition for 'cameraColorTargetHandle'), 2023.1.0b8, 2023.2.0a (Error CS0619: 'ScriptableRenderPass.Blit(CommandBuffer, RenderTargetIdentifier, RenderTargetIdentifier, Material, int)' is obsolete: 'Use RTHandles for source and destination')
Reproduced on: macOS 13.0.1 (Intel)
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
- Crash when reimporting fbx asset used as tree by specific Terrain component
- The position of the "X" in the search section is not consistent with other search boxes in the engine
- Unable to pan outside of the active state viewing window in the Animator when the Play Mode is paused
- Window Zoom stops working after Editor window is moved
- Some package directories are not found, and errors are thrown in the Console when the project path is quite long
Resolution Note:
The workaround will be to access the RendererFeatures through the renderer it is contained within. We have set it as won't fix since the user already can work around this bug as described above. We won't be able to fix it within a reasonable time.