Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  Obi cloth does not properly work for models stitched to an existing skeleton.
#13
(14-05-2018, 08:16 PM)josemendez Wrote: As long as your cloth and your character meshes behave fine when animated (meaning no collision or z-fighting happens), skin constraints will respect this. So in a sense they do prevent the cloth from colliding with the character mesh. They prevent penetration with any mesh that is skinned to the same skeleton as the cloth (and the character is) so the tutorial text is accurate.

Regarding the texture importer, it is designed for people who prefer to paint their particle properties in a external editor of their choice. That's why it only supports loading. Why you'd want to save values to an external file is not clear to me, since Unity already saves these in the prefab/scene. Having to save/load them to/from a texture every time would just be awkward and time consuming.

> As long as your cloth and your character meshes behave fine when animated (meaning no collision or z-fighting happens), skin constraints will respect this. So in a sense they do prevent the cloth from colliding with the character mesh. They prevent penetration with any mesh that is skinned to the same skeleton as the cloth (and the character is) so the tutorial text is accurate.

That does not seem to work in my case:
[Image: szc3yr.jpg]

The shirt has pinned vertices on the shoulders while all the unpinned vertices have mass == 5, zero backdrop, very high backdrop radius and a desired skin radius.

And I made sure there is no Z-Fighting between my skinned meshes. Moreover, I've just added a collision layer into the solver's list that has these colliders:

[Image: 2nlg0tv.jpg]

And that did nothing at all. Are colliders working for skinned meshes?



Why you'd want to save values to an external file is not clear to me

That is mostly because I have lost my progress (particle editing) several times during my experiments and I am afraid to loose it again. So far I have not tried reproducing the progress loss bug, but I will try it again in the future in a test project.


One more question, if I may: my cloth simulation feels like a shaky Christmas tree when I start walking from a full stop: it gains speed way too fast. I've tried removing this effect but I cannot remove it while keeping this effect that I really like:

[Image: 10d72nm.jpg]

Is there any way to do it? I tried playing with absolutely everything: mass, skin radius, all the parameters really, even the ones on other components - nothing seems to work. I even tried playing with damping on the solver - nothing seems to work. Is there any way to influence the acceleration? I want it to be real small, but to have a high potential amplitude.
Reply


Messages In This Thread
RE: Obi cloth does not properly work for models stitched to an existing skeleton. - by cubrman - 14-05-2018, 08:53 PM