Can you cover a portion of your level with skybox?

Been working on a level and everything is going smoothly so far but I ran into a small problem, I need to cover a section of my level with skybox, the section I want to cover is made of one sided geometry, obviously just making it two sided won’t cut it because you’d still be able to see it floating outside the play field. so how would I go about hiding it behind a fake wall or skybox so that players can’t see it until they are actually near it or inside it?

Whether it’s one or two-sided doesn’t matter, you can still put a sky box in front of it.

But, if you’re going for the effect of parts of the level not initially being visible, why not use streaming?

Level isn’t large enough to require level streaming yet, looking for something likea material or something like a mesh that displays skybox that I can use to block view of that specific section of the level

1 Like