• 카테고리

    질문 & 답변
  • 세부 분야

    게임 프로그래밍

  • 해결 여부

    해결됨

오류 관련 질문입니다.

20.07.29 11:43 작성 조회수 658

0

Stat, PlayerStat, PlayerController 세 개의 스크립트를 강의대로 수정했는데

NullReferenceException: Object reference not set to an instance of an object

UnityEditor.Graphs.Edge.WakeUp () (at <a1ba6e352ff94393b921ff1ab74c7761>: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 <a1ba6e352ff94393b921ff1ab74c7761>:0)

UnityEditor.Graphs.Graph.WakeUpEdges (System.Boolean clearSlotEdges) (at <a1ba6e352ff94393b921ff1ab74c7761>:0)

UnityEditor.Graphs.Graph.WakeUp (System.Boolean force) (at <a1ba6e352ff94393b921ff1ab74c7761>:0)

UnityEditor.Graphs.Graph.WakeUp () (at <a1ba6e352ff94393b921ff1ab74c7761>:0)

UnityEditor.Graphs.Graph.OnEnable () (at <a1ba6e352ff94393b921ff1ab74c7761>:0)

라는 오류가 뜹니다.

오류가 뜨지만 실행은 제대로 되는데, 별로 중요하지 않은 오류인가요?

답변 2

·

답변을 작성해보세요.

1

https://forum.unity.com/threads/what-is-this-big-error-im-getting.324597/
udging from older forum posts and unityAnswers,
it seems to occur most frequently when deleting and recreating animator controllers that don't have any transitions.

저도 처음 보는데 검색해보니 유니티 자체 버그인 것 같고,
AnimationController를 만들고 삭제할 때 종종 발생한다 합니다.
유니티를 끄고 재시작하면 대부분 해결된다고 하니 신경쓰시지 않으셔도 될 것 같네요.

0

김나영님의 프로필

김나영

질문자

2020.07.29

감사합니다!

채널톡 아이콘