Skip to content

AvatarKit v1.2.0

Choose a tag to compare

@WRZ-hash WRZ-hash released this 27 Jun 21:49
· 12 commits to main since this release

AvatarKit v1.2.0

First stable 1.2 release. No public API changes since 1.2.0-beta.1.

Fixed

  • Fixed a crash when audio playback was interrupted by the system (e.g. an incoming phone call): the player node's IO layer could be torn down mid-schedule, raising an NSException. Such interruptions are now handled gracefully instead of crashing the app.
  • Fixed local derive(assetPath:) rejecting valid assets whose optional fields (such as transform) were absent or null. Such assets are now accepted, matching the network loading path. Genuinely incompatible (legacy/corrupt) assets still throw AvatarError.incompatibleAvatarAsset.