So recently I'm making a my besiege creation and I noticed that the bigger the block, the bigger the trigger, but in some blocks, it grow disproportionate to its size, like in this case:
And it really messes up with my whole creation, is there any mod or way to fix this?
Sphere colliders cannot be scaled separately on different axes, so they will always have the radius of the biggest scale. This is part of how unity works, so there's no way of changing this.
Sphere colliders cannot be scaled separately on different axes, so they will always have the radius of the biggest scale. This is part of how unity works, so there's no way of changing this.
make sure the red part of the sphere doesn't intersect with the green part of the block you want to make "immune". You can also try messing with the block-order and see if that changes how they connect.