Arbor 3.8.1 release


Asset Store

Update contents

Added

Built in scripts

  • Added FixedUnscaledTime to WaypointTimeType used by TransformMoveOnWaypoint.

Scripts

  • Added Timer class to measure elapsed time.
  • Added FixedTime and FixedUnscaledTime to TimeType.

Changed

BehaviourTree

  • Changed to call OnGraphPause / OnGraphResume of the decorator to be re-evaluated.

Scripts

  • Changed to call OnDrawGizmos / OnDrawGizmosSelected of NodeBehaviour.

Improved

Graph

  • Improved graph to disable paused time lapse
    • SpecifySeconds in UpdateSettings.
    • TimeTransition, Tween, Agent, MoveOnWaypoint
    • Wait action, Agent action, TimeLimit decorator, Cooldown decorator

Fixed

Documentation

  • Fixed some properties not being documented.

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