// GameObject.Find("게임오브젝트명").GetComponent<컴포넌트명>().컴포넌트멤버명
GameObject.Find("PauseManager").GetComponent<PauseManager>().isPause
'Unity' 카테고리의 다른 글
[Unity / 3D] Physics.Raycast (1) | 2021.01.11 |
---|---|
[Unity / 3D] 게임 일시 정지 (0) | 2020.11.04 |
[Unity / 3D] 문 열기 (0) | 2020.11.04 |