Search Issue Tracker
Fixed in 2020.1.X
Votes
0
Found in
2019.1.0a10
Issue ID
1101411
Regression
No
[Improved Prefabs] Is is possible to revert removed component without having its dependency on GameObject
Steps:
1. Create a GameObject with HingeJoint and Rigidbody on it
2. Turn it into prefab
3. Remove both components
==>
They appear as overrides
4. Right click on HingeJoint and Revert it
==>
"Error removing component when merging Prefab changes: Can't remove Rigidbody because CharacterJoint depends on it" error message appears (It is OK)
HingeJoint reverted
Rigidbody re-added again
Expected:
Dialog should appear telling that cannot perform revert operation (as in other cases, like when removing Rigidbody when other components depend on it)
HingeJoint should not be reverted
Rigidbody should not be re-added
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
- Crash on vkGetInstanceProcAddr when setting graphics API to "Vulkan" on Fantasy Kingdom learning project
- Overlay Camera "clear depth" not working on Vulkan+Pixel8
- Shadows from Shadow Caster 2D using 2D Colliders show incorrectly when tiles are removed at runtime
- Stencil buffer is incorrectly cleared across Vulkan render passes during depth-only clear operations when using CommandBuffer API
- A non-existent webpage is opened when "Learn about Unity Build Automation" hyperlink is clicked
Resolution Note (fix version 2020.1):
Fixed in 2020.1.0a13