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
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
- MouseButton(0) loses click state when using Device Simulator and enabling "Any iOS Device" in Unity Remote
- [Linux] "Sending message header failed (11)" Warning in Console when opening or closing Standalone Profiler
- [Backport] MacOS Targetsupport Installers for Linux overwrite their content
- [Backport] Scheduled items, asynchronous tasks, and Update() are not run when EditorWindow is opened using ShowModalUtility()
- [Backport] [UWP] Not adding NET_STANDARD_2_0 define
mayasarii876
Mar 08, 2022 04:58
http://103.56.148.201/
http://103.56.148.201/newmpo
http://103.56.148.201/mpo17
http://103.56.148.201/mpomm
http://103.56.148.201/mpotower
http://103.56.148.201/parisklub
http://103.56.148.201/juraganslot
http://103.56.148.201/mpo500
http://103.56.148.201/mpokick
http://103.56.148.201/mpoyes
http://103.56.148.201/xyzklub
http://103.56.148.201/betmpo
http://103.56.148.201/ogslot88
http://103.56.148.201/hoki777
http://103.56.148.201/mpojuta
http://103.56.148.201/299slot
http://103.56.148.201/mpo188
http://103.56.148.201/mpogacor
http://103.56.148.201/mpo300
http://103.56.148.201/rgo365
http://103.56.148.201/kingdom288
http://103.56.148.201/wigompo
http://103.56.148.201/mpo8899
http://103.56.148.201/mpopelangi
http://103.56.148.201/mpo555
http://103.56.148.201/dutampo
http://103.56.148.201/klik368
http://103.56.148.201/388hero
http://103.56.148.201/19dewa
http://103.56.148.201/mpoxl
http://103.56.148.201/mpoas
http://103.56.148.201/mposun
http://103.56.148.201/qqslot
http://103.56.148.201/mposport
http://103.56.148.201/dewa234
http://103.56.148.201/mesinmpo
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.