Search Issue Tracker
Won't Fix
Votes
0
Found in
4.3.3f1
Issue ID
613308
Regression
No
Setting Time.timescale to zero and back to a non-zero value causes Interactive Cloth component to spew out errors
Steps to reproduce:
1. Create a project which makes use of Interactive Cloth
2. Set Time.timescale = 0f;
3. Set Time.timescale = 1f;
4. Errors will be thrown:
IsFinite(outDistanceForSort)
IsFinite(outDistanceAlongView)
IsFinite(outDistanceForSort)
UnityEditor.DockArea:OnGUI()
IsFinite(outDistanceAlongView)
UnityEditor.DockArea:OnGUI()
This can be workaround by setting timescale to a really low number instead of zero. For example 0.00001f;
This is not going to be fixed as Unity 5 will have a new Cloth component.
Comments (1)
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 Graph Material is left in broken state when switching from a .git branch with no HDRP to a branch that contains HDRP
- Crash on buffer_add_value_full when hovering over SerializedProperty.boxedValue in Debug Mode after ISerializationCallbackReceiver.OnAfterDeserialize modifies value
- Editor is not capitalised consistently in Preferences window
- [Linux] “Restore Defaults” warning window appears behind Profiler Modules dropdown
- [iOS] Time.deltaTime is switching between 9.998583E-06 and approximately 0.01 seconds
Michieal
Aug 29, 2014 01:37
This error occurs even without having a cloth component. I have a skinned mesh render (main Player object) and I get this error all the time. Also, I get it on the trees, attached to the terrain. (And even though the error says that it applies to the tree nodes, I only have meshed trees, not noded trees.)
Can you please fix this EVEN though we are getting a new, really cool cloth component? Please?