Can't get Fx layer to work #15
-
I've gotten all of the steps done, I just can't get the transition to work, no matter what I've tried. The heart rate things won't show up, so the toggle to toggle the heart rate doesn't work, so the numbers are always zero. I'm unsure what I did wrong |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
If you're not aware of it, try copying the animator layers and parameters using https://github.com/VRLabs/Avatars-3.0-Manager. Should make it easier to just copy everything from my example animator. Then all you have to do is setup your avatar state parameters exactly the same. If you've got the HypeRate module enabled, also check the debug menu to see if the animator parameters are changing. If they're not, remember to reset your OSC config by going into your action menu under One thing to also mention is the |
Beta Was this translation helpful? Give feedback.
If you're not aware of it, try copying the animator layers and parameters using https://github.com/VRLabs/Avatars-3.0-Manager. Should make it easier to just copy everything from my example animator. Then all you have to do is setup your avatar state parameters exactly the same.
If you've got the HypeRate module enabled, also check the debug menu to see if the animator parameters are changing. If they're not, remember to reset your OSC config by going into your action menu under
Options
->OSC
->Reset Config
.One thing to also mention is the
HeartrateEnabled
parameter is controlled by VRCOSC, and theHeartrate
parameter is the one for doing the toggle override. It's not very clear in the …