Unity Beginner Tutorial - Part 1: 3D Objects

Опубликовано: 20 Февраль 2025
на канале: tutmo
1,394
48

#unity #unityTutorial #learnUnity #UnityCompleteGame

Download Unity: https://unity.com/download

If you want to make a video game in Unity, this tutorial should help you learn how to work with 3D objects. In the last video, we covered how to install Unity and set up a new project. In this video, we’ll create all the 3D models needed for our game, from scratch.

📺 All Tutorial Parts
Part 0 | Unity Setup:    • Unity Beginner Tutorial - Part 0: Ins...  
Part 1 | 3D Objects: Current Video!
Part 2 | Coding in C#:    • Unity Beginner Tutorial - Part 2: Cod...  
Part 2.5 | Movement:    • Unity Beginner Tutorial - Part 2.5: M...  
Part 3 | Spawning:    • Unity Beginner Tutorial - Part 3: Spa...  
Part 4 | Collisions:    • Unity Beginner Tutorial - Part 4: Col...  
Part 5 | Scoring:    • Unity Beginner Tutorial - Part 5: UI ...  
Part 6 | Game Over:    • Unity Beginner Tutorial - Part 6: Gam...  

📁 Project Files: https://bit.ly/3pav2bL

🎮 Games We Made: https://tutmo.itch.io/

❤️ Subscribe: https://bit.ly/2XOcUXm

😎 Join the Discussion!
● Discord:   / discord  
● Twitter:   / tutmoyt  
● Instagram:   / tutmobuffet  

Video Content
0:00​ - Intro
0:13​ - Add a 3D Cube
0:40​ - Transform Component
0:48​ - Mesh Filter Component
1:00​ - Mesh Renderer Component
1:09​ - Materials
3:09​ - Box Collider
3:19​ - Navigating the Scene
4:15​ - Using Transforms
5:51​ - Add a 3D Sphere
5:58​ - Resetting a Transform
6:08​ - Add Child Objects
7:21​ - Duplicating Materials
9:42​ - Duplicating GameObjects
10:04​ - Test the Game (Play Mode)
10:15​ - Adding Physics (Rigidbody)
11:15​ - Empty GameObjects
13:46​ - Changing Skybox to Solid Color
14:33​ - Summary of Next Video