private void OnBundleUnload(AssetBundleInfo abi) { this.bundleInfo = null; this.state = LoadState.State_None; this.prority = 0; }
void OnDepComplete(AssetBundleInfo abi) { _currentLoadingDepCount--; this.CheckDepComplete(); }