I can walk on parts which are not visible, is it cause of the unions? Im not sure, is there any way to fix this.
Try changing collision fidelity of union to precise or reunion or remove union
i only these 4 types
- Change CollisionFidelity of the Union/Mesh. To make it accurate, change it to PreciseConvexDecomposition.
- If number 1 fails or the collisions are still not good enough to your liking, then you need to remake the union, separate each part of the union, disable the union’s collisions and put invisible bricks, or just use bricks.
Also, try to search for similar problems in devforum first because there might be a solution already.
2 Likes