[ Score(UI) 처리 ]
GameController 만들기(Empty Object로 만듬)
Unity에서 제공하는 UI 시스템 만들기
Component >> UI >> Text
UI들(Button, Text 등) 중에 하나만 선택해도 "Hierarchy View"에 Canvas와 EventSystem이 만들어짐
Text의 하위 Component
RectTransform :
Text
Text : Score: 0
Character
Font : BradBunR
Sample Project : Assets/Fonts/BradBunR 복사
<Source> GameSceneController.cs 생성 => [프로그램] Part03 Source
GameSceneController01_01.cs 참고