[유니티]Object reference not set to an instance of an object
프로그래밍/유니티2018. 5. 9. 20:34
안녕하세요. 개발자 드리머즈입니다.
문제 현상
유니티에서 빌드&런을 하니 아래의 에러가 발생했습니다.
실행은 잘 되어서 문제가 없는데 빨간색 에러가 발생하니 뭔가 찝찝하네요.
1 2 3 4 5 6 7 8 | NullReferenceException: Object reference not set to an instance of an object UnityEditor.Graphs.Edge.WakeUp () (at C:/buildslave/unity/build/Editor/Graphs/UnityEditor.Graphs/Edge.cs:114) UnityEditor.Graphs.Graph.DoWakeUpEdges (System.Collections.Generic.List`1 inEdges, System.Collections.Generic.List`1 ok, System.Collections.Generic.List`1 error, Boolean inEdgesUsedToBeValid) (at C:/buildslave/unity/build/Editor/Graphs/UnityEditor.Graphs/Graph.cs:387) UnityEditor.Graphs.Graph.WakeUpEdges (Boolean clearSlotEdges) (at C:/buildslave/unity/build/Editor/Graphs/UnityEditor.Graphs/Graph.cs:286) UnityEditor.Graphs.Graph.WakeUp (Boolean force) (at C:/buildslave/unity/build/Editor/Graphs/UnityEditor.Graphs/Graph.cs:272) UnityEditor.Graphs.Graph.WakeUp () (at C:/buildslave/unity/build/Editor/Graphs/UnityEditor.Graphs/Graph.cs:250) UnityEditor.Graphs.Graph.OnEnable () (at C:/buildslave/unity/build/Editor/Graphs/UnityEditor.Graphs/Graph.cs:245) | cs |
에러가 어디서 발생했는지만 알면 금방 고칠텐데.. 위의 로그를 봐도 딱히 정보가 없는 것 같습니다.
문제 원인
유니티 에디터의 버그로 보입니다.
해결 방법
유니티를 종료 후 재실행하면 됩니다.
참 쉽죠? ㅡ.ㅡ;;
참고
https://forum.unity.com/threads/what-is-this-big-error-im-getting.324597/
댓글 영역