using System.Collections; using System.Collections.Generic; using UnityEditor; namespace YooAsset.Editor { public class RawFileBuildParameters : BuildParameters { /// /// 文件哈希值计算包含路径信息 /// public bool IncludePathInHash = false; } }