Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
aeldron's avatar
aeldron
Honored Guest
7 years ago

Avatar Hands Disappear When Idle

Hello.

It seems that having the Avatar hands disappearing when idle is the default behaviour.  Moving the hands slightly make them appear again.  Is there a way to configure the Unity Avatar SDK so that the hands are always visible?

Something on the libovravatar dll changes the visibility flag for the hands if we keep them still for a few seconds.  It's retrieved with this:
ovrAvatarVisibilityFlags visibilityMask = CAPI.ovrAvatarSkinnedMeshRenderPBS_GetVisibilityMask(renderPart);
Thanks!
Leo

5 Replies

Replies have been turned off for this discussion
  • Can you please make this available or configurable to developers?

    The only current alternative is to hack the avatar SDK. Hands always visible is commonly the desired functionality so not having it at least as an option just seems like a bug.
  • +1

    Would be great to have more granular control about avatar component visibility in general.