목록Unity Learn/Pathway: Junior Programmer (73)
Priv's Blog
출처 Lesson 3.2 - Make the World Whiz By - Unity Learn Overview: We’ve got the core mechanics of this game figured out: The player can tap the spacebar to jump over incoming obstacles. However, the player appears to be running for the first few seconds, but then the background just disappears! In order to fi learn.unity.com 1. 서언 (영상: 링크 참조) Lesson 3.2 - Make the World Whiz By - Unity Learn Overvi..
출처 Lesson 3.1 - Jump Force - Unity Learn Overview: The goal of this lesson is to set up the basic gameplay for this prototype. We will start by creating a new project and importing the starter files. Next we will choose a beautiful background and a character for the player to control, and allow t learn.unity.com 1. 서언 (영상: 링크 참조) Lesson 3.1 - Jump Force - Unity Learn Overview: The goal of this l..
출처 Unit 3 - Introduction - Unity Learn An introductory video for Unit 3, where you will learn to implement Animation, Sound, and Particle Effects. learn.unity.com 1. Unit 3 - 소개 (영상: 링크 참조) Unit 3 - Introduction - Unity Learn An introductory video for Unit 3, where you will learn to implement Animation, Sound, and Particle Effects. learn.unity.com 수고하셨습니다!
출처 Mod the Cube - Unity Learn In this exercise, you'll be challenged to modify a provided script to change the behavior of an object it's applied to. learn.unity.com 1. 제공된 에셋을 다운로드하고, 새로운 유니티 프로젝트 안에 추가하기 ● 페이지 상단의 튜토리얼 자료 탭으로 가셔서 ModTheCubeChallengeAssets.zip 파일을 다운로드해주세요. ● 폴더를 압축 해제해주세요! 압축된 파일에는 .Unitypackage 파일이 들어있습니다. 압축 해제를 하지 않으시면, 유니티 프로젝트에 추가가 불가능합니다! ● 최신 LTS 버전의 에디터로 새로운 유니티 프로젝트를 ..
출처 Quiz: Create with Code 1 - Unity Learn This quiz will assess your understanding of the concepts covered in the Create with Code 1 Mission. learn.unity.com 문제 1 아래 코드의 결과를 올바르게 설명한 것은 무엇인가요? public class Enemy : MonoBehaviour { public Transform ground; void Update() { if (transform.position.y < ground.position.y) { Destroy(gameObject); } } } 적(enemy)이 땅(ground) 위로 올라가면, 적(enemy)을 파괴합니다. 적(enem..
출처 Quiz 2 - Unity Learn This quiz will assess your knowledge of the skills and concepts learned in Unit 2. learn.unity.com 문제 1 콘솔 창에 "Hello there!"이라고 출력된다면, 해당 메시지를 출력하는 데 사용된 코드는 어떤 것인가요? Debug("Hello there!"); Debug.Log("Hello there!"); Debug.Comsole("Hello there!"); Debug.Log(Hello there!); - 정답 더보기 답: 2 Debug.Log()는 콘솔에 메시지를 출력하며, "Hello there!"처럼 따옴표 안에 문자열 매개변수를 기입할 수 있습니다. 문제 2 체력이 0이 되..
출처 Lab 2 - New Project with Primitives - Unity Learn Overview: You will create and set up the project that will soon transform into your very own Personal Project. For now, you will use “primitive” shapes (such as spheres, cubes, and planes) as placeholders for your objects so that you can add functional learn.unity.com 1. 서언 (영상: 링크 참조) Lab 2 - New Project with Primitives - Unity Learn Overview..
출처 Challenge 2 - Play Fetch - Unity Learn Challenge Overview: Use your array and random number generation skills to program this challenge where balls are randomly falling from the sky and you have to send your dog out to catch them before they hit the ground. To complete this challenge, you will learn.unity.com 1. 서언 (영상: 링크 참조) Challenge 2 - Play Fetch - Unity Learn Challenge Overview: Use you..