Hi,I am trying to test my subscriptions but keep receiving this
error.MessageGraphQL server responded with error 1891828: We are unable
to complete your purchase at this moment. Please try again later or
contact our customer support team for assistan...
Hi,I am unable to test IAPs.I have followed this
guidehttps://developers.meta.com/horizon/documentation/unity/ps-iap-testMy
organisation is verified, I have a test user, which can be granted test
add-ons. And I can consume them using the API on my se...
EDIT: fixed - bug caused by networking replicationHello everyone! I am
working on a VR project using Avatar SDK. I am having problems using
custom input for the avatar when snap rotating, currently when snap
rotating the arms stutter, even though the...
This will give you the unique Oculus username. The display name is the
user's first and last name if I recall correctly.PlayerUsernameWeWillSet
= user.OculusID;
So you want to display the unique Oculus username? That would be the
user.OculusID. If this is not the problem sorry for the
misunderstanding. I would recommend Unity's android debug manual for
debugging standalone builds.You can use ADB from the cmd...
This was a long time ago. But if I remember correctly you simply cannot
test your avatar via quest link. You have to build the project and test
it on the standalone headset. Which is quite the pain in the...