Obi Official Forum
Will there be an update to make particles simulate after skinned mesh transform?. - Printable Version

+- Obi Official Forum (https://obi.virtualmethodstudio.com/forum)
+-- Forum: Obi Users Category (https://obi.virtualmethodstudio.com/forum/forum-1.html)
+--- Forum: Obi Softbody (https://obi.virtualmethodstudio.com/forum/forum-12.html)
+--- Thread: Will there be an update to make particles simulate after skinned mesh transform?. (/thread-1164.html)



Will there be an update to make particles simulate after skinned mesh transform?. - Crocomodo - 08-05-2019

I haven't bought obi cloth yet but what from I read in the documentation, it simulates particles AFTER skinned mesh has been transformed by joint. I want that functionality in obi soft body too.


RE: Will there be an update to make particles simulate after skinned mesh transform?. - josemendez - 18-05-2019

(08-05-2019, 07:14 AM)Crocomodo Wrote: I haven't bought obi cloth yet but what from I read in the documentation, it simulates particles AFTER skinned mesh has been transformed by joint. I want that functionality in obi soft body too.

Hi there,

Yes, we are working on having this behavior by default. Note that you can choose to call the solver's SimulateStep() function anywhere you want, so you could technically wait for the animation system in Unity to update joints, then call SimulateStep() yourself. Haven't tried this myself though as in ObiCloth, this is achieved in a different way.


RE: Will there be an update to make particles simulate after skinned mesh transform?. - yyxymlove - 14-03-2020

(18-05-2019, 05:25 PM)josemendez Wrote: Hi there,

Yes, we are working on having this behavior by default. Note that you can choose to call the solver's SimulateStep() function anywhere you want, so you could technically wait for the animation system in Unity to update joints, then call SimulateStep() yourself. Haven't tried this myself though as in ObiCloth, this is achieved in a different way.

Is this ready now?