3335 ios屏蔽lzma(cherry picked from commit 4a6ca9d4c986bb27ccbbf152855057d6e9098232)(cherry picked from commit c35422ceb0812868058b5e5d60e952ab6904787e)
Assets/Plugins/SevenZip/lzma.cs @@ -1,3 +1,4 @@ #if !(UNITY_IOS || UNITY_IPHONE) using System; using System.Runtime.InteropServices; using UnityEngine; @@ -869,4 +870,4 @@ } } #endif