01-04-2020, 12:34 PM
(20-01-2018, 07:15 PM)josemendez Wrote: Hi!
Deactivate the cloth component during the first frame, and activate it in the second frame. You can so this by using Unity's animation events.
cheers,
excuse me. I have the same problem. I used obicloth 5.0.this.transform.GetComponent<ObiSkinnedCloth>().enabled = falseĀ in the code, but it did not solve the problem. Is it a version problem? Or what else?Thank you