Skip to content

Hubs-Foundation/hubs-behavior-graphs-addon

Repository files navigation

Disclaimer

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.

Hubs Behavior Graphs Add-On

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

  1. Install this add-on:
> npm i https://github.com/Hubs-Foundation/hubs-behavior-graphs-addon.git
  1. Add the add-on to your Hubs client add-ons configuration file.

addons.json

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

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

About

A behavior graphs addon for Hbs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published