缓存清空修改
This commit is contained in:
@@ -203,10 +203,6 @@ namespace CreatGame.AssetBundle
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public void ReleaseAll()
|
public void ReleaseAll()
|
||||||
{
|
{
|
||||||
foreach (var mAssetBundle in m_AssetBundles)
|
|
||||||
{
|
|
||||||
GameObject.Destroy(mAssetBundle.Value.assetBundle);
|
|
||||||
}
|
|
||||||
m_AssetBundles.Clear();
|
m_AssetBundles.Clear();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user