Search Issue Tracker
Won't Fix
Votes
2
Found in
2017.4.0f1
2018.3.0a1
2019.1.0a1
2019.1.0f2
2019.2.0a1
2019.3.0a1
Issue ID
1149481
Regression
No
BlendShape ignores GameObject scale values when Cloth Component is added
How to reproduce:
1. Open the "SampleScene" Scene in the attached "case_1149418-ClothBlendshapeBug.zip" Unity project
2. Select the "sail_blendshape" GameObject in the Hierarchy tab and change its "Folded" BlendShape value in the Inspector tab
3. Observe the effect in the Scene tab
Expected result: the "sail_blendshape" GameObject retains its scale when the "Folded" BlendShape value is being changed
Actual result: the "sail_blendshape" GameObject scale reverts to (1, 1, 1) when the "Folded" BlendShape value is not equal to 0
Reproducible with: 2017.4.26f1, 2018.4.0f1, 2019.1.0f2, 2019.2.0a14, 2019.3.0a11
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
- IndexOutOfRangeException occurs when entering "<a></a>" tags in a TextMeshPro UI field
- Numeric property drag cursor gets enabled in the Inspector Preview window when the window is above numeric properties
- UI elements become unusable due to Object and Text Fields being set to empty/"0" when clicking "Reset" on their Components
- Scene Asset is not attached to a Lighting Data Asset for a URP Package Sample Scene
- Gizmos are not rendered for the Base Camera when using Camera Stacking
Resolution Note:
Currently there are no plans to support blend shapes with cloth. The reason why scaling is ignored here is due to limitations of the skinning system when interacting with cloth. Looking forward as we evolve the cloth system we'll revisit such use cases.