🌎World Manifest

Avatar Manifest describes custom avatars that can be used in particular Universe or Place.

NB: World Manifests are available starting from Release 6. Documentation below is intended for the developers who participate in Early Adopters programme.

New Manifest format is used, no backward compatibility with the format of R5.

An Example of World Manifests

A simple World Manifest (embedded in Module Manifest)

address: core.morpheus.place/module/sauna
name: Sauna
contents:

- world: sauna
  bundle: 
    address: core.morpheus.place/bundle/<id>
    version: 28

A very complex World Manifest:

address: core.morpheus.place/module/sauna
name: Sauna
contents:

- world: sauna
  bundle:
    address: core.morpheus.place/bundle/829729749374
    version: 289273
  connectors:
  - connector: main # main destination
    connectorName: spawnAreaConnector
    previewUrl: https://..360.png
  - connector: balcony # destination area on the balcony
    connectorName: balconyAreaConnector
    rotation: 120 # arrival rotation
    previewUrl: https://..360.png
    previewRotation: 76 # ΠΈ preview rotation
  - connector: pool # (e.g. can have waves)
    connectorName: poolFxBox
  - connector: door # (e.g. can be opened)
    connectorName: doorAnimatedObject

- behavior: water-fx 
  scriptName: areaEffectScript
  connector: pool # connected to the "pool", operates interactively

- behavior: count-entrance
  scriptUrl: https://...script.php # :)
  connector: door # executed when something happens with the "door"

The Behavior Manifests are covered in the Behavior Framework.

World Manifest Properties

NB: the Behavior Manifests are covered in the Behavior Framework.

Last updated