Does anyone have any experience with Oculus platform S2S integration,
specifically with GetUserProof. I've got everything setup and seemingly
working. My question is I've only got this deployed to the alpha release
channel, should this channel come b...
Just a heads up for anyone else, I attempted updating to 6000.0.23f1 and
spent the better part of the last day and a half trying to resolve
issues. With everything finally imported correctly and cleaned up, the
project just doesn't work. I am using t...
This is telling you that the networking layer for the device can't
resolve the host for the entitlement check. This could be for a number
of reasons, but your DNS resolution for the device doesn't appear to be
working. Check your network settings on ...
After starting looking into the examples of the other posts, I looked
into the Avatar 24 SDK and upgraded. They changed the internals of the
system, so this going to take a little more time to figure out, but I
would stand to guess that this function...
So, it looks like my initial IK attempt was missing functionality to
pipe in the new coordinate data. It is possible, there is an example of
such functionality
https://communityforums.atmeta.com/t5/General-Development/Meta-Avatars-how-to-feed-custom-...
You can do this a few ways. One with the Load Event Callbacks in the
AvatarEntity script itself.Create scripts to fire off attachment
functionality when the load event happens.Or, you can use a management
class to target specific joints at runtime to...