Obviously, 3D objects don’t support custom collision masks. I’m attempting to make a 3D physics object with a collision mask, but the typical approach doesn’t work (because it’s 3D). I’ve experimented with external masks, and while they seem to function independently, they don’t interact with or affect the original 3D sprite as intended.
EDIT: Fixed this using the normal approach for physics collisions