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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
This is a duplicate of issue #1279804