Known Issues(3.7.0)


An archive of past version defects.

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

Arbor 3.7.0

InvalidCastException occurs when trying to set the value of Enum type parameter with SetParameter

The problem that the type of the value passed from SetParameter and the type handled by Parameter are different and the cast fails.

  • Status: Fixed in 3.7.1

If you copy and paste multiple nodes connecting data slots to another graph, the connection status will be broken.

  • Status: Fixed in 3.7.1

Provisional coping method

  • Open bAssets/Plugins/Arbor/Internal/Scripts/Parameter/Parameter.cs
  • Change around line 466 (where exception occurs) as follows.
    enumIntValue = System.Convert.ToInt32(value);
    

Unity Support

There are no currently confirmed defects.