Hey, i have a tool script that generated a level out of tiles. Each tile mesh is basically a cube with all the walls, floor and ceiling.
After instatntiating each tile, script deletes the walls that connect adjacent rooms. I then moved this scene with generated level into my main game scene.
The problem is that the walls between rooms are still there for some reason, they did not get deleted and idk why and how to fix that