AvatarKit v1.2.0
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 astransform) were absent or null. Such assets are now accepted, matching the network loading path. Genuinely incompatible (legacy/corrupt) assets still throwAvatarError.incompatibleAvatarAsset.