I’ve designed and made some modular corridor pieces that I want to slap together to create my levels. But whenever I import them and try to place them together there’s no collision in the editor, meaning that the different pieces can merge into each other.
I want my pieces to slot together without merging together and without any gaps between the different pieces so that there’s no visible gaps.
When I started to mess around with these things I was getting an overlapped UVs error message and have found out how to sort that out by creating a second UV channel for the light map and to have gaps between the different faces. So I’m assuming that when I do that (I haven’t started work on the light maps yet but will do those tomorrow!) the models will slot together with no seams but I’ve no idea how to stop the static meshes from merging into each other.
In my experimentation I’ve worked out how to create collision on my corridors in-game so that my character doesn’t walk through walls etc but is there any way to give these corridors collision in the editor itself…?