Karet

Results 1 comments of Karet

maybe get the controller directly from the fx layer in the avatar descriptor. something like: ```cs VRCAvatarDescriptor Avatar; Avatar = GetComponent(); RuntimeAnimatorController FXAnimator; FXAnimator = (RuntimeAnimatorController)Avatar.baseAnimationLayers[4].animatorController; ```