Known Issues(3.6.13)


An archive of past version defects.

If there is a recurrence, please report it to the Bug Report Forum.

Arbor 3.6.13

There are no currently confirmed defects.

Unity Support

[Unity2018.1]ArborFSM or BehaviorTree cannot be applied properly via preset

A bug that ArborFSM, BehaviorTree, and ParameterContainer are registered in each preset and do not work properly even if they are applied to other components.
Strictly according to Unity specifications, presets store only the data of one component, so if multiple components are linked internally, some references will be cut off.

  • Status: Fixed in 3.7.0.

[Unity2019.3]Connection slot is not displayed when StateLink or DataSlot is in the type referenced by SerializeReference

When the type referenced by using SerializeReference added in Unity 2019.3 has a special slot field for Arbor, it is not enumerated correctly and the connection slot is not displayed.
Not implemented as of 3.6.8, and SerializeReference cannot be used for Arbor-specific system-related fields.

  • Status: Fixed in 3.7.0.