This add-on is in early Alpha state and continuously evolving so backwards compatibility won't be always a priority. Don't use this in production.
This add-on adds support for Behavior Graphs to 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.
You will likely want to use the Behavior Graphs Blender add-on to create scenes in Blender with Behavior Graphs support.
- Install this add-on:
> npm i https://github.com/Hubs-Foundation/hubs-behavior-graphs-addon.git
- Add the add-on to your Hubs client add-ons configuration file.
addons.json
{
"addons": [
...
"hubs-behavior-graphs-addon",
...
]
}
- Create room in your Hubs instance.
- Enable the add-on in the room configuration.