Why can't I go through this hole?

Hi! I tried to make a hole through the baseplate but somehow, I can’t go through it.

It’s simple: all I did was use unions. The negative part had CanCollide disabled. Is there a way to fix this?

3 Likes

In the properties of the baseplate, change the CollisionFidelity under Collision to PreciseConvexDecomposition
image
Note, unions at this big of a size can cause performance issues to your game.

5 Likes

Tried what you did but sadly it didn’t work.

It may be because of the size, unions aren’t that good at collisions, because of how big the baseplate is, it won’t see that gap in the collision field, try making a smaller part the size of the map and union that.

You can also use meshes for this.

6 Likes