⚒ī¸Artifact Manifest

NB: Artifact Manifest format is introduced in Release 5 and updated in Release 6 in a backward compatible way.. Documentation below is intended for the developers who participate in Early Adopters programme.

This document presents both manifest formats.

Release 5 Format

The Artifact Manifest is embedded in the Module Manifest in the following way:

id: com.morpheusxr.mic.wearable
name: Wearable Microphone
meta: 
  preview: https://....jpg
contents:
- artifact: 
    id: wearable
    prefabId: microphone.wearable
    data: data.uZ_dpln_mTUK3IGmeb46H.JOmjpVD5l-eEYrzAkvAUQ

Supported Manifest Features

Release 6+ Format

address: core.morpheus.place/asset/blank
name: Ford GT 2006
contents:
- artifact: placeable
  meta:
    previewUrl: https://storage.googleapis.com/.../icon.png
  bundle: 
    address: core.morpheus.place/bundle/azNXZVB5l6XtEIUEcDX7p
    version: 6MK18W8_F2eCu5ndVXx9l
  channel: red

Key Differences of the New Format

Last updated