When creating build for Web player platform, the Unity engine creates two files: an HTML that loads the player and a second one that is transferred under its management. Here is a question: can this content be directed in some way? For example, can only a single “from…” scene be loaded? Can a model of a certain type be loaded several times?
It’s not possible (afaik) to load only specific subparts of a unity webapp, however… it ís possible to dynamically load in additional asset packages/assets in a unity app, i’m not familiar with the details for this procedure though!