Webaverse

Webaverse

    ›API

    Webaverse

    • Overview
    • SILK
    • NFTs
    • Avatars
    • Parcels
    • Seasons
    • Discord Bot
    • Twitter Bot
    • Guides

      • Getting Started In Webaverse

    Market

    • How To Get SILK
    • How To Buy And Sell NFTs
    • How To Trade

    Create

    • Overview
    • How To Mint NFTs
    • How To Mint NFTs in Discord
    • Season 0: Genesis

      • Submission Guide

      Avatars

      • Import From VRoid Studio

      3D Models

      • Import From Blender
      • Bake Physics For 3D Model
      • Export Multiple Animations

      Voxels

      • Import From MagicaVoxel

      XRPackage

      • What is XRPackage?
      • Create An XRPackage
      • Design Guidelines
      • Add Monetization
      • Examples

      API

      • Runtime API
      • Manifest API
      • Monetization API

    Manifest API

    This page details the API of the manifest, which allows you to provide further details about the XRPackage.

    Example manifest.json:

    {
      "name": "physicscube",
      "description": "Physics Cube XRPackage",
      "start_url": "index.js"
    }
    

    name

    Defines the name of the package.

    Format: a string

    description

    Defines the description for the package.

    Format: a string

    start_url

    Defines the entry point for the package.

    Format: a string, the path to the asset (gltf, glb, vrm, vox) or the website (html, js)

    physics

    Defines if physic meshes should be automatically generated for the package.

    Format: a boolean

    physics_url

    Defines the physics .bin file for the package.

    Format: a string that is the filename of the physics .bin which can be generated for .glb models here.

    Last updated on 12/17/2020
    ← Runtime APIMonetization API →
    • name
    • description
    • start_url
    • physics
    • physics_url
    Docs
    OverviewCreate Overview
    Community
    DiscordTwitter
    More
    WebaverseGitHub
    © 2021 Webaverse