
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
게임 끝네기 점수 감소 진행이 되지 않습니다. 사실 빗방울이 폭발적으로 떨어지는 에러 해결이 안된 상태에서 빗방울 만드는 과정을 주석처리하고 진행 중 입니다. Hierarchy 내용이 모두 날아가서 두번이나 다시 만들었고요. 발이 묶여 진도가 늦어져 안타깝습니다,

끝 다시 부분은 active 상태를 온 해 놓아서 나오고 있는 상태.
작성한 코드 및 에러 메세지
UnassignedReferenceException: The variable rain of GameManager has not been assigned.
You probably need to assign the rain variable of the GameManager script in the inspector.
UnityEngine.Object.Instantiate[T] (T original) (at <f712b1dc50b4468388b9c5f95d0d0eaf>:0)
GameManager.makeRain () (at Assets/Script/GameManager.cs:35)
NullReferenceException: Object reference not set to an instance of an object
GameManager.Update () (at Assets/Script/GameManager.cs:30)
발생 시, 작성한 코드 전체와 에러 메시지를 첨부해 주세요.
Tip 1) </> 아이콘을 눌러 코드박스를 만들어 보세요.
Tip 2) Ctrl+A(맥의 경우 Command+A) 단축키로 코드를 한 번에 선택할 수 있어요!
