Meta Avatars for PlayCanvas

Hi team,

I am currently working on avatar implementation project . I am using readyplayerme avatar. Does WebGL support Meta 3D Avatars . similarly unity uses Oculus Meta Avatars SDK For Unity . is their any option to import those package in playcanvas and make use them.

thanks well in advance .

Hi @surya and welcome,

Yes, you can load remote GLB models which is the most common format used by those avatars (e.g. readyplayerme).

Here is an example on how that works in code:

https://developer.playcanvas.com/en/tutorials/loading-gltf-glbs/

1 Like

there’s this as well

3 Likes