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
- ACES Tonemapping causes banding artifacts and negative values in ColorGradingLUT when HDR is enabled and "High Dynamic Range" Grading mode is selected while Android Platform is used
- Android Player freezes when an Audio Source is playing and an incoming call is picked up and then hung up and the Audio Source is started again
- Green success icon is poorly visible in the light Unity theme
- Incorrect input into the Input Field when using Microsoft IME Japanese
- Multiplayer role "ClientAndServer" is displayed without the spaces in the "Play Mode Scenarios" window
Add comment