public void OnDisable()
 {
     if (!Application.isPlaying)
     {
         AssetBundleManager.ClearAssetBundleThread();
     }
 }