Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2019.2.X, 2019.3.X
Votes
32
Found in
2019.1.11f1
2019.2.0a7
2019.3.0a1
Issue ID
1173813
Regression
Yes
Plane with Cloth component is affected by high external force when in Play mode
How to reproduce:
1. Open attached 'project-1173813.zip' project
2. Enter Play mode
Expected result: cloth stays relatively still
Actual result: cloth starts flying (as if a lot of external force is applied)
Reproducible with: 2019.2.0a7, 2019.2.0f1, 2019.3.0a11
Not reproducible with: 2017.4.31f1, 2018.4.5f1, 2019.1.13f1, 2019.2.0a6
Comments (3)
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] Texture Compression default texture format is set to PVRTC when building via script BuildPipeline.BuildPlayer
- [Android][GameActivity] APK built with Development Build enabled gets flagged as having Malware
- Option for "Acceleration Structure Build Flags" cannot be toggled when Lightmaps have been Generated for a Mesh Renderer
- [macOS] Rendering Debugger Volume's "Component" dropdown is opened with a big offset when "Component" field is set to any "Sample Scene"
- [iOS] Metal API validation error thrown when MSAAx2 and Depth&Color Texture are enabled
jamesgist
Jul 27, 2022 10:14
thanks
Arathorn_J
Aug 22, 2019 18:01
I originally logged the bug with the sample which was easy to reproduce, literally the most basic cloth example add cloth to a plane in the newest official release. I had tapestries in a castle before 2019.2 with cloth working beautifully and after I updated to 2019.2 all the tapestries went crazy and flew straight up or balled up into what looked like a black hole a combination of whatever external forces I had programmed to give the tapestries a look of airflow down a passageway with whatever odd external force applies randomly to the cloth without any adjustment by myself. According to the bug status they have fixed it in 2020.1 and are working to fix it for the latest 2019 version alpha/beta and release. Crossing my fingers on the next official release update having it fixed. It could be something funky with whatever code segment handles gravity as an external force and that is causing the odd and seemingly random movement of the cloth, which is why people keep referring to the gravity system but whatever the case I'm hoping its thoroughly tested as they are doing updates to make the cloth system better as part of 2019.
MichMond
Aug 16, 2019 12:26
Try to reset rotation or set cloth.useGravity = false . The problem is related to cloth gravity.