Priv's Blog

Junior Programmer: Create with Code 1 전체 바로가기 링크 본문

Unity Learn

Junior Programmer: Create with Code 1 전체 바로가기 링크

Priv 2021. 7. 24. 18:26


 

 

- 개요: Programming Basics

https://arainablog.tistory.com/165

 

개요: Programming Basics

출처 Programming Basics - Unity Learn Welcome to Programming Basics! This first mission in the Junior Programmer pathway will provide you with the core foundation needed to create a wide range of di..

arainablog.tistory.com

 


 

- Programming Basics: Getting Started) Course Introduction

https://arainablog.tistory.com/167

 

Programming Basics: Getting Started) Course Introduction

출처 Course Introduction - Unity Learn In this lesson, you will be introduced to the course, its goals, what it involves, and how you can get the most out of it learn.unity.com 1. 환영합니다! (영상:..

arainablog.tistory.com

 


 

- Programming Basics: Getting Started) Lesson 1 - Install Unity Software

https://arainablog.tistory.com/168

 

Programming Basics: Getting Started) Lesson 1 - Install Unity Software

출처 Lesson 1 - Install Unity Software - Unity Learn Overview: If you do not already have Unity installed on your computer, the first thing you need to do before you get started on the course is ins..

arainablog.tistory.com

 


 

- Programming Basics: Unit 1 - Player Control) Unit 1 - Introduction

https://arainablog.tistory.com/169

 

Programming Basics: Unit 1 - Player Control) Unit 1 - Introduction

출처 Unit 1 - Introduction - Unity Learn An introductory video for Unit 1, where you will learn to implement Player Control. learn.unity.com 1. Unit 1 - 소개 (영상: 링크 참조) Unit 1 - Introduction..

arainablog.tistory.com

 


 

- Programming Basics: Unit 1 - Player Control) Lesson 1.1 - Start your 3D Engines

https://arainablog.tistory.com/170

 

Programming Basics: Unit 1 - Player Control) Lesson 1.1 - Start your 3D Engines

출처 Lesson 1.1 - Start your 3D Engines - Unity Learn Overview: In this lesson, you will create your very first game project in Unity Hub. You will choose and position a vehicle for the player to dr..

arainablog.tistory.com

 


 

- Programming Basics: Unit 1 - Player Control) Lesson 1.2 - Pedal to the Metal

https://arainablog.tistory.com/171

 

Programming Basics: Unit 1 - Player Control) Lesson 1.2 - Pedal to the Metal

출처 Lesson 1.2 - Pedal to the Metal - Unity Learn Overview: In this lesson you will make your driving simulator come alive. First you will write your very first lines of code in C#, changing the ve..

arainablog.tistory.com

 


 

- Programming Basics: Unit 1 - Player Control) Lesson 1.3 - High Speed Chase

https://arainablog.tistory.com/174

 

Programming Basics: Unit 1 - Player Control) Lesson 1.3 - High Speed Chase

출처 Lesson 1.3 - High Speed Chase - Unity Learn Overview: Keep your eyes on the road! In this lesson you will code a new C# script for your camera, which will allow it to follow the vehicle down th..

arainablog.tistory.com

 


 

- Programming Basics: Unit 1 - Player Control) Lesson 1.4 - Step into the Driver's Seat

https://arainablog.tistory.com/175

 

Programming Basics: Unit 1 - Player Control) Lesson 1.4 - Step into the Driver's Seat

출처 Lesson 1.4 - Step into the Driver's Seat - Unity Learn Overview: In this lesson, we need to hit the road and gain control of the vehicle. In order to do so, we need to detect when the player is..

arainablog.tistory.com

 


 

- Programming Basics: Unit 1 - Player Control) Challenge 1 - Plane Programming

https://arainablog.tistory.com/176

 

Programming Basics: Unit 1 - Player Control) Challenge 1 - Plane Programming

출처 Challenge 1 - Plane Programming - Unity Learn Challenge Overview: Use the skills you learned in the driving simulation to fly a plane around obstacles in the sky. You will have to get the user..

arainablog.tistory.com

 


 

- Programming Basics: Unit 1 - Player Control) Lab 1 - Project Design Document

https://arainablog.tistory.com/177

 

Programming Basics: Unit 1 - Player Control) Lab 1 - Project Design Document

출처 Lab 1 - Project Design Document - Unity Learn Overview: In this first ever Lab session, you will begin the preliminary work required to successfully create a personal project in this course. Fi..

arainablog.tistory.com

 


 

