Search Issue Tracker
Fixed in 2017.2.X
Votes
0
Found in
5.6.0f2
Issue ID
895771
Regression
No
"value must be greater" errors appear, when Cloth components parameters are set to the wrong value.
To reproduce:
1. Create a new project.
2. Create Empty game object in hierarchy.
3. Add Cloth component to it.
4. Set Cloth's "Stretching Stiffness" to 0. Error pops up: value must be greater than 0 UnityEditor.DockArea:OnGUI()
5. Set Cloth's "Collision Mass Scale" to -1. Error pops up: value must be greater than or equal to 0 UnityEditor.DockArea:OnGUI()
6. Set Cloth's "Solver Frequency" to 0. Error pops up: value must be greater than or equal to 1 UnityEditor.DockArea:OnGUI()
7. Set Cloth's "Sleep Threshold" to -1. Error pops up: value must be greater than or equal to 0 UnityEditor.DockArea:OnGUI()
Expected result: No errors. Value becomes the closest viable value. (just like in every other component)
Reproducible: 5.4.5p1, 5.5.3f1, 5.6.0f3, 2017.1.0b1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Label is not centered when using flex-direction: row
- Incorrect initial target position when the Skinning Editor's "Depth" parameter is adjusted on a bone which is set as the "Effector" parameter on the "Limb Solver 2D" Component
- The order of activation for Water Deformers and Foam Generators will cause water artefacts in the Player
- Crash on `anonymous namespace'::PrepareTreesAndWriteWindParamsJobData::Execute when entering Play mode on a specific project
- [Linux] Crash on 'PPtr<RuntimeAnimatorController>::operator RuntimeAnimatorController*() const' when saving a new animation file
Add comment