A Hubs add-on that adds support for spawning a duck in a Hubs room.
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.
Screen.Recording.2024-02-12.at.16.12.43.mov
- Install the node module
> npm i https://github.com/Hubs-Foundation/hubs-duck-addon.git
- Add the add-on to your Hubs client add-ons configuration file.
addons.json
{
"addons": [
...
"hubs-duck-addon",
...
]
}
- Create room in your Hubs instance.
- Enable the add-on in the room configuration.
- To spawn a duck use the
duck
chat command. - Click on the duck to make it quack.