Falling throught map

Hello Rpmp19,

In a nutshell, you are missing collision or you are inside the collision box formed by the big static mesh.
You can visualize collision in the editor to validate the hypothesis with the collision view.
Consider using multiple static meshes for you maze, rather than a single big one. Modularity goes a long way… :smiley:

Oh I see, so if the issue is that Im missing collision then there is no fix right?

Thanks, Il keep it in mind for the next maze

So I created a maze made up of multiple BSP brushes and then selected them all and converted into one single huge static mesh which is actually the map itself, But when I try to spawn in it I fall through, whats wrong?