Search Issue Tracker
Not Reproducible
Votes
0
Found in
2019.2.0a10
Issue ID
1139172
Regression
No
Removed component re-appears while applying changes from variant to base
Steps:
1. Create a new project
2. Add Cube to the Hierarchy
3. Make a prefab out of this cube
4. Make a variant out of this cube
5. Make a variant of the variant of the cube
6. Open Variant of Variant and remove BoxCollider component
7. ApplyAll to Base
==>
Removed BoxCollider is shown as override in the first level Variant
8. Remove MeshRenderer from the Variant of Variant
9. ApplyAll to Base again
==>
MeshRenderer component is removed from Variant of Variant but BoxCollider reappears
Expected: No BoxCollider in Variant of Variant asset
Please, take a look into attached movie for details
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 RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
Add comment