- Home /
Question by
WasD · Jan 04, 2011 at 08:15 PM ·
assetbundlescene-loading
AssetBundle Scenes
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?
Comment
Answer by dylanfries · Apr 30, 2012 at 05:46 PM
Yes, you can use BuildPipeline.BuildAssetBundle to create asset bundles for externally streaming.
But keep in $$anonymous$$d that AssetBundles are a pro-only feature. You can't do this in the free version.
Your answer