Optimize vertical level

Hello everyone!

I have a vertical level with lots ot assets, most from Fortnite, and right now it’s over the memory limit. I’m trying to think of a trick to have the player move from one floor to the next one seamlessly. I saw an island that does this named Laser Deathrun (8993-2457-6183 in case anyone wants to try it out), but I can’t figure out how they did it.

For Airphoria, I think they handled the level transitions with a cinematic, which is my backup plan. But if I can achieve it seamlessly, that would be even better. Any ideas how?

Have you thought about data layers,
seperated into enough data layers so its only loading the data layer the player is in + maybe even the layer before and after loaded as well to hopefully give enough visuals, might be OK.

Don’t know much about it

1 Like

Sorry for the late reply!! I’ll give this a try, thanks a lot :slight_smile: