Search Issue Tracker
By Design
Votes
1
Found in
2017.3.0a7
2018.1.0f2
Issue ID
1036077
Regression
Yes
Capsule collider cannot go through the cloth object in one way when sphere collider is not added
How to reproduce:
1. Download project from (https://oc.unity3d.com/index.php/s/cCfWGqy74nYAJ0k) and open it
2. Enter "SampleScene" scene
3. Enter Play Mode
4. Try to move through the red cloth
5. Exit Play Mode
6. In cloth object remove capsule collider and then again add it
7. Enter Play Mode
8. Try to move through the red cloth and it fails
9. Exit Play Mode
10. Turn off sphere game object and then again turn it on
11. Enter play mode and move through the red cloth, it works now
Expected result: Character should be able to move through the cloth component and it should not depend on another game object
Actual result: Character cannot move through the cloth and it's affected by another game object
Regression first introduced in: 2017.3.0a7
Reproducible with: 2018.2.0b3, 2018.1.0f2, 2017.4.3f1, 2017.3.2f1
Not reproducible with: 2017.2.2p2, 2017.1.3p4
Comments (2)
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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
dennis1234s
Jul 14, 2019 18:23
It still has the same Problem in Unity 2019.1.5f
DanielH3D
May 12, 2018 01:24
This bug is quite obscure and it's important to note once the capsule collider is able to pass through the cloth it may continue to work even after the Sphere is removed.
To reset the problem all colliders have to be removed from the cloth.
Adding the ThirdPersonController capsule collider to the cloth it will still fault.
By also adding the Sphere collider to the cloth the character can then walk through and move the cloth in both directions.
Here's a video of the bug in action:
https://www.dropbox.com/s/oydkpz1hpe3yo47/ClothBug.mp4?dl=0
As the project in this issue didn't convert properly for me in 2018 release here's the Unity Package.
https://www.dropbox.com/s/kemi8e60de19kw8/ClothBugExample.unitypackage?dl=0