Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Collision bug
#1
Bug 
Im developing a game about splitting softbodies. When a player clicks on a softbody Im destroying it and spawning 2 more smaller softbodies. The problem is that when im doing this some softbodies just dont collide with each other at all like they have some kind of collider filter. I've tried:
 1. Increasing solver substeps, increasing Particle Collision iteration count
 2. Spawning and destroying softbodies with some delay
 3. Spawning and destroying softobodies in solver.OnPrepareFrame
 4. Increasing particle radius,
and still nothing.

Obi Softbody 6.5.4
Unity 2022.3.13f

im not sure how to insert videos here so only screenshot for now
   
Reply


Messages In This Thread
Collision bug - by bozdo - 15-04-2024, 11:21 AM
RE: Collision bug - by josemendez - 15-04-2024, 12:05 PM
RE: Collision bug - by bozdo - 15-04-2024, 12:38 PM
RE: Collision bug - by josemendez - 15-04-2024, 01:19 PM
RE: Collision bug - by bozdo - 15-04-2024, 02:13 PM
RE: Collision bug - by josemendez - 15-04-2024, 03:30 PM
RE: Collision bug - by bozdo - 15-04-2024, 03:43 PM
RE: Collision bug - by josemendez - 15-04-2024, 04:06 PM
RE: Collision bug - by bozdo - 15-04-2024, 04:12 PM