Obi Official Forum

Full Version: How to destroy softbody
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I destroy a softbody, penetrating bug occasionally appears, 11 seconds in the video softbody demo
(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?
(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