Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to destroy softbody
#1
When I destroy a softbody, penetrating bug occasionally appears, 11 seconds in the video softbody demo
Reply
#2
(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?
Reply
#3
(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
Reply