Search Issue Tracker
Won't Fix
Votes
0
Found in
2019.4
2019.4.25f1
2020.3
2021.1
2021.2
Issue ID
1333564
Regression
Yes
Cloth constraint values change when upgrading from Unity 2018.4 to Unity 2019.4
Steps to reproduce:
1. Download and open the project "ClothConstraintBug.zip" in Unity 2018.4.34f1
2. Open Assets/Scenes/SampleScene.unity
3. Select the GameObject "Cape_Botton_Mesh" under the parent GameObject "Char_Thor_Cape_Mesh_PREFAB"
4. In the Inspector, click on the "Edit cloth constraints" button under the Cloth component (top left button)
5. Notice the value of the Cloth constraint points (Max Distance is 0 at the top and gradually increases to 0.5 at the bottom)
6. Open the same project in Unity version 2019.4
7. Repeat steps 2 to 5
Expected result: The value of the Cloth constraint points remain unchanged
Actual result: The value of the Cloth constraint points have been shuffled
Reproducible with: 2019.4.26f1, 2020.3.7f1, 2021.1.6f1, 2021.2.0a16
Not reproducible with: 2018.4.34f1
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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note (2019.4.X):
This issue is not caused by cloth but instead the mesh import settings being set by default to change vertex order(this behavior was not present in 18.4), changing the import settings to not reorder vertices will fix this issue. Currently there's no plan for actually modifying 18.4 to store vertex to index mapping in order to avoid this.