Skip to content

1.7.0-alpha.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Mar 03:28
· 288 commits to main since this release

Version 1.7.0-alpha.2

This is a prerelease version. There may be bugs, and API compatibility is not yet guaranteed.
Please: BACK UP YOUR PROJECTS

Notable changes

Note: This alpha release contains breaking changes to APIs introduced in alpha.0 and alpha.1.
Please upgrade modular avatar at the same time as updating to this release. This does not affect
stable APIs.

Added

  • [#545] IVirtualizeMotion interface
  • [#545] Additional methods on IVirtualizeAnimatorController (breaking change)

Fixed

  • [#543] Exceptions thrown when deactivating extension contexts can result in an infinite loop
  • [#544] INDMFEditorOnly needed to be in the runtime assembly

Changed

  • [#545] VirtualControllerContext now exposes the dictionary of animator controllers via a property
    VirtualControllerContext.Controllers

Removed

  • [#545] Removed indexing operator overload on VirtualControllerContext (breaking change)