NullReferenceException: Object reference not set to an instance of an object
UnityEditor.Graphs.Edge.WakeUp () (at <169dd8f6910141a7bc9e0de262137f0a>: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 <169dd8f6910141a7bc9e0de262137f0a>:0)
UnityEditor.Graphs.Graph.WakeUpEdges (System.Boolean clearSlotEdges) (at <169dd8f6910141a7bc9e0de262137f0a>:0)
UnityEditor.Graphs.Graph.WakeUp (System.Boolean force) (at <169dd8f6910141a7bc9e0de262137f0a>:0)
UnityEditor.Graphs.Graph.WakeUp () (at <169dd8f6910141a7bc9e0de262137f0a>:0)
UnityEditor.Graphs.Graph.OnEnable () (at <169dd8f6910141a7bc9e0de262137f0a>:0)
유니티가 잘 작동되다가 갑자기 이런 에러가 떴다. 유니티를 재시작하면 사라진다!
'공부 > Unity' 카테고리의 다른 글
[Unity] 캡슐 플레이어가 기울면서 혼자 움직이는 현상 (0) | 2022.05.10 |
---|---|
[Unity] 조준선(Crosshair) 아주 간단하게 만들기 (0) | 2022.05.10 |
[Unity] Apply Root Motion (0) | 2022.05.04 |
[Unity] Animator is not playing an AnimatorController (0) | 2022.05.04 |
[Unity] Player가 가라앉아서 움직이는 에러 해결하기 (0) | 2022.05.04 |