I thought this was just a classic “Works on My Machine™” bug on my end… I’ve been trying to find the culprit to this issue for ~ a week!
This definitely needs to be fixed ASAP.
So I was testing shapecasts for a while and here’s some stuff i found
If you have anything within the shapecast’s radius/size, It gets ignored
There’s also a minimum distance between the shapecast and the geometry in its path that depends on the size of the face (default baseplate’s top face for example, ~0.2 studs)
The only way i found to avoid these 2 issues is to shapecast from behind origin and ignore anything that it hits that isn’t infront of origin
Also shapecasts consistently crash if the terrain is blacklisted or not whitelisted
Shapecasts are actually in a soft-release mode while we’re staying (somewhat) quiet and looking for issues. We’ll be coming out with a more formal announcement and documentation.
The crash is fixed in this week’s release, and the “parts extremely close to other geometry don’t hit” is fixed next week. We have a few other bugs and optimizations we’re flipping on this week too - 34% faster casts against parts, memory reductions, and a fix for CornerWedges (whoops).
For the original post: Shapecasts don’t collide with objects that intersect the starting shape.
If you have a repro for a case where shapecasts don’t hit a shape that isn’t intersecting the starting shape, you should supply a .rbxl so we can debug it.
Thanks for the repro and the cool debug visualizer.
We found the problem; our bounding volumes for mesh hulls were off. Fix is in for next week’s release.
And yeah, this is exactly the sort of thing the soft launch was done to catch.
I noticed this is also a problem for unions too where it just won’t detect them and go straight through, also noticed that when you use sphercast on the client it does crash immediately.
It doesn’t seem that the starting position intersecting geometry spherecast issue was fixed? I believe it was supposed to come last week…? Or maybe I’m testing it incorrectly.