Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add-ons support #6468

Draft
wants to merge 29 commits into
base: master
Choose a base branch
from
Draft

Add-ons support #6468

wants to merge 29 commits into from

Conversation

keianhzo
Copy link
Contributor

@keianhzo keianhzo commented Feb 12, 2024

This PR adds support for Add-ons in Hubs. For some background, see here: #6099

There are also a couple demo add-on:

To add add-ons to a client:

  • Install the add-on node module.
  • Add your add-on module to the addons.json file.
{
  "addons": [
    "hubs-duck-addon", 
    "hubs-portals-addon"
  ]
}
  • Create a hubs room
  • Enable the add-on in the room settings

Screenshot 2024-02-12 at 17 22 03

  • The add-on would run in the Hubs client after the client reloads.

@keianhzo keianhzo marked this pull request as draft February 12, 2024 15:37
@keianhzo keianhzo changed the title Initial add-ons API commit Add-ons support Feb 12, 2024
@keianhzo keianhzo force-pushed the addons branch 2 times, most recently from b2d9ae7 to 5ee0ba8 Compare February 15, 2024 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants