mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-28 19:48:47 +00:00
fix script compile error in unity 2020
This commit is contained in:
@@ -56,11 +56,7 @@ namespace YooAsset.Editor
|
|||||||
public string EncryptedFilePath { set; get; }
|
public string EncryptedFilePath { set; get; }
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#if UNITY_2020_3_OR_NEWER
|
|
||||||
private readonly HashSet<string> _assetPaths = new HashSet<string>(1000);
|
|
||||||
#else
|
|
||||||
private readonly HashSet<string> _assetPaths = new HashSet<string>();
|
private readonly HashSet<string> _assetPaths = new HashSet<string>();
|
||||||
#endif
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 参与构建的资源列表
|
/// 参与构建的资源列表
|
||||||
|
|||||||
Reference in New Issue
Block a user