Struggling to grasp how best to implement level-streaming for a seamless 2D Sidescroller Game.

Take a look at ‘load level instance’.

It’s just like streaming, but has two advantages

  1. You don’t need to fill your persistent with the levels that you might want to stream later.

  2. You can load the instance with any transform ( and more than once ).

:slight_smile:

2 Likes