VRC behaviors to work on both States and SSM's.

All VRC-specific behavior helpers are now extension
functions that can be called using AacAnimatorNode
This commit is contained in:
galister
2022-12-16 21:14:31 +01:00
parent 104e0d3ac3
commit ea54506b53
5 changed files with 336 additions and 324 deletions
+1
View File
@@ -1,6 +1,7 @@
#if UNITY_EDITOR
using System.Linq;
using AnimatorAsCode.V0;
using AnimatorAsCode.V0.Extensions.VRChat;
using UnityEngine;
using VRC.SDK3.Avatars.Components;
using UnityEditor;