Search Issue Tracker
Fixed in 2020.2.X
Fixed in 2019.4.X
Votes
0
Found in
2019.3
2019.4
2020.1
2020.2
2020.2.0a18
Issue ID
1263007
Regression
No
[VFX][Improved Prefab] Changes do not apply to the prefab if saving it from Modified Component from the burger button
Changes do not apply to the prefab if saving it from Modified Component from the burger button
Steps to Repro:
1. Create a new Project
2. Install VFX from the Package Manager
3. Hierarchy > right-click > Visual Effect > Visual Effect
4. Create a prefab of Visual Effect
5. Select Hierarchy > Visual Effect > Inspector > change values of Random Seed = 10, Transparency Priority = 10
6. Click on Burger button > Modified Component > Apply to prefab 'Visual Effect'
Expected Result: Changes should be applied to the prefab
Actual Result: Changes in Renderer are not applied to the Prefab
Reproducible in:2020.2.0a18, 2020.1.0b16, 2019.4.3f1, 2019.3.15f1 with Package Version 9.0.0-preview.33, 8.2.0, 8.1.0, 8.0.1, 7.4.1, 7.3.1.
Note: Changes are applied if it is done from Override button
Environment: Windows 10 and Mac 10.15
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
- TreeView Child display toggle styling becomes reversed when clicking and dragging it
- Null is returned when using FocusOutEvent.relatedTarget
- Unity_BaseInstanceID is always zero when rendering multiple meshes and instancing with the same buffer
- UI Document button's text does not resize relatively when size in percentage (%) is used
- Event.current.mousePosition has an offset of 1px along the y-axis in WebGL build when the mouse button is released
Resolution Note (fix version 2020.2):
Prefabs: An issue is fixed where changes to hidden components like ParticleSystemRenderer and VFXRenderer were not handled correctly in all cases when applying or reverting component modifications, added component overrides, or removed component overrides on Prefab instances.
Resolution Note (fix version 2019.4):
Changes in Renderer are applied to the Prefab