Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 667 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 667 Bytes

Hubs Add-On Template

This is a template to help when developing add-ons for Hubs.

As of now add-ons are not yet part of the main Hubs branch, so you'll need to use the Hubs client add-ons branch and install this add-on on it.

Install

  1. Install the node-module:

npm i https://github.com/MozillaReality/hubs-template-addon.git

  1. Add the add-on to your Hubs client add-ons configuration file.

addons.json

{
  "addons": [
    ...
    "hubs-template-addon", 
    ...
  ]
}

  1. Create room in your Hubs instance.
  2. Enable the add-on in the room configuration.