Hello!
In the “legacy avatar creator” we can choose the body type, but the “half body” avatar I make become “full body” when I try to load them.
https://models.readyplayer.me/65cbe8c4bf29062d67e0fd7f.glb
On my https://studio.readyplayer.me/ dashboard “Full Body” setting is set, but also says: Passing the bodyType query parameter on the URL will ignore this setting.
How do I do this ? I tried adding ?bodyTpe=halfbody
or just ?halfbody
but it always return a fullbody.
Avatar creation loads a halfbody as expected, player can customize it, but once player click “save” :
- avatarManager.Save() executes,
And after that, if I do avatarAPIRequests.GetAvatarMetadata(id)
it says my HalfBody is now a FullBody.