From 666d0b53a6384ab2085244887ec399ce70307969 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=86=A0=E5=B3=B0?= Date: Thu, 26 Dec 2024 10:55:30 +0800 Subject: [PATCH] fix script compile error in unity 2020 --- Assets/YooAsset/Editor/AssetBundleBuilder/BuildBundleInfo.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Assets/YooAsset/Editor/AssetBundleBuilder/BuildBundleInfo.cs b/Assets/YooAsset/Editor/AssetBundleBuilder/BuildBundleInfo.cs index cbe22452..4c0bd888 100644 --- a/Assets/YooAsset/Editor/AssetBundleBuilder/BuildBundleInfo.cs +++ b/Assets/YooAsset/Editor/AssetBundleBuilder/BuildBundleInfo.cs @@ -56,11 +56,7 @@ namespace YooAsset.Editor public string EncryptedFilePath { set; get; } #endregion -#if UNITY_2020_3_OR_NEWER - private readonly HashSet _assetPaths = new HashSet(1000); -#else private readonly HashSet _assetPaths = new HashSet(); -#endif /// /// 参与构建的资源列表