Is there any problem with lighting in Level Streaming, I’m working on a game with Level Streaming, but when i switch to another level the lights totally disappears and the level is blacked out black!, also when i trigger to switch the level it takes some loading time, does anyone knows how to reduce it?
so let me explain me detail, now i want every level to have different light, so for example i put a point light in persistent level it will be showing up in level 1 and other levels as it’s in persistent level, but want i want is to have different light in every level and for some reason i don’t know when i visit other levels using level streaming , that level light won’t be showing up, it will be fully black(in video it doesn’t appear like that, but for testing i packaged the game and played on other pc and then no lights were showing up)
i stream using Blueprints, yess i’m unloading previous level, i tried using volume but throws err and says to put volums in persistent level, which i don’t want ofc because a character might step on it in next levels, so i’m using blueprint to load and unload
so any ideas? why the lights go black out when i package the game and try on other pc? because when i played the packaged game in my pc, it was working great