Arbor 3.10.0 Release Note


Asset Store

Update contents

Added

Built in CompositeBehaviour

Scripts

  • Added BehaviorTreeExecutor class to execute BehaviorTree.
  • Added ParallelBase class to run CompositeNode child nodes in parallel.

Changed

Scripts

  • Changed to execute child nodes of CompositeNode on CompositeBehaviour side.
  • Separate the function to execute one child node from CompositeBehaviour into SequencerBase.

Fixed

Arbor Editor

  • Fixed an issue where the connection position of the connection line between nodes would not connect to the slot when copying and pasting BehaviorTree nodes.

Update Guide

Update procedure

Please follow the procedure below when updating Arbor.

  1. Please be sure to make a backup of the project before the update.
  2. If you are opening an existing scene, create a new scene from “File / New Scene” in the menu.
  3. If you are opening the Arbor Editor window, close it once.
  4. Already Removed Arbor folder that have been imported.
  5. Import a new version of Arbor.

Version update guide

Please refer to the following page for the update guide for each version of Arbor.

Manual : Update Guide