Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

35 lines (27 loc) · 1.05 KB

0.1.3 - 2022-12-19

Enhancement

  • Add support for non-bitmap image type.

Fixed

  • Fix accuracy loss when generating mipmap (#7).

0.1.2 - 2022-02-17

Fixed

  • Fix Burst complain about two containers maybe aliasing in FilterMipmapJob.
  • Use Texture2D.Reinitialize instead of Texture2D.Resize from Unity 2021.1 onward.

0.1.1 - 2021-07-30

Added

  • Add CHANGELOG.md.

Changed

  • Refactor Burst jobs.

Fixed

  • Fix typo in README.md.
  • Fix performance issue when importing PNG without alpha channel.
  • Fix out of bound access in mipmap generation job.

0.1.0 - 2021-07-28

Added

  • Implement AsyncImageLoader.