Skip to content

sarurururu/polyuworld-addon-template

Repository files navigation

Hubs Duck Add-On

A Mozilla Hubs add-on that adds support for spawning a duck in a Hubs room.

Screen.Recording.2024-02-12.at.16.12.43.mov

Install

  1. Install the node module
> npm i https://github.com/MozillaReality/hubs-duck-addon.git
  1. Add the add-on to your Hubs client add-ons configuration file.

addons.json

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

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

Usage

  • To spawn a duck use the duck chat command.
  • Click on the duck to make it quack.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published