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
- Depth is not rendered in a depth-only camera which is set up by a custom script
- The Scene\Game view is grey when two "Universal Additional Camera Data" scripts are attached to the camera
- NullReferenceException error thrown when changing Scenes in Play Mode
- Crash on "'anonymous namespace'::ConvertFBXShapes" when importing an FBX file
- Crash on Transform::RemoveFromParent when Object.DestroyImmediate() is called on Transform
Resolution Note (fix version 2020.1):
Fixed in 2020.1.0a13