Avatar animation sync in NAF #5468
Unanswered
ratansinh04
asked this question in
Hubs Cloud Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have avatar Gltf with custom animations, like flying, floating, eyes, etc.
and perform specific animation based on keycode mapping with specific animation.
I have created my own animation component
schema: {
keyCode: { default: stopAllAnimation }
}
Added it to the network schema.
{
selector: ".AvatarRoot",
component: "own-animation"
}
Locally it is working fine but in NAF I am facing the syncing issue.
help me to how I can sync individual animations over the network (NAF)
Beta Was this translation helpful? Give feedback.
All reactions