Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  How can I detect my second actor in a solver?
#6
(28-03-2025, 10:11 PM)josemendez Wrote: Hi,

What event are you subscribed to? is it solver.OnCollision or solver.OnParticleCollision? both have the same signature, so maybe you’ve mistakenly subscribed to OnCollision (which returns contacts against colliders, instead of other particles)?

Kind regards
Hi,

I tried subscribing to both actually, to see which works, neither did. In the picture I subscribed to both at the same time and drew gizmos to see where collisions are, they both returned the same thing.

Thanks for your time
Reply


Messages In This Thread
RE: How can I detect my second actor in a solver? - by anthony_dev - 29-03-2025, 11:00 AM