(MIGRATION) Rename AacV0 to AacV1
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user