05-24-2022 06:07 PM
We're using Meta Avatars2 (version 13) and they are loading up properly via CDN when the account holder has setup an Avatar2, but when they haven't, it will load a specified one from StreamingAssets/PresetAvatars_Quest/Rift, but these are all premade, and not the generic default blue/gray one. To be fair, I haven't checked them all; is the default in there, and if so what number? If not, how do we get the get it to show till they do set one up?
05-25-2022 06:22 PM
Now I've checked them all and they are, as they say, presets not the default. It looks like a default avatar is loading, but it never renders, nor is it tracking properly when viewed in editor.
06-13-2022 08:23 PM
Okay, so this issue was part user error, but also lack of documentation to explain the options. The issue was that we'd set the skinning options to OVR_UNITY_GPU_FULL and support to OVR_GPU, instead of UNITY and ALL, and apparently the default avatars don't like that (custom avatars worked fine).