Update PatchSystem
parent
52ac982481
commit
f2422ed16c
|
@ -39,7 +39,7 @@ namespace YooAsset
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 编辑器下模拟构建补丁清单
|
/// 编辑器下模拟构建补丁清单
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string SimulateBuild(string packageName, bool enableAddressable) { throw new System.Exception("Only support in unity editor !"); }
|
public static string SimulateBuild(string packageName) { throw new System.Exception("Only support in unity editor !"); }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
Loading…
Reference in New Issue