Hi.
So, what is the best way of using multiple small levels? At once player can see only one level.
Just open level.
Level strimming. Is this ok for dozens levels?
Use level instance.
Who what thinking about this?
Level streaming is ok, as far as you choose wisely when to load and unload levels.
It’s probably the best choice if you often need to move between different levels.
1 Like
Thanks for reply.
I’ll use level streaming but level loading will be via LoadLevelInstance.
Loaded levels should be transformed (location, scale, rotation).
2 Likes