02-04-2025, 07:05 PM
(02-04-2025, 04:38 PM)anthony_dev Wrote: Hi, I solved the issue by instead manually checking point distances and detecting collusions that way.
That’s quite a brute force solution, won’t perform very well.
I had no issue whatsoever using the collision detection callback, will write an example script and share it with you.