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?
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