Hi, I was looking around the forums and unityanswers and I can't seem to get a straight answer. What I want to do is dynamically load a new scene. Is this possible on the webplayer?
1 Answer
1Yes, you can use BuildPipeline.BuildAssetBundle to create asset bundles for externally streaming.
But keep in mind that AssetBundles are a pro-only feature. You can't do this in the free version.
– Bunny83