Priv's Blog

Junior Programmer: Manage scene flow and data 전체 바로가기 링크 본문

Unity Learn

Junior Programmer: Manage scene flow and data 전체 바로가기 링크

Priv 2022. 1. 19. 17:29


 

 

- Introduction to real-time 3D experience design

https://arainablog.tistory.com/254

 

Manage scene flow and data: Introduction to real-time 3D experience design

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

arainablog.tistory.com

 


 

- Set up version control

https://arainablog.tistory.com/255

 

Manage scene flow and data: Set up version control

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

arainablog.tistory.com

 


 

- Explore the sample project

https://arainablog.tistory.com/257

 

Manage scene flow and data: Explore the sample project

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

arainablog.tistory.com

 


 

- Principles of object-oriented programming

https://arainablog.tistory.com/332

 

Manage scene flow and data:Principles of object-oriented programming

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

arainablog.tistory.com

 


 

- Create a scene flow

https://arainablog.tistory.com/333

 

Manage scene flow and data: Create a scene flow

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

arainablog.tistory.com

 


 

- Implement data presistence between scenes

https://arainablog.tistory.com/338

 

Manage scene flow and data: Implement data persistence between scenes

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

arainablog.tistory.com

 


 

- Implement data presistence between sessions

https://arainablog.tistory.com/341

 

Manage scene flow and data: Implement data persistence between sessions

출처 Implement data persistence between sessions - Unity Learn In this tutorial, you’ll write code to save and load the color that the user selects so that it persists between sessions of the appli..

arainablog.tistory.com

 


 

- Quiz: Manage scene flow and data

https://arainablog.tistory.com/342

 

Manage scene flow and data: Quiz) Manage scene flow and data

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

arainablog.tistory.com

 


 

- Submission: Data persistence in a new repo

https://arainablog.tistory.com/343

 

Manage scene flow and data: Submission) Data persistence in a new repo

출처 Submission: Data persistence in a new repo - Unity Learn Now that you know how to save data between scenes and between sessions in an application, you’re ready to put those skills to use in a..

arainablog.tistory.com

 


Comments