if iam gonna load a application into the webplayer, what will be loaded? Will the client load the entire build or just the Area that is loaded? so if i am gonna say in code that first area would be zone01, but have zone02 zone03 also in the package for later loading, will they be loaded OnLevelLoad?
will it also load assets from another scene? Lets say i have a scene “wood” which is full of different tree’s and i am gonna load the scene “waste”, will it also load the assets from the “wood scene”?
If your concern is about loading time then you might want to check out this manual page, which explains how to stream later levels to the browser while the user is playing.