Toda vez que executo o jogo recebo o seguinte erro:
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.Graphs.Edge.WakeUp () (at <28b1765a77a443e7bc6ca917f92f7f3f>:0)
UnityEditor.Graphs.Graph.DoWakeUpEdges (System.Collections.Generic.List`1[T] inEdges, System.Collections.Generic.List`1[T] ok, System.Collections.Generic.List`1[T] error, System.Boolean inEdgesUsedToBeValid) (at <28b1765a77a443e7bc6ca917f92f7f3f>:0)
UnityEditor.Graphs.Graph.WakeUpEdges (System.Boolean clearSlotEdges) (at <28b1765a77a443e7bc6ca917f92f7f3f>:0)
UnityEditor.Graphs.Graph.WakeUp (System.Boolean force) (at <28b1765a77a443e7bc6ca917f92f7f3f>:0)
UnityEditor.Graphs.Graph.WakeUp () (at <28b1765a77a443e7bc6ca917f92f7f3f>:0)
UnityEditor.Graphs.Graph.OnEnable () (at <28b1765a77a443e7bc6ca917f92f7f3f>:0)
Apesar do erro o jogo roda normalmente, quando eu fecho o Unity e abro novamente o erro some, mas depois de algum tempo ele volta a aparecer. Alguém sabe do que se trata e de como posso resolver?