Search Issue Tracker
Duplicate
Votes
0
Found in [Package]
10.0.0.preview.26
Issue ID
1279817
Regression
No
[URP] Editor performance is heavily impacted when changing Renderer Feature's values in the Forward Renderer
How to reproduce:
1. Create a new project with the URP template
2. In the Project Window, select the "ForwardRenderer" Asset (Assets->Settings)
3. In the Inspector, click the "Add Renderer Feature" button
4. Select "Screen Space Ambient Occlusion"
5. Move the sliders around
Expected result: Performance is not heavily impacted
Actual result: Performance is heavily impacted
Reproducible with: 2020.2.0a20, 2020.2.0b4 (10.0.0.preview.26)
Couldn't test with 2018.4.27f1, 2019.4.11f1, 2020.1.6f1, 2020.2.0a19 (Required package version is not available)
Couldn't test with Packages lower than 10.0.0-preview.26 (SSAO Renderer Feature is not available in the Forward Renderer )
-
Resolution Note:
The proper fix for this bug is to move away from subassets and implement polymorphic serialization. However PolymorphicSerialization has some issues that prevent us to use it. Postponing the bug marking the issue to be reopened when the dependent serialization issue is fixed.
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
This is a duplicate of issue #1279804