Exception when selecting more than 1 node in the graph editor

Issue #72 resolved
Lior Tal created an issue

This happens every time i select (by creating a rectangle) around 2 nodes in the graph

NullReferenceException: Object reference not set to an instance of an object
UnityEngine.AssetBundles.GraphTool.GroupViewController..ctor (UnityEngine.AssetBundles.GraphTool.GroupViewContext ctx) (at Assets/UnityEngine.AssetBundleGraph/Editor/GUI/GroupView/GroupViewController.cs:114)
UnityEngine.AssetBundles.GraphTool.ConnectionGUIEditor.OnInspectorGUI () (at Assets/UnityEngine.AssetBundleGraph/Editor/GUI/ConnectionGUIEditor.cs:29)
UnityEditor.InspectorWindow.DrawEditor (UnityEditor.Editor[] editors, Int32 editorIndex, Boolean rebuildOptimizedGUIBlock, System.Boolean& showImportedObjectBarNext, UnityEngine.Rect& importedObjectBarRect) (at /Users/builduser/buildslave/unity/build/Editor/Mono/Inspector/InspectorWindow.cs:1243)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)

Comments (6)

  1. Hiroki Omae
    • assigned issue to
    • changed version to 1.3
    • changed milestone to 1.3

    Thank you for reporting this bug. I have reproduced the issue.

  2. Log in to comment