Page 1 of 1

コメントのコピー・カット

Posted: 2018/08/07 07:33
by kudou
Arbor3.2.2
Unity2018 1.0 f2

ステートでコメント表示をONして表示されるふきだし内でコピーもしくはカットを行うとエラーが発生します。

NullReferenceException: Object reference not set to an instance of an object
ArborEditor.Clipboard.CopyNodesInternal (Arbor.Node[] nodes) (at Assets/Plugins/Arbor/Internal/Editor/Clipboard.cs:1059)
ArborEditor.Clipboard.CopyNodes (Arbor.Node[] nodes) (at Assets/Plugins/Arbor/Internal/Editor/Clipboard.cs:91)
ArborEditor.NodeGraphEditor.CopyNodes () (at Assets/Plugins/Arbor/Internal/Editor/GraphEditors/NodeGraphEditor.cs:2134)
ArborEditor.NodeGraphEditor.HandleCommand () (at Assets/Plugins/Arbor/Internal/Editor/GraphEditors/NodeGraphEditor.cs:2415)
ArborEditor.NodeGraphEditor.EndGraphGUI (Boolean useOverlayLayer) (at Assets/Plugins/Arbor/Internal/Editor/GraphEditors/NodeGraphEditor.cs:517)
ArborEditor.ArborEditorWindow.GraphGUI () (at Assets/Plugins/Arbor/Internal/Editor/Windows/ArborEditorWindow.cs:2054)
ArborEditor.ArborEditorWindow.GraphViewGUI () (at Assets/Plugins/Arbor/Internal/Editor/Windows/ArborEditorWindow.cs:1979)
ArborEditor.ArborEditorWindow.<SetupGUI>m__C () (at Assets/Plugins/Arbor/Internal/Editor/Windows/ArborEditorWindow.cs:2420)
UnityEngine.Experimental.UIElements.IMGUIContainer.DoOnGUI (UnityEngine.Event evt) (at C:/buildslave/unity/build/Modules/UIElements/IMGUIContainer.cs:206)

Re: コメントのコピー・カット

Posted: 2018/08/07 09:32
by caitsithware
ご報告ありがとうございます。

ノードのコピー扱いになっているようですね。
確認して修正いたします。