Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. NullReferenceException: Object reference not set to an instance of an object
  2. VRC.Udon.Editor.UdonGraph.ReSerializeData () (at Assets/Udon/Editor/ProgramSources/UdonGraph/UdonGraph.cs:503)
  3. VRC.Udon.Editor.UdonGraph.Connect (UnityEditor.Graphs.Slot fromSlot, UnityEditor.Graphs.Slot toSlot) (at Assets/Udon/Editor/ProgramSources/UdonGraph/UdonGraph.cs:275)
  4. VRC.Udon.Editor.UdonEdgeGUI.EndSlotDragging (UnityEditor.Graphs.Slot slot, System.Boolean allowMultiple) (at Assets/Udon/Editor/ProgramSources/UdonGraph/UdonEdgeGUI.cs:407)
  5. UnityEditor.Graphs.GraphGUI.DoSlot (System.Int32 id, UnityEngine.Rect position, System.String title, UnityEditor.Graphs.Slot slot, System.Boolean allowStartDrag, System.Boolean allowEndDrag, System.Boolean allowMultiple, UnityEngine.GUIStyle style) (at C:/buildslave/unity/build/Editor/Graphs/UnityEditor.Graphs/GUI/GraphGUI.cs:837)
  6. UnityEditor.Graphs.GraphGUI.LayoutSlot (UnityEditor.Graphs.Slot s, System.String title, System.Boolean allowStartDrag, System.Boolean allowEndDrag, System.Boolean allowMultiple, UnityEngine.GUIStyle style) (at C:/buildslave/unity/build/Editor/Graphs/UnityEditor.Graphs/GUI/GraphGUI.cs:809)
  7. VRC.Udon.Editor.UdonGraphGUI.NodeGUI (UnityEditor.Graphs.Node node) (at Assets/Udon/Editor/ProgramSources/UdonGraph/UdonGraphGUI.cs:408)
  8. VRC.Udon.Editor.UdonGraphGUI+<>c__DisplayClass9_0.<OnGraphGUI>b__1 (System.Int32 <p0>) (at Assets/Udon/Editor/ProgramSources/UdonGraph/UdonGraphGUI.cs:62)
  9. UnityEngine.GUILayout+LayoutedWindow.DoWindow (System.Int32 windowID) (at C:/buildslave/unity/build/Modules/IMGUI/GUILayout.cs:442)
  10. UnityEngine.GUI.CallWindowDelegate (UnityEngine.GUI+WindowFunction func, System.Int32 id, System.Int32 instanceID, UnityEngine.GUISkin _skin, System.Int32 forceRect, System.Single width, System.Single height, UnityEngine.GUIStyle style) (at C:/buildslave/unity/build/Modules/IMGUI/GUI.cs:1635)
  11. UnityEditor.EditorWindow:BeginWindows()
  12. VRC.Udon.Editor.UdonGraphGUI:OnGraphGUI() (at Assets/Udon/Editor/ProgramSources/UdonGraph/UdonGraphGUI.cs:36)
  13. VRC.Udon.Editor.UdonGraphWindow:DrawGraph() (at Assets/Udon/Editor/ProgramSources/UdonGraph/UdonGraphWindow.cs:169)
  14. VRC.Udon.Editor.UdonGraphWindow:OnGUI() (at Assets/Udon/Editor/ProgramSources/UdonGraph/UdonGraphWindow.cs:139)
  15. UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement