Learn Unity in 17 MINUTES! [2024 UPDATED PINNED COMMENT]

preview_player
Показать описание
Let's Learn How to Make a Game Unity Basics for Beginners in under 20 Minutes! [2024 UPDATED PINNED COMMENT]
Game Objects, Components, Scenes, Physics and more!
👍 Learn to make awesome games step-by-step from start to finish.
👇
-- 2024 UPDATES AND CHANGES -- CHECK PINNED COMMENT --
99% of the video is still up to date, just some visual/interface changes but nothing serious, I made an updated download/install video here:
The current LTS version is 2021.3, Unity automatically downloads that one when you download Unity Hub.

How to make a Game in Unity - BASICS

🌍 Get Code Monkey on Steam!
👍 Interactive Tutorials, Complete Games and More!

Learn C# BASICS in 10 MINUTES!

Unity Tips in 10 MINUTES!

Unity Basics for Beginners

0:00 Intro
0:13 Unity Versions
0:36 Unity Hub
2:00 Unity Layout
3:07 Scene, Game View
3:50 Hierarchy
4:05 Inspector
4:23 Project Files
4:50 Controls
5:50 Toolbar
7:00 Game Objects
8:00 Components
9:40 Materials
11:10 Physics
13:20 Custom Components MonoBehaviour
15:05 Unity 2D 3D
16:00 Scenes
16:50 Conclusion

Unity Basics for Beginners Playlist

If you have any questions post them in the comments and I'll do my best to answer them.

See you next time!

#unitytutorial #unity3d #unity2d

--------------------------------------------------------------------

Hello and welcome, I am your Code Monkey and here you will learn everything about Game Development in Unity 2D using C#.

I've been developing games for several years with 7 published games on Steam and now I'm sharing my knowledge to help you on your own game development journey.

--------------------------------------------------------------------

Рекомендации по теме
Комментарии
Автор

🔴 2023 UPDATES AND CHANGES 🔴
The current LTS version is 2021.3, Unity automatically downloads that one when you download Unity Hub.

The New Project window in Unity Hub looks a bit different but works the same, you have all kinds of Templates.
Nowadays you should be making games using URP, so you should start from the URP template. The only reason why I didn't choose that one was to keep the video as simple as possible so I didn't want to bother people by talking about Render Pipelines. If you choose the URP template it will come with everything correctly setup.

The Camera component will look slightly different depending on the Render Pipeline that you're using, that's normal.

🔴 Frequently Asked Questions:
- My material is pink!

- Do I need to learn Programming to make games?

- Where do I write the code?
You can use any IDE you want, by default Unity should install Visual Studio Community which is free

- My visual studio didn't install!

- My ball falls through the floor!

- I cannot add my custom component to a game object!
- Or "Can't add script component"
Make sure the class name matches the file name exactly. And make sure the class extends MonoBehaviour.

- My code isn't running!
Make sure you attach the script to the game object, make sure the game object is enabled (tick the box next to the name)
Also check that your functions are called exactly Start() and Update(), if you type start() it won't work.
And also make sure you Save the changes, the code only compiles after you save the text file.

- The code in the video isn't working!
Make sure you copy it exactly, remember that code is case sensitive. So for example it's Debug.Log(); not debug.Log(); or Debug.log();

- How do I use Java/C++ in Unity?
You can't, Unity only supports C# (although technically you can build a DLL in any language and use it from Unity)

- I'm seeing an error!

- When I double click a script it doesn't open!
Go into Edit > Preferences > External Tools and in the drop down menu select your IDE, like for example Visual Studio Community


🔴 More Basics:


💬Are you looking for a more guided step-by-step path?
✅Learn exactly how I make my Steam games, or how to make games entirely with Visual Scripting, or learn about every Unity Tool and Feature!

CodeMonkeyUnity
Автор

Watched in 2x speed, learned unity in less than 10 minutes.

bingbongbangbingboom
Автор

Programming is half remembering something, half googling it, and half watching code monkey because he's examples are the most practical and I really appreciate his content :)

tostpl
Автор

I finished watching this video while Unity was loading

joshf
Автор

Me: works in unity for over 2 years, knows advanced stuff, uses it every day
Also me: watch tutorials on unity 101

Pedro_Marangon
Автор

**Learn Unity In 20 Minutes**
My Brain After 20 Minutes:
*Confused Unga Bunga*

CUBES__
Автор

This is the "introductory" video I had been looking for. Quick and filled with useful information.

MarkerInTheSand
Автор

This is a really, really good introduction. Thank you.
Much better than all the previous tutorials I watched.

sebastianjost
Автор

Been using it for a year, and this is probably the easiest, and most useful tutorial for beginners I've seen! Even I learnt something! :o)

philharland
Автор

💬Are you looking for a more guided step-by-step path?
✅Learn exactly how I make my Steam games, or how to make games entirely with Visual Scripting, or learn about every Unity Tool and Feature!

CodeMonkeyUnity
Автор

Here's a Beginner guide to Unity, after this video you should have a base understanding of how the engine works and how you can expand upon it!
🌐 Have you found the videos Helpful and Valuable?

CodeMonkeyUnity
Автор

I’ve been watching so many unity tutorials and this is by far the most helpful yet for an absolute beginner like myself

katzap
Автор

What a fantastic tutorial! I'm an Unreal boy for the last 7 years and this helped me pick up Unity basics soooo quickly.

TheActualJack
Автор

🌍 Get Code Monkey on Steam!
👍 Interactive Tutorials, Complete Games and More!

CodeMonkeyUnity
Автор

this was much better than other tutorials i watched, not feeling overloaded and actually took it in

marcushartley
Автор

Finally a tutorial I can understand, and the video you made about clearing up the controversy made me feel more confident, not to mention I havent seen any other newer videos on those controversial subjects, so I think you've done a great job at cooling people off

RedlineTougeJapan
Автор

Excellent video as basic introduction to "how to work with" Unity.

cpu_UP
Автор

Finally. A tutorial that isn’t 2 hours and only contains 1 minute of useful info

yuehaowu
Автор

idk any thing about unity your not too slow not too fast just perfect👌 thank you so much for this it will help me for my start i saw an ad of your channel in the right time im hoping your channel will be from the biggest as fast as possible and thank you

xxnourxx
Автор

This was awesome, I just watched it prior to an intro webinar! Can't wait!

tinycabincreative