示例#1
0
 void Start()
 {
     anim = gameObject.GetComponent <Animation>();
     StartCoroutine(LoadSceneAsync());
     StartCoroutine(LoadAssetBundle.DownloadAndCache());
 }