πAvatar Manifest
Avatar Manifest describes custom avatars that can be used in particular Universe or Place.
Simple Example of a Module with custom Avatars
url: core.morpheus.place/module/avatars
name: All available avatars
contents:
- avatar:
  slug: rpm
  platform: 
    SDK: readyPlayerMe
    version: 2
- avatar:
  slug: invisible
  platform: noneThis is the default Module Manifest for Avatars currently supported by Morpheus. Below there are only Avatar Manifests from the module.
- avatar:
  slug: rpm
  platform: 
    SDK: readyPlayerMe
    version: 2Avatar Manifest Properties 
Should be one of the Avatar platforms supported by Morpheus.
Setting this property to none means no avatars will be shown β users will be invisible. 
URL for a forced Avatar model (if supported by the chosen platform).
If set, all users will be given the same model of the avatar.
Bundle Resource (URL+version) which defines a Unity Package bundle. If set, all users will be given this asset instead of avatars.
forcedUserSlug
Slug of a particular Morpheus user. If set, all users use the avatar of that user.
forcedChannel
Behavior Channel, users of which are assigned the forced avatar.
Last updated
