Skip to content

2.0.1-preview

Pre-release
Pre-release
Compare
Choose a tag to compare
@gmhevinci gmhevinci released this 11 Oct 02:31
· 315 commits to dev since this release

[2.0.1-preview] - 2023-10-11

Fixed

  • (#175) Fixed a bug where the url path of mac platform contains spaces, which would cause the request error.
  • (#177) Fixed the inability to load main asset object after loading the sub asset.
  • (#178) Fixed the error when initializing resource package that prompted not initialized.
  • (#179) Fixed issue with SBP build pipeline packaging reporting errors.

Added

  • Resource downloader add combine function.

    /// <summary>
    /// 合并其它下载器
    /// </summary>
    /// <param name="downloader">合并的下载器</param>
    public void Combine(DownloaderOperation downloader);