"Last Imported Items" of "Load Asset" can not be used

Issue #100 resolved
幸道正典 created an issue

"Last Imported Items" of "Load Asset" can not be used. When using it, NullException continues to occur, and the node disappears from GraphEditor. Perhaps there is no data to load from the "Last Imported Items" node. sc20180612164744.jpg

The code below is where NullException occurs. UnityEngine.AssetGraph/Editor/GUI/ConnectionGUI.cs (154) UnityEngine.AssetGraph/Editor/GUI/ConnectionGUIEditor.cs (43) UnityEngine.AssetGraph/Editor/System/Node/Buitin/Filter.cs (268)

Because difference update is effective on this node, please correct it.

ーーー

「Load Asset」 の 「Last Imported Items」 が使用できません。 使用すると NullException が発生し続け、GraphEditorからノードが消えた状態となります。 おそらく、「Last Imported Items」ノードからロードできるデータが無いためです。

下記のコードが NullException の発生箇所です。 UnityEngine.AssetGraph/Editor/GUI/ConnectionGUI.cs (154) UnityEngine.AssetGraph/Editor/GUI/ConnectionGUIEditor.cs (43) UnityEngine.AssetGraph/Editor/System/Node/Buitin/Filter.cs (268)

このノードで差分更新が有効となるため、修正をお願いします。

Comments (5)

  1. Log in to comment