02-26-2025 07:52 AM
Hello,
I created a blank project in Unity 6000.0.37f1 and dowloaded the latest version of Meta All in One (v72) and Meta Avatars(v33).
i just created a blank scene and added all the building blocks necessary for tests the new avatars (camera rig, virtual hands, passthrough, auto matchmaking and avatars).
the project is correctly connected to an app on the store and the avatar spawn correctly, but after the spawn i got this two error:
-[ovrAvatar2] OvrAvatarBodyTrackingMode.Standalone is deprecated, please use OvrAvatarBodyTrackingMode.None instead and set the InputTrackingProvider, InputControlProvider, and HandTrackingProvider properties of the OvrAvatarInputManagerBehavior MonoBehavior on the OvrAvatarEntity prefab/instance.
this one as the debug say i just changed the tracking in None and it look fixed.
-Failed to poll initial positon, no head position found
UnityEngine.Debug:LogError (object)
Oculus.Avatar2.MecanimLegsAnimationController:PollInitialPosition () (at Assets/Samples/Meta Avatars SDK/33.0.0/Sample Scenes/Scripts/LegsNetworkLoopback/MecanimLegsAnimationController.cs:624)
Oculus.Avatar2.MecanimLegsAnimationController:UpdateState () (at Assets/Samples/Meta Avatars SDK/33.0.0/Sample Scenes/Scripts/LegsNetworkLoopback/MecanimLegsAnimationController.cs:280)
Oculus.Avatar2.MecanimLegsAnimationController:Update () (at Assets/Samples/Meta Avatars SDK/33.0.0/Sample Scenes/Scripts/LegsNetworkLoopback/MecanimLegsAnimationController.cs:238)
i lost two days for understand what is happening but still i didn't understand the problem.
can you guys help me?
Solved! Go to Solution.
03-10-2025 04:29 AM
I guess this is the problem:
"Caution: The Building Blocks currently do not support the Avatars SDK v33 or later yet, so please stick to v31 for now. The issue is that the avatar is not moving with the OVR Rig."
See: https://developers.meta.com/horizon/documentation/unity/unity-mrmotifs-shared-activities
02-26-2025 07:10 PM
I had the same problem.
03-02-2025 04:40 PM
1
03-03-2025 09:10 AM
Same here
03-05-2025 07:57 AM
I had the same problem... Replacing the "AvatarSdkManagerStyle2Meta" and the "LipSyncInput" objects with the ones provided in the MirrorScene Sample (Samples\Meta Avatars SDK\33.0.0\Sample Scenes\Scenes\MirrorScene) fixed the issue for me👍
03-10-2025 01:45 AM
Hi Harrys,
thanks for the help, I did some test and this actually remove the error I get, but now the avatar didn't follow correctly my movements, what should it be?
03-10-2025 04:29 AM
I guess this is the problem:
"Caution: The Building Blocks currently do not support the Avatars SDK v33 or later yet, so please stick to v31 for now. The issue is that the avatar is not moving with the OVR Rig."
See: https://developers.meta.com/horizon/documentation/unity/unity-mrmotifs-shared-activities
03-11-2025 02:55 AM
Thanks again,
I did a couple of test on the v31:
-use of the base block
-change OvrAvatarManager and lypsync
in both of them the avatar work correctly with the controllers but the hand are not tracked.
what I am missing?