Skip to content

1.9.0-rc.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 Sep 00:32
· 141 commits to main since this release

Version 1.9.0-rc.3

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

Notable changes

Changed

  • Reverted changes to clone AnimatorControllerParameters on the getter for VirtualAnimatorController.Parameters
    due to backwards-compatibility concerns.

Deprecated

Currently, VirtualAnimatorController.Parameters returns an immutable dictionary, but the values in that dictionary
are mutable. This is not intended behavior; a warning has been added that will be logged if the type of parameters
are mutated in-place, and this behavior will break in the future.

Plugins that want to change the type of a parameter should construct a new AnimatorControllerParameter object,
and assign an ImmutableDictionary containing it to VirtualAnimatorController.Parameters instead.