(MIGRATION) Rename AacV0 to AacV1

This commit is contained in:
Haï~
2023-10-02 04:48:03 +02:00
parent af5ce1576b
commit f3d4a5b760
5 changed files with 41 additions and 41 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ namespace AnimatorAsCodeFramework.Examples
/// <returns>The AAC base.</returns>
public static AacFlBase AnimatorAsCode(string systemName, VRCAvatarDescriptor avatar, AnimatorController assetContainer, string assetKey, TemplateGenOptions options)
{
var aac = AacV0.Create(new AacConfiguration
var aac = AacV1.Create(new AacConfiguration
{
SystemName = systemName,
// In the examples, we consider the avatar to be also the animator root.