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
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
- Low FPS in the Game View when the Editor window loses focus
- Memory leak when a domain is reloaded on a Scene that uses HDRP's water simulation resources
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