Obi Official Forum
How to destroy softbody - 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: How to destroy softbody (/thread-3080.html)



How to destroy softbody - minko - 26-08-2021

When I destroy a softbody, penetrating bug occasionally appears, 11 seconds in the video softbody demo


RE: How to destroy softbody - josemendez - 26-08-2021

(26-08-2021, 02:29 AM)minko Wrote: When I destroy a softbody, penetrating bug occasionally appears, 11 seconds in the video softbody demo

Hi,

I’m unable to reproduce this. Simply calling Destroy() on softbodies works fine and collision detection for existing objects is not affected. What Obi/Unity versions are you using?


RE: How to destroy softbody - minko - 27-08-2021

(26-08-2021, 01:39 PM)josemendez Wrote: Hi,

I’m unable to reproduce this. Simply calling Destroy() on softbodies works fine and collision detection for existing objects is not affected. What Obi/Unity versions are you using?
obi 6.2,unity 2020.3.12
Now i use 
Code:
solver.UpdateBackend()
solve this question
But I think this is a temporary solution
Maybe I didn't use it correctly