Skip to content

Commit

Permalink
V1.1.0 Public API release:
Browse files Browse the repository at this point in the history
- Compatibility notes: https://docs.hai-vr.dev/updates/2024/08/21/p0
  - Alternatively, see or find: https://github.com/hai-vr/documentation/blob/main/updates/2024-08-21-p0.md
- Migration guide: https://docs.hai-vr.dev/docs/products/animator-as-code/migrating-v0-to-v1
- What's new: https://docs.hai-vr.dev/docs/products/animator-as-code/v1.1-whats-new
- Planned future breaking changes:
  - The AacFlSettingKeyframes constructor will be made private/internal in V1.2.0.
  - The methods AacFlBase.InternalConfiguration and AacFlBase.InternalDoCreateLayer will be made private/internal in V1.2.0.
  - For compatibility reasons they remain public for the duration of V1.1.x.
- There are no other breaking changes to be expected for the lifetime of V1.
  • Loading branch information
hai-vr committed Aug 21, 2024
1 parent 1f4bf4e commit 31383e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Packages/dev.hai-vr.animator-as-code.v1/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dev.hai-vr.animator-as-code.v1",
"displayName": "Animator As Code V1 (Beta)",
"version": "1.1.0-beta.9",
"displayName": "Animator As Code V1",
"version": "1.1.0",
"unity": "2019.4",
"description": "Base Animator As Code library. This library only requires Unity.",
"vrchatVersion" : "2022.1.1",
Expand Down

0 comments on commit 31383e7

Please sign in to comment.