11-15-2021
02:25 PM
- last edited on
06-22-2024
09:15 AM
by
TheAntiSocializ
Do you have any feedback and/or issues in regards to the Meta Avatars SDK? Use this place to discuss, as we'll have members of the engineering team reviewing this thread!
Read the blog on the Meta Avatars SDK here: https://developer.oculus.com/blog/meta-avatars-sdk-now-available/
Refer to the Meta Avatars SDK documentation here: https://developer.oculus.com/documentation/unity/meta-avatars-overview/
04-14-2023 12:02 PM
I noticed this on v20 as well. Does rolling back to v18 fix things?
04-26-2023 02:15 AM - edited 05-15-2023 12:33 PM
I found two bugs in the Meta Avatar 2 SDK.
05-12-2023 08:14 AM
Hi, do you know if there is any documented info on how to animate avatar properly? The only demo that exists is NetworkLoopbackExample and it consists of streaming data which is mentioned as "not recommended" in documentation... I did found out a way to record and play this streaming data but the animation gets stuck because recorded data also includes local time somewhere along the bytes... the only workaround for this is to pingpong animation so the delta time doesnt get too big and the animation continues. I described this in this post
There is an option to remove this timings from data stream but there is no point in editing raw byte data without knowledge of the underlying structure. So either we have to deserialize the data to be able to change it or obtain secret knowledge on how to actually animate the avatars.
There ARE methods to do that, they are called ovrAvatar2Animation_SampleAnimationClip but are not documented. The ovrAvatar2Animation_SetMood is straight forward and works nicely but others require pointers to animationAsset...
I'll write a ticket to oculus help to contact developers on any info that can help is with this and update my post or reply here.
05-23-2023 07:18 AM
Follow up!
I miracleously solved the mystery (although its still work-around) but this time with no drawbacks.
zeroing-out 2 values in avatar data apparently responsible for ovrAvatar2StreamingPlaybackState.remoteTime
these two values indexes are 12 and 13 (in all low/medium/high data types)
05-23-2023 11:45 AM
Are these each 1-byte in length?
05-31-2023 02:24 PM
Yup, these are values form 0 to 255
07-16-2023 09:59 PM
hey,
did you find any solution, coz im facing the same issue !!!
08-04-2023 03:11 AM
Hello! I'm working in Unity 2021 with Oculus SDK and Meta Avatars SDK on a multiplayer game and there is a mirror object in the scene, there was a problem with the fact that the avatar was turned on in FirstPerson mode and the head was not displayed, the problem was solved by switching to ThirdPerson, but now I noticed that avatars with hats see part of the cap or hat from the main camera. I tried to solve the problem by creating a copy of the avatar (mirroring) and adjusting the layers, but at the same time, you can see the layering of avatars and a slight synchronization of movements. Are there any ways to solve my problem, is it possible to enable full body rendering for a separate camera when the first-person mode is enabled? and will the problem with partially visible hats in the first-person view (but in the script it is enabled from the third person) be solved in the future?
02-05-2024 04:23 PM
Avatar SDK with Quest for Business: how to use Shared Mode?
Our application expects that users can walk into a conference room and pick up a headset, and get into a shared experience as quickly as possible, some colocated in MR, some remote. Maybe they add a participant name, but there is no expectation that they will already have a Meta account. The Shared Mode of Oculus for Business is good, but the Avatar SDK requires a Meta ID to function. Is there any way to support generic Meta Avatars for Shared Mode usage?
06-21-2024 07:54 PM
Something went wrong