Skip to content

Hubs-Foundation/hubs-template-addon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A template project for creating Hubs add-ons

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published