Search Issue Tracker
Fixed in 2020.2.X
Votes
0
Found in
2018.4
2019.3
2020.1
2020.2
2020.2.0a8
Issue ID
1240146
Regression
Yes
Adding multiple single type Components to the Prefab prevents reverting a removed component of the same type
How to reproduce:
1. Create a new Unity project
2. Create a GameObject and add an Animator component
3. Create a Prefab out of that GameObject
4. Remove the Animator Component from the Prefab instance
5. Add another Animator Component to the Prefab instance
6. Attempt to revert the removed Animator Component
7. Remove the later added Animator Component from the Prefab instance
8. Attempt to revert the original Animator Component again
Expected result: the removed Animator Component is reverted successfully
Actual result: nothing happens. There are no Overrides (Can be checked by pressing "Overrides" button), but the Removed Animator is still visible (and can be applied from context menu) in Inspector.
Reproducible with: 2018.4.22f1, 2019.3.11f1, 2020.1.0b6, 2020.2.0a8
Not reproducible with: 2017.4.40f1(uses the old Prefab system)
Notes:
Issue occurs with all Components that can only be added once
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
- Scene view flickers when both Scene and Game view are active and DX11 API is used with Gamma Color Space
- ZivaRT Player and ML Agents packages Deprecated label color differs from other Deprecated packages
- Description, Version History, Dependencies and Samples paragraph/items distance from borders differ in Package Manager
- "Clear Filters" button has a blue "on-click" highlight
- All other Package Manager filter options are hidden when "Update Available" option is selected and "Filters" tab is reopened
Resolution Note (fix version 2020.2):
Fixed in 2020.2.0a15