- Programming Basics: Unit 1 - Player Control) Quiz 1

https://arainablog.tistory.com/178

 

Programming Basics: Unit 1 - Player Control) Quiz 1

출처 Quiz 1 - Unity Learn This quiz will assess your knowledge of the skills and concepts learned in Unit 1. learn.unity.com 문제 1 여러분의 현재 scene 내에 있는 모든 게임 오브젝트들의 리스트를 보여..

arainablog.tistory.com

 


 

- Programming Basics: Introduction to project management and teamwork

https://arainablog.tistory.com/179

 

Programming Basics: Introduction to project management and teamwork

출처 Introduction to project management and teamwork - Unity Learn Most jobs in the design and development world require teamwork and will use project management and planning tools to ensure success..

arainablog.tistory.com

 


 

- Programming Basics: Unit 2 - Basic Gameplay) Unit 2 - Introduction

https://arainablog.tistory.com/180

 

Programming Basics: Unit 2 - Basic Gameplay) Unit 2 - Introduction

출처 Unit 2 - Introduction - Unity Learn An introductory video for Unit 2, where you will learn to implement Basic Gameplay. learn.unity.com 1. Unit 2 - 소개 (영상: 링크 참조) Unit 2 - Introduction..

arainablog.tistory.com

 


 

- Programming Basics: Unit 2 - Basic Gameplay) Lesson 2.1 - Player Positioning

https://arainablog.tistory.com/181

 

Programming Basics: Unit 2 - Basic Gameplay) Lesson 2.1 - Player Positioning

출처 Lesson 2.1 - Player Positioning - Unity Learn Overview: You will begin this unit by creating a new project for your second Prototype and getting basic player movement working. You will first ch..

arainablog.tistory.com

 


 

- Programming Basics: Unit 2 - Basic Gameplay) Lesson 2.2 - Food Flight

https://arainablog.tistory.com/183

 

Programming Basics: Unit 2 - Basic Gameplay) Lesson 2.2 - Food Flight

출처 Lesson 2.2 - Food Flight - Unity Learn Overview: In this lesson, you will allow the player to launch the projectile through the scene. First you will write a new script to send the projectile f..

arainablog.tistory.com

 


 

- Programming Basics: Unit 2 - Basic Gameplay) Lesson 2.3 - Random Animal Stampede

https://arainablog.tistory.com/184

 

Programming Basics: Unit 2 - Basic Gameplay) Lesson 2.3 - Random Animal Stampede

출처 Lesson 2.3 - Random Animal Stampede - Unity Learn Overview: Our animal prefabs walk across the screen and get destroyed out of bounds, but they don’t actually appear in the game unless we drag..

arainablog.tistory.com

 


 

- Programming Basics: Unit 2 - Basic Gameplay) Lesson 2.4 - Collision Decisions

https://arainablog.tistory.com/185

 

Programming Basics: Unit 2 - Basic Gameplay) Lesson 2.4 - Collision Decisions

출처 Lesson 2.4 - Collision Decisions - Unity Learn Overview: Our game is coming along nicely, but there are are some critical things we must add before it’s finished. First off, instead of pressin..

arainablog.tistory.com

 


 

- Programming Basics: Unit 2 - Basic Gameplay) Challenge 2 - Play Fetch

https://arainablog.tistory.com/187

 

Programming Basics: Unit 2 - Basic Gameplay) Challenge 2 - Play Fetch

출처 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 hav..

arainablog.tistory.com

 


 

- Programming Basics: Unit 2 - Basic Gameplay) Lab 2 - New Project with Primitives

https://arainablog.tistory.com/188

 

Programming Basics: Unit 2 - Basic Gameplay) Lab 2 - New Project with Primitives

출처 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 “primitiv..

arainablog.tistory.com

 


 

- Programming Basics: Unit 2 - Basic Gameplay) Quiz 2

https://arainablog.tistory.com/190

 

Programming Basics: Unit 2 - Basic Gameplay) Quiz 2

출처 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!"이라고 출력된다면, 해당 메시지를 출력하는..

arainablog.tistory.com

 


 

- Programming Basics: Quiz) Create with Code 1

https://arainablog.tistory.com/245

 

Programming Basics: Quiz) Create with Code 1

출처 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 아래 코드의 결과를 올바르게 설..

arainablog.tistory.com

 


 

- Programming Basics: Mod the Cube

https://arainablog.tistory.com/246

 

Programming Basics: Mod the Cube

출처 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. 제공된 에셋을 다운로드하고,..

arainablog.tistory.com


Comments