18-06-2020, 02:34 PM
(18-06-2020, 10:14 AM)josemendez Wrote: Is the cloth inside (the hierarchy of) a solver? It won't simulate otherwise.
Does it have a ObiSkinnedClothRenderer component? the cloth mesh won't be updated according to the simulation if it doesn't.
Hi
I'm adding the component :
meshObject.AddComponent<ObiSkinnedClothRenderer>();
Do I need to do anything else?
Like link ObiSkinnedCloth with ObiSkinnedClothRenderer ?