I used game objects with cloth components and got them to work in a previous version (I’m still in prototyping). But in Unity 2019.2.0b6 they disappear when the mesh is moved away from the zero world position, while still in full view of the camera.
I think the problem is coming from Skinned Mesh Renderer’s bounds. I notice that they are always stuck at zero world position. When the camera moves away from them, they switch off the mesh. I also cannot edit the bounds. Trying out options like Update When Offscreen don’t show any effect.
Bump, i also have this issue on 2018.4.6f1, not sure if i cant make project reproducing it. It is really annoying and makes cloth component completely useless…
Same problem here… I have 2018.4.5 version and when I add Cloth component in GameObject, the center of the Skinned Mesh Render bounds moves away from the center of the GameObject and I can’t adjust it.
I have the same problem, when the cloth componeent is activated the skinned mesh renderer bounds moves away and it’s impossible to change it. I tried Unity 2019.4.13_2019.3.15_2019.3.1_2018.4.8 and I have the same problem in every of these versions. Is it me doing things wrong or is it really a bug? Is there a version of Unity where it works well?