Known Issues(3.5.3)


An archive of past version defects.

It has been fixed in the latest version.

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

Arbor 3.5.3

AgentController’s animator setter does not work properly

Workaround

  • Open Assets/Plugins/Arbor/BuiltInBehaviours/Scripts/Components/AgentController.cs in the code editor.
  • Changed line 387 as follows.
    _Animator = value;