Skip to content

Releases: yasirkula/UnityTextureOps

v1.2.4

28 Mar 12:23

Choose a tag to compare

  • Fixed transparency issue in TextureOps.ScaleFill on a certain Android device (fixed #11)
  • Updated Unity version to 2021.3.41f1 (simplified codebase accordingly)
  • iOS frameworks are now added properly instead of changing OTHER_LDFLAGS
  • Fixed an Xcode compiler warning

v1.2.3

15 Oct 11:35

Choose a tag to compare

Fixed #9

v1.2.2

24 Mar 20:18

Choose a tag to compare

Bugfix for LoadImageAsync

v1.2.1

22 Sep 21:12

Choose a tag to compare

Added LoadImageAsync function (requires 2018.4 or later)

v1.1.5

21 Sep 11:31

Choose a tag to compare

Fixed GetVideoProperties returning wrong 'rotation' in some languages

v1.1.4

05 Jul 18:14

Choose a tag to compare

Moved iOS build post-processor settings to 'Project Settings/yasirkul…

v1.1.3

12 Apr 20:26

Choose a tag to compare

Fixed build error

v1.1.2

12 Apr 20:17

Choose a tag to compare

Embedded proguard.txt file to AAR library which should get rid of Cla…

v1.1.1

14 Sep 16:46

Choose a tag to compare

Bugfix for SaveImage function when the passed Texture is not marked a…

v1.1.0

28 Apr 09:00

Choose a tag to compare

Added Crop function