- 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.
16 lines
564 B
JSON
16 lines
564 B
JSON
{
|
|
"name": "dev.hai-vr.animator-as-code.v1",
|
|
"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",
|
|
"author" : {
|
|
"name" : "Haï~"
|
|
},
|
|
"url" : "https://docs.hai-vr.dev/docs/products/animator-as-code/functions/base",
|
|
"documentationUrl": "https://docs.hai-vr.dev/docs/products/animator-as-code/functions/base",
|
|
"changelogUrl": "https://docs.hai-vr.dev/docs/changelogs/animator-as-code",
|
|
"license": "MIT"
|
|
}
|