From 6c16ef567a85fbc5b5a8cd1997582241fe761d15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ha=C3=AF=7E?= Date: Fri, 29 Nov 2024 12:06:32 +0100 Subject: [PATCH] =?UTF-8?q?V1.2.0-beta.1=20Asset=20container=20provider=20?= =?UTF-8?q?&=20Final=20breaking=20changes:=20-=20Description=20for=20newly?= =?UTF-8?q?=20introduced=20code:=20=20=20-=20Add=20support=20for=20third-p?= =?UTF-8?q?arty=20asset=20container=20management.=20=20=20=20=20-=20In=20p?= =?UTF-8?q?reparation=20for=20the=20introduction=20of=20[IAssetSaver=20in?= =?UTF-8?q?=20NDMF=201.6.0](https://github.com/bdunderscore/ndmf/releases/?= =?UTF-8?q?tag/1.6.0),=20=20=20=20=20=20=20add=20the=20ability=20to=20dele?= =?UTF-8?q?gate=20the=20management=20of=20the=20asset=20container=20to=20a?= =?UTF-8?q?=20third=20party.=20=20=20=20=20=20=20-=20No=20new=20dependenci?= =?UTF-8?q?es=20are=20added.=20=20=20=20=20=20=20-=20By=20default,=20the?= =?UTF-8?q?=20behaviour=20of=20Animator=20As=20Code=20is=20the=20same=20as?= =?UTF-8?q?=20V1.1.0.=20=20=20=20=20-=20Add=20new=20optional=20field=20`Aa?= =?UTF-8?q?cConfiguration.AssetContainerProvider`=20to=20specify=20an=20as?= =?UTF-8?q?set=20container=20provider.=20=20=20=20=20-=20Add=20new=20inter?= =?UTF-8?q?face=20`IAacAssetContainerProvider`=20to=20abstract=20asset=20c?= =?UTF-8?q?ontainer=20management.=20=20=20-=20The=20above=20changes=20have?= =?UTF-8?q?=20been=20contributed=20by=20**[kb10uy=20(KOBAYASHI=20Y=C5=AB)]?= =?UTF-8?q?(https://github.com/kb10uy)**=20(first=20contribution).=20-=20(?= =?UTF-8?q?BREAKING)=20As=20specified=20in=20the=20changelog=20for=20the?= =?UTF-8?q?=20official=20release=20of=20Animator=20As=20Code=20V1,=20break?= =?UTF-8?q?ing=20changes=20had=20been=20planned,=20and=20will=20be=20appli?= =?UTF-8?q?ed=20starting=20this=20version:=20=20=20-=20(BREAKING)=20AacFlS?= =?UTF-8?q?ettingKeyframes=20constructor=20is=20now=20private.=20=20=20=20?= =?UTF-8?q?=20-=20For=20compatibility=20reasons,=20it=20was=20public=20for?= =?UTF-8?q?=20the=20duration=20of=20V1.1.x,=20and=20was=20already=20marked?= =?UTF-8?q?=20as=20obsolete=20in=20V1.1.x.=20=20=20-=20(BREAKING)=20The=20?= =?UTF-8?q?methods=20AacFlBase.InternalConfiguration=20and=20AacFlBase.Int?= =?UTF-8?q?ernalDoCreateLayer=20are=20now=20private.=20=20=20=20=20-=20For?= =?UTF-8?q?=20compatibility=20reasons,=20it=20was=20public=20for=20the=20d?= =?UTF-8?q?uration=20of=20V1.1.x,=20and=20was=20already=20marked=20as=20ob?= =?UTF-8?q?solete=20in=20V1.1.x.=20=20=20=20=20-=20The=20class=20AacAccess?= =?UTF-8?q?orForExtensions=20replaced=20them.=20=20=20-=20These=20breaking?= =?UTF-8?q?=20changes=20are=20meant=20to=20be=20the=20last=20breaking=20ch?= =?UTF-8?q?anges=20for=20the=20lifetime=20of=20Animator=20As=20Code=20V1.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Packages/dev.hai-vr.animator-as-code.v1/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages/dev.hai-vr.animator-as-code.v1/package.json b/Packages/dev.hai-vr.animator-as-code.v1/package.json index c41ec8e..8d24ad0 100644 --- a/Packages/dev.hai-vr.animator-as-code.v1/package.json +++ b/Packages/dev.hai-vr.animator-as-code.v1/package.json @@ -1,7 +1,7 @@ { "name": "dev.hai-vr.animator-as-code.v1", "displayName": "Animator As Code V1", - "version": "1.1.0", + "version": "1.2.0-beta.1", "unity": "2019.4", "description": "Base Animator As Code library. This library only requires Unity.", "vrchatVersion" : "2022.1.1",