Search Issue Tracker
Fixed in 2019.3.X
Votes
0
Found in
2018.3.0b11
Issue ID
1101598
Regression
No
[Improved prefabs] Mesh collider gets added recursively on a prefab when cloth component is applied to it
On adding a cloth component on an empty prefab, Mesh collider keeps getting added repeatedly. Refer the attached video.
Steps to reproduce:
1) Create a new project
2) Create an empty gameObject prefab> Add cloth component to it
3) Select the prefab and in the override window in the inspector, click apply all.
4) Select the empty prefab again and go to the override window.
Actual result: Mesh collider component appears again in the override window.
Expected result: The override window should be empty.
Reproducible on: 2019.1.0a9, 2018.3.0b11, 2018.1.0b1, 2018.1.0a6.
Note: Improved prefabs has been introduced in 2018.3.0a6
Environment: Windows 10 and Mac 10.13
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment