2018년 7월 1일 일요일

Following Unity Tutorials-3&4 / 유니티 튜토리얼 따라하기-3&4

This is the link of Unity Tutorials down below.
아래는 유니티 튜토리얼 링크. (Tutorial 03 & 04)

https://youtu.be/Au8oX5pu5u4
https://youtu.be/HVB6UVcb3f8

1) How to get key "a" & "d" and move left and right.
a와 d 키를 입력받아 좌우로 움직이게 하는 법.


2) Video of number 1)
설명 1번의 영상.


* This is the end of Tutorial 03.
튜토리얼 3 끝.
------------------------------------------------------------------------------------------------

1) How to make the camera follow the player(the Cube).
카메라로 플레이어 따라다니게 하는 법.



2) Video of number 1)
설명 1번의 영상.


* This is the end of Tutorial 04.
튜토리얼 4 끝.

댓글 없음:

댓글 쓰기

[프로그래머스] 프린터 (자바/Java)

문제 설명 일반적인 프린터는 인쇄 요청이 들어온 순서대로 인쇄합니다. 그렇기 때문에 중요한 문서가 나중에 인쇄될 수 있습니다. 이런 문제를 보완하기 위해 중요도가 높은 문서를 먼저 인쇄하는 프린터를 개발했습니다. 이 새롭게 개발한 프린터는 아래와 같은...