인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

ky2000mjny1327's profile image
ky2000mjny1327

asked

[MMORPG Game Development Series with C# and Unity] Part 3: Unity Engine

Stats

오류 관련 질문입니다.

Resolved

Written on

·

773

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)

라는 오류가 뜹니다.

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

C#unity

Answer 2

1

rookiss님의 프로필 이미지
rookiss
Instructor

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

ky2000mjny1327님의 프로필 이미지
ky2000mjny1327
Questioner

감사합니다!

ky2000mjny1327's profile image
ky2000mjny1327

asked

Ask a question