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
- 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
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