답장이 늦어서 죄송합니다. 휴가 중이었습니다.
내가 의미 한 것은
skeletonAnimation.Initialize (false);
를 호출해야한다는 것입니다.
OnAwake ()
에서skeleton.AnimationState
가 null임을 알 수 있습니다. 이 호출에 의해 설정되므로 더 이상 null이 아닙니다.
내가 귀하의 질문을 오해하고 다른 문제가 있으면 알려주십시오.
Sorry for the very late reply, I have been on vacation.
What I meant is that you should call
skeletonAnimation.Initialize(false);
in OnAwake()
, where you notice that the skeleton.AnimationState
is null. It will be setup by this call and thus no longer be null.
Please let me know if I misunderstood your question and you have a different problem.