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
- UI Toolkit Style is inconsistent when using Style Classes named using digits
- Outdated page opens when accessing Sprite Atlas v2 reference page
- "DateTime.Now" in the UK timezone does not adjust when the British Summer Time is active
- "Unsupported source texture format (7) in ComputeNextMipLevel" error is shown and the texture atlas is corrupted when the texture format "RGB Compressed ETC2 4bits" is selected
- The label that uses data binding is no longer updated at runtime when `INotifyBindablePropertyChanged` reloads updates of the VisualTreeAsset in UIDocument
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