Main asset that was supplied when building the asset bundle (Read Only).
function Start () {
var www = WWW ("http:/myserver
myBundle.unity3d");
yield www;
// Get the designated main asset and instantiate it.
Instantiate(www.assetBundle.mainAsset);
}