1. Buy Pro.
2. Build an asset bundle that contains the scene data you want to load.
3. Download the asset bundle using the `WWW` class.
4. Do `Application.LoadLevel()` as normal.
See http://docs.unity3d.com/Documentation/ScriptReference/BuildPipeline.BuildStreamedSceneAssetBundle.html
↧