Known Issues(3.8.5)


An archive of past version defects.

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

Arbor 3.8.5

[Unity 2021.1 or later] Scrolling ParameterContainer no longer displays parameters

Status: Fixed in Arbor 3.8.6

Temporary remedy:

  • Open Assets/Plugins/Arbor/Internal/Editor/LayoutArea.cs
  • Change from around line 325 to the end of the method as follows (forced return true;).
    return true;
    

[Unity 2021.1 or later] Exception occurs when changing the parameter referenced in ParameterTransition

Status: Fixed in Arbor 3.8.6

Temporary remedy:

  • Open Assets/Plugins/Arbor/BuiltInBehaviours/Editor/Common/ParameterConditionListPropertyDrawer.cs
  • Changed line 150 as follows
    
    elementProperty.serializedObject.ApplyModifiedProperties();
    
    return;
    
  • Changed line 1720 as follows
    
    elementProperty.serializedObject.ApplyModifiedProperties();
    
    return;