Hello Developers,
We have previously released the avatar editing functionality of AvatarEditorService
and many developers have been wondering when the catalog-related functionality would be released.
Good news! We are excited to announce that the catalog functionality of AvatarEditorService
has exited beta and is now available to all developers! These methods allow you to search the catalog in your experience, along with getting recommendations or getting the details of items.
Here are the methods that are being released:
AvatarEditorService:SearchCatalog()
AvatarEditorService:GetBatchItemDetails()
AvatarEditorService:GetRecommendedAssets()
AvatarEditorService:GetRecommenedBundles()
AvatarEditorService:GetItemDetails()
AvatarEditorService:PromptSetFavorite()
AvatarEditorService:GetFavorite()
Now all the methods of AvatarEditorService
have been released! For a full list of methods and further documentation, see the documentation here.
For some information on using these methods, please check out the Avatar Editor Service Tutorial.
Samples
We have produced some samples to show how these AvatarEditorService
APIs can be used.
Here is a simple AvatarEditor that demonstrates how these APIs are used:
We also have an older version of the app avatar editor adapted to work in experience using these APIs. This might also be a useful reference to see how these APIs can be used.
Implementing an Avatar Editor in your experience can allow you to benefit from the 40% affiliate fee when users purchase catalog items.
In the near future, we will be adding properties to CatalogSearchParams
that will allow searching by a given creator so you can use this to display only your items if desired.
Please let us know if you have any questions, concerns, or any other feature requests down below!
Thank you.