목록Unity Learn/Pathway: Junior Programmer (73)
Priv's Blog
출처 Quiz: Manage scene flow and data - Unity Learn This quiz will assess your understanding of the concepts covered in the Junior Programmer: Manage scene flow and data mission. learn.unity.com 문제 1 다음 중, 버전 관리 솔루션으로 분류되는 것은 무엇인가요? 패키지 매니저(Package Manager) 비주얼 스튜디오(Visual Studio) 유니티 애널리틱스(Unity Analytics) 깃허브(Github) - 정답 더보기 답: 4 문제 2 다음 중, 일반적으로 버전 컨트롤 솔루션에 의해 수행되지 않는 것은 무엇인가요? 스크립트 상의 간단한 구문 ..
출처<figure id="og_1641368351975" contenteditable="false" data-ke-type="opengraph" data-ke-align="alignCenter" data-og-type="website" data-og-title="Implement data persistence between sessions - Unity Learn" data-og-description="In this tutor..
출처 Implement data persistence between scenes - Unity Learn In this tutorial, you’ll learn how to use data persistence to preserve information across different scenes by taking a color that the user selects in the Menu scene and applying it to the transporter units in the Main scene. By the end of this tutorial, learn.unity.com 1. 서언 이제 앱에 몇 가지 버튼들을 설정해주어 사용자들이 다음과 같은 행동을 수행할 수 있도록 만들어주겠습니다: ● Me..
출처 Create a scene flow - Unity Learn In this tutorial, you’ll set up the scene flow between the Menu and Main scenes, and the exit flow for the application in the application. By the end of this tutorial, you will be able to: Call the appropriate start-up methods in the initialization seque learn.unity.com 1. 서언 이전 튜토리얼에서 살펴보셨던 것처럼, 이번 장에서 여러분이 작업하실 애플리케이션에는 사용자가 탐색해야 하는 여러 씬들(Scenes)이 있습니다. 여기서..
출처 Principles of object-oriented programming - Unity Learn In this tutorial you’ll learn about the basics of object-oriented programming paradigm and its four associated principles. By the end of this tutorial, you will be able to: Define encapsulation Define inheritance Define polymorphism Define abstraction Ex learn.unity.com 1. 서언 프로그래밍을 더 많이 연습해보시면, 코드를 좀 더 효율적으로 작성할 수 있겠다는 의심이 드는 상황을 식별해낼 수..
출처 Explore the sample project - Unity Learn In this tutorial, you’ll take some time to review the project brief and explore the Unity project for the application you’re going to work on. You’ll also consider all the resources that are available to support before you begin. learn.unity.com 1. 서언 이제 버전 관리 도구가 준비되었으므로, 객체 지향 프로그래밍(OOP) 원리를 여러분의 코드에 연결하고 프로그래밍을 연습하는 데 사용할 메인 프로젝트를 살펴볼 준비가 되었습니다. 그럼 ..
출처 Set up version control - Unity Learn In this tutorial, you’ll learn about the basics of Version Control, and the reasons to implement it in your own projects, even if you’re developing applications by yourself. You’ll also learn about the different Version Control options available to u learn.unity.com 1. 서언 여러분이 혼자서 작업을 하든, 팀으로 작업을 하든, 프로젝트 개발의 중요한 측면은 어떻게 여러분의 프로젝트 파일을 관리할 것인지를 결정하는 것입니다. 만..
출처 Introduction to real-time 3D experience design - Unity Learn In this tutorial, you’ll explore the basics of real-time 3D experience design. You’ll: Recap the different phases of production Review the core design process for creating a digital experience Consider common approaches to real-time 3D experience creat learn.unity.com 1. 서언 유니티 같은 실시간 3D 엔진들은 1인칭 슈터 게임부터 최첨단 증강현실 XR 경험에 이르기까지 다양한 디지..