Skip to content

Releases: Deficuet/UnityKt

v0.1.0_alpha.13

10 May 00:10
ea273ef
Compare
Choose a tag to compare
v0.1.0_alpha.13 Pre-release
Pre-release
  • Rollback the change in the method Sprite.getImage, now mRD.textureRect is used to crop the image.
  • Rollback the mechanism used in PPtr which loads dependencies through AssetBundle.mDependencies
    • The property assetRootFolder is reserved for future use. For now it is unused

v0.1.0_alpha.12

09 May 19:33
Compare
Choose a tag to compare
v0.1.0_alpha.12 Pre-release
Pre-release
  • fix incorrect behavior when check file type

v0.1.0_alpha.11

28 Jan 19:57
Compare
Choose a tag to compare
v0.1.0_alpha.11 Pre-release
Pre-release
  • Added debugOutput, which is a function taking a String as a parameter when initianlizing a new UnityAssetManager instance. It is used to redirect the debug information; by default, it does nothing. Before this version the information was printed in stdout.
    • If you still want to use stdout, just pass ::println, like this UnityAssetManager.new(..., debugOutput = ::println)

v0.1.0_alpha.10

18 Jan 04:40
Compare
Choose a tag to compare
v0.1.0_alpha.10 Pre-release
Pre-release
  • added method getRawData for Texture2D to get compressed texture data in ByteArray
  • Two cropping strategies SpriteCropStrategy.USE_TEXTURE_RECT and USE_RECT are provided to determine which one of the SpriteRenderData.textureRect and Sprite.mRect will be used to crop image.

v0.1.0_alpha.9

15 Jan 06:12
Compare
Choose a tag to compare
v0.1.0_alpha.9 Pre-release
Pre-release
  • Bumped org.json version
  • Removed 7z SDK, use Apache Common Compress instead
  • Fixed the error occurs when dump/generate type tree for Font object (Font object is still not available yet)

v0.1.0_alpha.8.1

08 Jan 03:55
Compare
Choose a tag to compare
v0.1.0_alpha.8.1 Pre-release
Pre-release

Fix the incorrect behaviour of PPtr because the mDependencies of AssetBundle object are not in the same order as the Serialized file externals have.

v0.1.0_alpha.7

07 Jan 05:34
Compare
Choose a tag to compare
v0.1.0_alpha.7 Pre-release
Pre-release

Introduce Sprite.getTexture2D() to get the parent texture.

v0.1.0_alpha.6

07 Jan 05:05
Compare
Choose a tag to compare
v0.1.0_alpha.6 Pre-release
Pre-release

Now Sprite.getImage() returns the image that has the same orientation as its parent Texture2D.

v0.1.0_alpha.5

06 Jan 17:42
Compare
Choose a tag to compare
v0.1.0_alpha.5 Pre-release
Pre-release

Move extension functions for pptr from .classes to .pptr package

v0.1.0_alpha.4

06 Jan 16:16
Compare
Choose a tag to compare
v0.1.0_alpha.4 Pre-release
Pre-release

Check isNull for PPtr before attempting to get the object