既知の問題(3.8.2)


過去バージョンの不具合についてのアーカイブです。

もし、再発していましたら不具合フォーラムにご報告お願いいたします。

Arbor3.8.2

ノードコメントを表示しようとすると例外が発生する

ノードコメントの表示用メソッド内でNullReferenceExceptionが発生する。

ステータス: Arbor 3.8.3で修正済み

暫定対処方法:

  • Assets/Plugins/Arbor/Internal/Editor/EditorGUITools.csを開く
  • 252行目を以下のように変更。
    _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));