Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1000 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 1000 Bytes

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.