Search Issue Tracker
Fixed in 5.6.0
Votes
0
Found in
5.4.1p4
Issue ID
841299
Regression
No
[Cloth] Cloth keeps updating when deactived
To reproduce:
1. Open attached project and play "Bug" scene.
2. Open Profiler Window.
3. In profiler's Overview find "Physics.UpdateCloth"
4. Uncheck "Toggle Cloth Component" in Game window. (disables cloth component)
Expected result: Physics.UpdateCloth is not updating (0.00%).
Actual result: Physics.UpdateCloth is updating (>0.00%). Not updating only when the whole object is disabled.
Reproducible with: Unity 5.4.2f1, 5.4.1f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Editor crashes when loading RenderDoc with Graphics API set to OpenGLES2 or OpenGLES3
- [Windows] Development Build with no scenes shows a purple screen when using OpenGLES3 graphics API
- Shader variants take too much memory at runtime
- [HDRP][VFX] Output mesh with default shader is incorrectly sorted before the HDRP fog
- Error "'GamepadSpeakerOutputType' does not exist in the namespace 'UnityEngine'" occurs in the Console when building a project
Add comment