점프게임1 [unity] class4_physics와 애니메이션 오늘의 결과물 추가로 실행해본 것들 1. 움직이는 구름 추가 2. super 구름 추가 & super_jump 애니메이션 추가 3. 구름 자동 생성 & 소멸 4. 목숨 & Game out씬 추가 [전체 코드] 1. Game Scene [main camera] : 오브젝트를 따라 main camera가 이동한다. using System.Collections; using System.Collections.Generic; using UnityEngine; public class CameraController2 : MonoBehaviour { GameObject player; // Start is called before the first frame update void Start() { this.player .. 2021. 7. 24. 이전 1 다음