The Explorer's VRM export feature allows users to export their avatars for use in other
platforms. However, this creates potential issues:
Some creators want to restrict their wearables from being exported
Brand assets may only be licensed for use within Decentraland
No mechanism exists to control VRM export permissions per wearable
Proposed Solution
Add a blockVrmExport boolean field to the wearable configuration metadata to
explicitly indicate whether a wearable can be exported as VRM.
The wearable configuration schema will be extended as follows:
typeWearableConfiguration = {
// ... existing fields ...data: {
// ... existing data fields .../** Indicates if VRM export should be blocked for this wearable */blockVrmExport: boolean
}
}
Example wearable configuration with the new field: