
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
질문 3.6 game manager 실행 중 중단됩니다. (UnityEngine.Animator.SetBool)

내용
UnassignedReferenceException: The variable animator of Zombie has not been assigned.
You probably need to assign the animator variable of the Zombie script in the inspector.
UnityEngine.Animator.SetBool (System.String name, System.Boolean value) (at <a269079ccdc14d98902cc431fc414674>:0)
Zombie.Update () (at Assets/Scripts/Zombie.cs:31)
