Oculus Avatar preview image as profile image
Hi..I am trying to apply the oculus avatar preview image as the sprite of Unity Canvas image.But message.Data.ImageURL does not return any URL for image. Please guide me..Thanks in advance..
Hi..I am trying to apply the oculus avatar preview image as the sprite of Unity Canvas image.But message.Data.ImageURL does not return any URL for image. Please guide me..Thanks in advance..
Hello!I've managed to obtain the user profile picture url with a S2S REST request following this thread. Is there a similar way to get the user's avatar profile picture? (I'm refering to the avatar picture that appears in the user profile)Thanks in a...
I'm on macOS 11.3.1 and Unity version 2020.3.29. I set up the Oculus Avatar SDK exactly as described in https://developer.oculus.com/documentation/unity/unity-gs-overview/. However, I'm unable to even get the local avatars to show up. Everything else...
Hello fellow VR pioneers!Like a lot of others, we wanted to use Oculus Avatars with the Universal Render Pipeline, but as many of you know, this was not possible, so we set out to work.After weeks of development we're finally ready to release our sha...
I've been getting these avatar errors in Unity for a little while now and I still can't figure it out.Shader error in 'OvrAvatar/AvatarSurfaceShaderSelfOccluding': failed to open source file: 'Assets/OvrAvatar/Content/Materials/AvatarMaterialStateSha...
Hi,I have been following the official oculus tutorial to show personalized avatars but it doesnt work. Only the bald dude is showing all the time. I have been trying to make a new project, with the latest Oculus SDK, still doesnt work. In the Avatar ...
Hello! I'm trying to test the AvatarGallery in Unity 2019.4.14f1 with the Oculus Integration version 23.1.0 (same error with other versions) and the OVR plugin version 1.55.1When I make the APK with CombinedMesh = true the heads don't load in the sce...
I'm trying to get the Avatar SocialStarter unity example to work. I have two rift devices on two machines. I have set up a test user on one machine and am using my regular oculus account on the other machine.I can start a party between the two users ...
Hello developers.I am developing to display my character through the Oculus Avatar SDK.In order to set up the Oculus avatar according to the document and display my avatar, I received and printed an ID with GetOrgScopedID, but it is being exposed as ...
SUMMARYUnable to retrieve personalized Oculus Avatar & profile info for users on other Oculus platforms.CONTEXTWe currently have our social application deployed in the Rift and Go stores. In our application, users record a “Story” which consists of r...
Hello!I'm trying to launch the AvatarGallery scene in Unity 2019.4.14f1 with the oculus integration version 23.1.0 and the OVRPlugin version 1.55.1 (same problem with other oculus integration and OVRPlugin versions)When I run the APK in Quest whit Co...
Hey folks,I'm sure you've seen the latest updates to Oculus Avatars, which introduced OVRLipsync driven mouth movement, eye gaze simulation and micro-expressions.I wanted to flag something we came up against while we worked on this update, in case it...
Hello!There is any way in the Oculus Integration package in Unity to check if a user has an avatar configured?Right now we are using the graph.oculus.com/userid?access_token=token&fields=avatar_v2{avatar_image{uri}} call but I don't know if is the co...
When running the AvatarSample project in Unreal, in order to get the lipsync of the avatar to trigger, I have to speak really loudly.I see that `SilenceDetectionThresholdCVar->Set(0.0f)` in the code, so I don't know what is wrong.When using my avatar...
Hi guys,When trying to run any of the Avatars SDK samples, or when integrating it ourselves, I get "DllNotFoundException: libovravatar OvrAvatarSDKManager.Update ()" in the console.I'm trying Android GearVR on mac. I don't have other known issues usi...
Hi, We are working on an Android headset which is neither Oculus nor OpenVR.I tried to include the dll by following the following instructions avatars-unity-crossplat-sampleThe dll is never contained in the APK. Does this DLL only work on PC or does ...
Hi,With the latest Oculus SDK in Unity 2019.4.11f I get tons of this error message. I have no clue what is causing it. It throws a lot of these and after some time it stops.On Quest 2 in this case sometimes the avatar hands are white as if the textur...
Is there any reason Photon Unity Networking Classic won't work for the Quest? I'm new to mobile, and it will take me a while to test with multiple Quests, so I'd really benefit from someone who has prior experience with this. I'm using OVR (I hear it...
We're trying to build social features into our app. We're running into issues where it seems people that are in a party together are not able to see which rooms other people in the party are in, if those people happen to not be in their friends list....
Dear community,Lately I had downloaded the OVRLipsync Plugin, however, the editor seems to be unable to find one of its modules.I have also both tried in the 4.25.0 Oculus GitHub branch, and the 4.25.4 Epic branch.Could somebody point me in the right...
Hi, Could you please clarify that Avatar shaders are supported in universal render pipeline? beacuse we have developed the oculus avatar application in universal render pipeline it appears in pink color .Thanks in advance.
Does anyone know if the new avatar system announced at facebook connect with support unity's URP render pipeline? Has facebook said anything specific about this? Thanks.
Good evening all.I just found out that in order to export an app from unity to oculus, you need to enter an oculus ID in the " oculus platform settings ", in order to get a fully functionnal OVRplayer with stick control. I'm new to dev and integratio...
Is there a timeline for the avatar shaders supporting URP in Unity (formerly known as LWRP)?
Quick question. Lets say I make my app allow vive and rift players in the same space. What happens with avatars on the Vive end? Am I allowed to load and show the rift players avatar, to the vive player?
Watch the video of the new avatars and platform sdk from Facebook Connect:https://www.youtube.com/watch?v=q8E9d-SrV8Q
I am using Oculus Integration with Unity but cannot see any custom avatars. In the avatar sample scene provided with the package, all the avatars are showing up as the default grey models. I am a new developer with Oculus Quest and as such am not sur...
Hi All, We are developing quest application with Oculus Avatar in unity editor. We tried with test avatar IDs which we got from oculus avatar manual,But avatar is not loading properly.Its loading as white default avatar. Please let us know about Ocul...
Hi,I’ve received multiple reports from users that cross-platform avatars suddenly stopped working in the Steam version of my application, without me releasing any update. None of the avatars no longer load, and the white placeholder avatar is always ...
I have been fighting with a bug on the Oculus GO where the the body of the avatar was not loading, it threw many errors related to OpenGL and Textures.If anyone has this bug, what i did to fix it was force it to not combine meshes editing the OvrAvat...