WebGL下不对YooAssets.Destroy();

WebGL下不对YooAssets.Destroy();
This commit is contained in:
ALEXTANG
2023-10-18 11:23:20 +08:00
parent f2f6b2422f
commit d8f8514f9d

View File

@@ -103,7 +103,9 @@ namespace TEngine
internal override void Shutdown()
{
ReleaseAllHandle();
YooAssets.Destroy();
#if !UNITY_WEBGL
YooAssets.Destroy();
#endif
ResourcePool.Destroy();
}