Known Issues(3.8.2)


An archive of past version defects.

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

Arbor 3.8.2

Displaying node comments raises an exception.

NullReferenceException occurs in the method for displaying node comments.

Status: Fixed in Arbor 3.8.3

Temporary remedy

  • Open “Assets/Plugins/Arbor/Internal/Editor/EditorGUITools.cs”
  • Changed line 252 as follows.
    _DoTextFieldMethod = DynamicMethod.GetMethod(editorGUIType.GetMethod("DoTextField", BindingFlags.Static | BindingFlags.NonPublic | BindingFlags.Public, null, new System.Type[] { recycledTextEdtiorType, typeof(int), typeof(Rect), typeof(string), typeof(GUIStyle), typeof(string), typeof(bool).MakeByRefType(), typeof(bool), typeof(bool), typeof(bool) }, null));