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

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!
🌍 Get my Complete Courses! ✅ unitycodemonkey.com/courses
👍 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!
✅ store.steampowered.com/app/12...
Learn C# BASICS in 10 MINUTES!
• Learn C# BASICS in 10 ...
• C# Basics to Advanced
Unity Tips in 10 MINUTES!
• 12 MORE Unity Tips in ...
Unity Basics for Beginners
• Learn Unity in 17 MINU...
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
• Unity Basics for Begin...
If you have any questions post them in the comments and I'll do my best to answer them.
🔔 Subscribe for more Unity Tutorials / @codemonkeyunity
See you next time!
📍 Support on Patreon / unitycodemonkey
🤖 Join the Community Discord / discord
📦 Grab the Game Bundle at unitycodemonkey.com/gameBundl...
📝 Get the Code Monkey Utilities at unitycodemonkey.com/utils.php
#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.
You can see my games at www.endlessloopstudios.com
--------------------------------------------------------------------
- Website: unitycodemonkey.com/
- Twitter: / unitycodemonkey
- Facebook: / unitycodemonkey

Пікірлер: 1 200

  • @CodeMonkeyUnity
    @CodeMonkeyUnity Жыл бұрын

    🔴 Watch my Complete FREE Course! 🌍 kzread.info/dash/bejne/c6F7taeBZ7TJdMo.html 🔴 2023 UPDATES AND CHANGES 🔴 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: unitycodemonkey.com/video.php?v=hKXsL7XNa9M 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. Also nowadays you shold probably be using Cinemachine unitycodemonkey.com/video.php?v=Ml8ptNeezsU 🔴 Frequently Asked Questions: - My material is pink! That means either no material has been assigned or an invalid shader. This happens often if you use Materials that are made for the Built-in Render Pipeline but you're using the Universal Render Pipeline. There is a converter tool to automatically convert from BRP to URP docs.unity3d.com/Packages/com.unity.render-pipelines.universal@12.0/manual/features/rp-converter.html - Do I need to learn Programming to make games? No, Unity has a very robust Visual Scripting tool which you can use to build games unitycodemonkey.com/video.php?v=8y6akNTUt2Y I also have a really in-depth course on making games entirely with Visual Scripting, there isn't a single line of code in these games unitycodemonkey.com/courses.php?c=visualscripting - 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! If you accidentally untick the Visual Studio checkbox it won't install automatically, you can just install it manually straight from Microsoft, the Community version is free visualstudio.microsoft.com/vs/community/ - My ball falls through the floor! Make sure both objects have colliders. Also make sure you don't mix 2D and 3D colliders. unitycodemonkey.com/video.php?v=Bc9lmHjqLZc - 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! In order for anyone to help you, you need to be more specific than that, what exactly is the error? Maybe it's a syntax problem, maybe it's a shader issue, maybe it's a package problem. If you need help make sure you post specifics on exactly what the problem is, otherwise no one will be able to help you unitycodemonkey.com/video.php?v=KtY_5pDhqYY - 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: C# Basics unitycodemonkey.com/video.php?v=IFayQioG71A Learn more C# unitycodemonkey.com/search.php?q=c%23 Game Object Vs Transform unitycodemonkey.com/video.php?v=B-dVf9wUEbg Character Controller 2D unitycodemonkey.com/video.php?v=Bf_5qIt9Gr8 Character Controller 3D unitycodemonkey.com/video.php?v=jXz5b_9z0Bc Beginner Advanced Concepts unitycodemonkey.com/video.php?v=0_UiF-4-7xM Animations unitycodemonkey.com/video.php?v=c4jtyDA7vcs Third Person Shooter unitycodemonkey.com/video.php?v=FbM4CkqtOuA How to Learn Unity unitycodemonkey.com/question.php?q=how-to-learn-unity 💬Are you looking for a more guided step-by-step path? 🌍Check out my complete courses! unitycodemonkey.com/courses ✅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!

  • @microwave911

    @microwave911

    Жыл бұрын

    Kinda feels bad for the guy that got his balls fell to the ground

  • @maostudio9256

    @maostudio9256

    Жыл бұрын

    ty

  • @pperimeri9575

    @pperimeri9575

    Жыл бұрын

    Subtítulos nativos en Español, ¡bravo!

  • @pmoodie

    @pmoodie

    Жыл бұрын

    P

  • @microwave911

    @microwave911

    Жыл бұрын

    E

  • @bingbongbangbingboom
    @bingbongbangbingboom3 жыл бұрын

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

  • @katieplayz6079

    @katieplayz6079

    3 жыл бұрын

    Why are there so many people names as bread and toasters there are about three to four in the comment section

  • @bingbongbangbingboom

    @bingbongbangbingboom

    3 жыл бұрын

    @@katieplayz6079 really? I never noticed.

  • @sujyotsharma4335

    @sujyotsharma4335

    3 жыл бұрын

    Big brain *[on]*

  • @MEGA_TREE

    @MEGA_TREE

    3 жыл бұрын

    Now repeat at 10 hours yourself ha ha ha

  • @jarlebeest8941

    @jarlebeest8941

    3 жыл бұрын

    mad lad

  • @Pedro_Marangon
    @Pedro_Marangon3 жыл бұрын

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

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    3 жыл бұрын

    It's always great to review the basics! You might even come across a tip or shortcut you didn't know about!

  • @RabidKanid

    @RabidKanid

    3 жыл бұрын

    Hank Hill: “The true masters practice the basics.”

  • @hoo1320

    @hoo1320

    3 жыл бұрын

    You are not the only one 😂💔

  • @Eric-pg4ej

    @Eric-pg4ej

    3 жыл бұрын

    @@CodeMonkeyUnity 👌🏼👍🏼

  • @technicaleinstein3372

    @technicaleinstein3372

    3 жыл бұрын

    Can i make unity game with c# basics and how many time it took to learn c# for unity please reply

  • @tostpl8258
    @tostpl82583 жыл бұрын

    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 :)

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    3 жыл бұрын

    The most important thing is experience, the more experience you have the less you'll need to google. Keep at it!

  • @hummusgamedev9621

    @hummusgamedev9621

    3 жыл бұрын

    And half learning from your mistakes.

  • @tostpl8258

    @tostpl8258

    3 жыл бұрын

    @@hummusgamedev9621 and half debugging

  • @emanuelmalm9076

    @emanuelmalm9076

    3 жыл бұрын

    How is there three halfs

  • @danielniels22

    @danielniels22

    3 жыл бұрын

    @@emanuelmalm9076 i know right, he probably speaks the language of outer universe , or probably 100% = 1,5

  • @joshf7321
    @joshf73213 жыл бұрын

    I finished watching this video while Unity was loading

  • @alimardan2665

    @alimardan2665

    3 жыл бұрын

    Ikr i need a beeter pc too

  • @Hello-qg4yk

    @Hello-qg4yk

    3 жыл бұрын

    Ali Mardan It is that slow? For me it only takes 30 seconds ?!

  • @alimardan2665

    @alimardan2665

    3 жыл бұрын

    @@Hello-qg4yk it takes 3-5 mins to load its my processor's fault its an i5 670 when i bought this computer i knew nothing about computers but now i think i can make a gaming rig

  • @genesessilva3429

    @genesessilva3429

    3 жыл бұрын

    @@alimardan2665 My pc is a celeron j1800 with a shitty igpu and it doesn't takes tree minutes to fully create a new project. I think you need to clean your pc.

  • @alimardan2665

    @alimardan2665

    3 жыл бұрын

    @@genesessilva3429 I litterly had to search that cpu and i think its even worse then my i5 670 but its not entirely cpu's fault lately im having that 100% disk usage and i have searched the web for a fix and sometimes it works too but its basically windows 10's fault

  • @CUBES__
    @CUBES__3 жыл бұрын

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

  • @warreniscoll8669

    @warreniscoll8669

    3 жыл бұрын

    No worries you just gotta read the text

  • @JustthesameJn

    @JustthesameJn

    3 жыл бұрын

    Me with some experience: *more confused unga bunga*

  • @justamanofculture12

    @justamanofculture12

    2 жыл бұрын

    *Noises**

  • @JustthesameJn

    @JustthesameJn

    2 жыл бұрын

    @@justamanofculture12 :/

  • @CodeMonkeyUnity
    @CodeMonkeyUnity2 жыл бұрын

    💬Are you looking for a more guided step-by-step path? 🌍Check out my complete courses! unitycodemonkey.com/courses ✅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!

  • @Captainpricegoingdark

    @Captainpricegoingdark

    2 жыл бұрын

    Bro honestly, your voice is very cute🥰😘

  • @Brennthepsyco

    @Brennthepsyco

    Жыл бұрын

    @@Captainpricegoingdark uhh i guess your right?🤔

  • @MarkerInTheSand
    @MarkerInTheSand2 жыл бұрын

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

  • @yuehaowu
    @yuehaowu3 жыл бұрын

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

  • @Ozzah

    @Ozzah

    3 жыл бұрын

    20 minutes and zero minutes of useful info?

  • @MegaPurpleMonster000

    @MegaPurpleMonster000

    3 жыл бұрын

    I know right? Love how he doesn't respond to this

  • @ButterNugget.

    @ButterNugget.

    2 жыл бұрын

    @@Ozzah I think he means the 2 hour videos have 1 minute of useful info

  • @mattwayne9128

    @mattwayne9128

    2 жыл бұрын

    @@MegaPurpleMonster000 You're not particularly intelligent, are you?

  • @creeperizak8971

    @creeperizak8971

    2 жыл бұрын

    I watched that one

  • @CodeMonkeyUnity
    @CodeMonkeyUnity3 жыл бұрын

    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? ❤️ Support on Patreon www.patreon.com/unitycodemonkey or get the Game Bundle unitycodemonkey.com/gamebundle.php

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    3 жыл бұрын

    ​@Maxwell Harris Its all about training your brain to learn to break up concepts into its individual parts. What is jumping? It's moving a transform upwards. What is crouching? A different state for the player to be in that possible alters the players hitbox. In the end its all about experience, the more you do the more you learn. Best of luck!

  • @arcday4281

    @arcday4281

    3 жыл бұрын

    @Maxwell Harris This channel is super !!! But what you're looking for is "brackeys ". But I repeat in my opinion here you will find a better quality and universal video. "Code Monkey" is very cool !!!

  • @CarlosMartinez-du1cu

    @CarlosMartinez-du1cu

    3 жыл бұрын

    Thanks for the tutorial. I just started with unity and it is hands down the most complete and useful tutorial I've seen by far. Again thank you very much and congratulations on an awesome video.

  • @ghadaghadoosh6496

    @ghadaghadoosh6496

    3 жыл бұрын

    Can you help me in a dragon project which is a game

  • @Kiwi_the_killer

    @Kiwi_the_killer

    3 жыл бұрын

    yo dude, it would be nice if you could make another tutorial on the newer version 2020 version, so it would help cover the newer aspects in it

  • @sebastianjost
    @sebastianjost3 жыл бұрын

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

  • @philharland9591
    @philharland95913 жыл бұрын

    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)

  • @CodeMonkeyUnity
    @CodeMonkeyUnity3 жыл бұрын

    🌍 Get Code Monkey on Steam! 👍 Interactive Tutorials, Complete Games and More! ✅ store.steampowered.com/app/1294220/

  • @cpu_UP
    @cpu_UP3 жыл бұрын

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

  • @Light-hc5ll

    @Light-hc5ll

    3 жыл бұрын

    Only legends know how useful is this man. Hats off to u for ur support on discord

  • @adam120yep5

    @adam120yep5

    3 жыл бұрын

    @@Light-hc5ll Indeed yeah

  • @cornmoss638

    @cornmoss638

    2 жыл бұрын

    This is by far the best, all the others do not teach any of how it actually fucking works

  • @cornmoss638

    @cornmoss638

    2 жыл бұрын

    @Samuelvine I swore because it provides emphasis onto my statement of how most people that try to do a tutorial video on Unity do a really bad job on how the engine works. After searching for a long time to find a decent video it gets really frustrating when you do not get the answers I am seeking so I then proceed to swear. Now I ask you, why are you asking this question? It is really not a big deal unless you are apart of a religion such as Christianity.

  • @katzap4494
    @katzap44942 жыл бұрын

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

  • @marcushartley3650
    @marcushartley36502 жыл бұрын

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

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    2 жыл бұрын

    I'm glad you liked it! Thanks!

  • @TheActualJack
    @TheActualJack2 жыл бұрын

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

  • @BlazertronGames
    @BlazertronGames2 жыл бұрын

    Unity was my first introduction to programming, over 5 years ago, but it's honestly one of the areas I have the least experience in. I have the skills to write a simple voxel game from scratch with opengl, but unity is still intimidating to me. I think I'll finally tackle it properly after all this time!

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    2 жыл бұрын

    Go for it! Best of luck in your learning journey!

  • @rayvven6646

    @rayvven6646

    2 жыл бұрын

    did you start yet?

  • @RedlineTougeJapan
    @RedlineTougeJapan Жыл бұрын

    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

  • @comicguy4624
    @comicguy46243 жыл бұрын

    Just got Unity. This helped TONS! Thank you!

  • @zebfazel83
    @zebfazel833 жыл бұрын

    Great job, awesome video. I'm going to start getting into unity and this was super helpful.

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    3 жыл бұрын

    I'm glad you found it helpful!

  • @jbblenderbreakdown4668
    @jbblenderbreakdown46683 жыл бұрын

    This was extremely helpful, thank you! I liked and subbed! 👍

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    3 жыл бұрын

    Glad it helped!

  • @tinycabincreative
    @tinycabincreative2 жыл бұрын

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

  • @matthewmathis62
    @matthewmathis623 жыл бұрын

    That was very well done. Thank you!

  • @sparshsingh7543
    @sparshsingh75433 жыл бұрын

    hello sir, just getting started with unity. very exited :)and it seems even easier due to ur tutorials

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    3 жыл бұрын

    Go for it! Best of luck in your journey!

  • @MEGA_TREE

    @MEGA_TREE

    3 жыл бұрын

    Unity is the best from tutorial side

  • @phinousthesheep1847
    @phinousthesheep18473 жыл бұрын

    Thanks for the awesome tutorial. I've been wanting to switch to unity for a while so this really helps.

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    3 жыл бұрын

    Thanks! Best of luck in your journey!

  • @ultimatebluegrassplaylistc3087
    @ultimatebluegrassplaylistc30872 жыл бұрын

    Mega Epic! Most valuable starter tutorial for Unity. Much appreciated!!!

  • @xxnourxx3496
    @xxnourxx34963 жыл бұрын

    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

  • @sneakycheeky531

    @sneakycheeky531

    3 жыл бұрын

    im recruiting beginners so they can work together and grow if u want

  • @Sillyelh
    @Sillyelh3 жыл бұрын

    1:40 Are we just going to ignore how fast this man types

  • @dennisdoodlepants9614

    @dennisdoodlepants9614

    3 жыл бұрын

    It was sped up, you can tell by the change of volume and the sudden speed

  • @gamersden5010

    @gamersden5010

    3 жыл бұрын

    yeah

  • @infinitelol2119

    @infinitelol2119

    2 жыл бұрын

    it was sped up plus it wasn't even that fast

  • @silvadonix3322
    @silvadonix33223 жыл бұрын

    I learned more from this than the basic official tutorial unity gives you...

  • @sagarty8301
    @sagarty83013 жыл бұрын

    Thank you so much for great introduction about unity, it really helps beginners. I feel that you missed the prefabs and Project settings part.

  • @OnionYeeter
    @OnionYeeter3 жыл бұрын

    Thanks for making this video, very helpful!

  • @coutnico-f9265
    @coutnico-f92653 жыл бұрын

    Amazing: a really good start to everyone

  • @derf67
    @derf672 жыл бұрын

    Its been years since i last used unity, this video was the PREFECT video to get back into unity and a prefect reminder of how it all works

  • @nathaniel8838

    @nathaniel8838

    2 жыл бұрын

    SAME but the last time I used unity was 2 years ago lol

  • @anthonydecapite959
    @anthonydecapite959 Жыл бұрын

    This was very helpful, thank you!

  • @beyond4047
    @beyond40477 ай бұрын

    Thank you!!!!! This is exactly what a beginner needs!!!

  • @ishiihub8845
    @ishiihub88453 жыл бұрын

    I've learned from this video tutorial so much in less time then I'd have learned it from a book. That's why I love courses and tutorial more than books regarding computer field only.

  • @MegaPurpleMonster000

    @MegaPurpleMonster000

    3 жыл бұрын

    Yeah you are shooting yourself in the foot. This guy just spoon feeds you.

  • @tomatosteve3444

    @tomatosteve3444

    2 жыл бұрын

    @@MegaPurpleMonster000 G I F

  • @StarMikez
    @StarMikez3 жыл бұрын

    This is a very helpful video ive always wanted to get into game making but ive never had time for it but now i can finally start doing something that I've been wanting to do since i was 10, right after my unity gets off 99%

  • @digitaljeepney4440
    @digitaljeepney4440 Жыл бұрын

    absolutely excellent condensed tutorial that makes sense of the whole unity system in the shortest amount of time.

  • @RandomShowerThoughts
    @RandomShowerThoughts Жыл бұрын

    honestly speaking, this might seriously be the best introduction to unity and components I've ever seen. The way you methodically go through all the various components and explain them is insane

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    Жыл бұрын

    Thanks! I'm glad you liked it!

  • @thejuice027
    @thejuice0273 жыл бұрын

    Let's be real here, You're not going to 'learn' Unity in 17 minutes. You're just getting an overview here. If you really want to learn it, you have to spend time using it and familiarizing yourself with all its components. Myself, I've been studying Unity on my own for the past 2 months (about 6 hours a week) and I am STILL learning a ton everyday.

  • @thejuice027

    @thejuice027

    3 жыл бұрын

    New things I did learn from watching this video: Changing the zoom speed (I discovered how to do this before, but I did not know what it did).

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    3 жыл бұрын

    Yup absolutely, this is just a quick getting started guide. My goal with this video is to give a quick overview to someone who never touched Unity at all and after watching this they will know enough to go watch more advanced tutorials. I've been using Unity for 8 years and I'm always learning!

  • @thejuice027

    @thejuice027

    3 жыл бұрын

    @@Someone-ig7we I'd start by going to learn.unity.com

  • @thejuice027

    @thejuice027

    3 жыл бұрын

    @@Someone-ig7we Here's a great one for beginners: learn.unity.com/project/creator-kit-fps

  • @bargainbin6162

    @bargainbin6162

    3 жыл бұрын

    @@thejuice027 Have you started any projects btw?

  • @DemonRings
    @DemonRings3 жыл бұрын

    than you sir. I have been using unity for years and I never learned the basics

  • @bobb6133
    @bobb61333 жыл бұрын

    THANK YOU SOOOO MUCH! THIS IS WHAT I NEEDED!

  • @debrako1960
    @debrako19603 жыл бұрын

    Very helpful! Thank you Code Monkey!

  • @SABaruj
    @SABaruj2 жыл бұрын

    Well, everything worked Perfectly, its a way to start and for my memory i would need to refresh this tutorial many times in the course of maybe the next years

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    2 жыл бұрын

    I'm glad the video helped you! Thanks!

  • @rosieone4533
    @rosieone45332 жыл бұрын

    Thank you! This is far more helpful than the official Unity tutorial.

  • @yazhuen
    @yazhuen Жыл бұрын

    THANK YOU! I usually learn a lot by deconstruction but thats not applicable for learning new UI! (I can use it to understand scripts, though. I did it for CSS and HTML. also works for when i learn new languages and syntax) so thaNK YOU for taking away the biggest block in my way of learning unity.

  • @Frindow
    @Frindow3 жыл бұрын

    Thank you so much! This will help a lot!

  • @techdave99
    @techdave993 жыл бұрын

    Hi. Great summary of using Unity. Any word from Steam about your Learn Game Development program? Will it be listed as a game or will it be in the software section?

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    3 жыл бұрын

    Still waiting on the review so not sure when it will be out. It took me a while to decide which category would be best and in the end I decided to categorize it as a game.

  • @killereks
    @killereks3 жыл бұрын

    when is the unity game coming out on steam?

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    3 жыл бұрын

    I'm still waiting on the review so not sure, hopefully soon

  • @magnusm4

    @magnusm4

    3 жыл бұрын

    I've actually wanted to see someone make a complete full game on nothing but stock default Unity assets.

  • @jweebs1986
    @jweebs19863 жыл бұрын

    Very helpful! Thank you!

  • @GameCornerZ
    @GameCornerZ3 жыл бұрын

    This was extremely helpful. Thanks

  • @justletmecollectmusic1380
    @justletmecollectmusic13803 жыл бұрын

    Dude. FINALLY someone who teaches at a reasonable speed. All the other tutorials were so slow I lost my attention a few minutes in. Thanks a lot!

  • @normankiefer6033
    @normankiefer60333 жыл бұрын

    I finally understand the basics thanks! My problem tho is for some reason I can't figure out c# on unity feels really complicated for my brain lol any advice to where to learn or where to start? Thanks!

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    3 жыл бұрын

    Programming is all about experience so the best advice is simply to keep at it. The more you write the better you will become. I covered various C# topics here kzread.info/head/PLzDRvYVwl53t2GGC4rV_AmH7vSvSqjVmz If you're a complete beginner start with something really small like this kzread.info/dash/bejne/lGmL0tCiaa62mc4.html Then as your skills improve go look for more advanced tutorials like this kzread.info/dash/bejne/qZV51amuXZCfgJs.html Best of luck!

  • @abigailturner3108
    @abigailturner31088 ай бұрын

    As someone who's probably going to be using Unity for my A-Level Computer Science coursework, this video was very helpful thanks

  • @kp_kovilakam
    @kp_kovilakam Жыл бұрын

    Thank you so much brother ❤. This tutorial indeed boosted my curiosity to learn Unity!

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    Жыл бұрын

    I'm glad you found the video helpful! Thanks!

  • @maxdrvn
    @maxdrvn3 жыл бұрын

    This content is the reason I'm subscribed

  • @MrIndigold
    @MrIndigold3 жыл бұрын

    Thx so much my guy . I had a dream to make a game and now that i have a pc you thought me how to use unity cuz without this i woukd of juat been crying in the corner regretting downloading unity and scraping my dream game Edit: so its Been 10 months and i ended up learning roblox and lua instead lol

  • @kubkanalen170

    @kubkanalen170

    3 жыл бұрын

    same for me!!!!

  • @jm7990
    @jm7990 Жыл бұрын

    Great refresher!

  • @BenRush
    @BenRush2 жыл бұрын

    Damn. Finally a good video that doesn't ramble on about the interface. I swear most treat it like we have never seen a computer before. Well done.

  • @madhusudantripathy
    @madhusudantripathy3 жыл бұрын

    I pray to God that one Day You Will achieve every thing you dream of.. God Bless You Man We Are Always with you

  • @jgestiot

    @jgestiot

    3 жыл бұрын

    There is no need to insert your god. It is possible to do Unity learning without a god

  • @madhusudantripathy

    @madhusudantripathy

    3 жыл бұрын

    @@jgestiot 😂😂 May God Heal You

  • @ChiroTheSkunk

    @ChiroTheSkunk

    2 жыл бұрын

    @@jgestiot It's easier with god!

  • @jgestiot

    @jgestiot

    2 жыл бұрын

    @@ChiroTheSkunk Everything is easier with God. It is called delusion

  • @Lucky-ez5gg

    @Lucky-ez5gg

    2 жыл бұрын

    @@ChiroTheSkunk It's easier with family ;)

  • @coolguys4139
    @coolguys41393 жыл бұрын

    Nice video, I would ask how can I design a simple model and export it to use it in unity (for example design a yellow and black cube or a football (black and white ball) ) another question : should I attend courses to be good in unity or the tutorials on you are adequate?? thanks for the tutorial ❤️

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    3 жыл бұрын

    Unity can import 3D Models on just about any format. So just build them in your 3D program of choice and export as something like .fbx

  • @AstroBoykunal

    @AstroBoykunal

    3 жыл бұрын

    You can.make your 3D models in any program such as blender or Maya and then export from them and import in Unity

  • @angry_moose94
    @angry_moose942 жыл бұрын

    Nice, watched this video and I just finished my MMORPG thank you for teaching me unity!!!!

  • @JustStudioSix
    @JustStudioSix8 күн бұрын

    Thank you so much man!

  • @skgbop
    @skgbop3 жыл бұрын

    better title: Learn Unity in 17 MINUTES AND 27 SECONDS

  • @SARTHAKTHEMAN
    @SARTHAKTHEMAN2 жыл бұрын

    Your tutorials are very helpful god bless you🙏🙏

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    2 жыл бұрын

    Thank you!

  • @MonsterBatinator
    @MonsterBatinator3 жыл бұрын

    Wow! Extremely helpful!

  • @1playfair
    @1playfair Жыл бұрын

    Thanks bro. Good work

  • @FM_GOBi
    @FM_GOBi3 жыл бұрын

    And yep, it's a good video!

  • @flood4573
    @flood45733 жыл бұрын

    I open the video. I check recommended videos on the side. One of the videos was a tutorial for unity. *It was over two hours long*

  • @pizzachild6587

    @pizzachild6587

    2 жыл бұрын

    2 hours? Baby numbers

  • @sadmansami2052
    @sadmansami20523 жыл бұрын

    It is a great video. Thanks for making this wonderful video. It is very helpful for beginners

  • @elliotingberg3848
    @elliotingberg38482 жыл бұрын

    OMFG! You're the best! I just learned the basics btw. I'm not a noob anymore. I'm cool. : )

  • @what7017
    @what70173 жыл бұрын

    Just saying, if anyone here makes a program with a grey interface, I'll freak out, think it's too complex and I'll never use it again. I'm not sure why, but that's the way the cookie crumbles.

  • @gregsun7677
    @gregsun76773 жыл бұрын

    I love your tutorials man, this is like the 3rd one I watch, what I love the most is how u got kermit the frog to voice the videos

  • @ReanuKeeves7716

    @ReanuKeeves7716

    3 жыл бұрын

    i can't unhear that

  • @ethanhunt6731
    @ethanhunt67312 жыл бұрын

    I really liked the tutorial it was basic enough that I learned alot of fundmentals other tutorials are heavy in coding that I just forget by the sheer overwhelming of it all

  • @theodorezanello
    @theodorezanello2 жыл бұрын

    Made my life easier! Thanks a lot!

  • @hairo4242
    @hairo42423 жыл бұрын

    Thank you it was a great starter :)

  • @elnillu9056
    @elnillu90563 жыл бұрын

    I needed a refresher thx

  • @ghofranedarragi5601
    @ghofranedarragi5601 Жыл бұрын

    thanks a lot forthis tutorial

  • @spicemasterii6775
    @spicemasterii67753 жыл бұрын

    Very good video! Thanks.

  • @onstartofficial
    @onstartofficial2 ай бұрын

    Thank you for SAVING my life I'm learning Unity for a VR game development project and after learning through the basic downloading and UI, it was extremely daunting and then I found this video. [Even though I really don't all that much] I now feel like I know I'm doing more and feel more aquanted with the software. TL;DR: This video was extremely helpful.

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    2 ай бұрын

    I'm glad the video helped! Best of luck in your learning journey!

  • @ioanemil2666
    @ioanemil26663 жыл бұрын

    Awesome. Thanks!

  • @user-rz4jh2sn2w
    @user-rz4jh2sn2w3 ай бұрын

    Thx for helping our Agent team

  • @sonytantoni2372
    @sonytantoni23722 жыл бұрын

    Thanks for having a short video I’d like to get into using unity firstly for making a map in skater xl, I will obviously move on to bigger things from there. Would you suggest starting to learn C for this type of stuff also. Cause I have very little coding knowledge so far and am still looking into where I wanna start learning like with Java or c or what is the best option especially when dealing with this and making 3d

  • @jakouillelafripouille2065

    @jakouillelafripouille2065

    2 жыл бұрын

    C#

  • @Ryan-xq3kl
    @Ryan-xq3kl3 жыл бұрын

    These videos are so important for the future of games

  • @gitarmats
    @gitarmats9 ай бұрын

    Thank you!

  • @cringeworthy8273
    @cringeworthy82732 жыл бұрын

    Thank you! I've been trying to learn how to use unity I'm not interested in game developing but I like making short gamese but most of them are 2d and I download unity to make it 3d

  • @NeroForte_
    @NeroForte_2 жыл бұрын

    liked, commented and subscribe and rang the notification bell. The best tutor ever

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    2 жыл бұрын

    I'm glad you liked the video! Thanks!

  • @user-jz2gt7ew3q
    @user-jz2gt7ew3q2 жыл бұрын

    nice video!^_^ l really enjoyed it! thanks for making this amazing video^^

  • @Ukysseus
    @Ukysseus2 жыл бұрын

    Wow thank you so much!

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    2 жыл бұрын

    I'm glad the video helped you!

  • @titoeloshhyris2304
    @titoeloshhyris23042 жыл бұрын

    your channel is awesome, thanks a lot

  • @langoles1824
    @langoles18242 жыл бұрын

    Thx man youre the best

  • @cofekid8996
    @cofekid89963 жыл бұрын

    I'm a complete beginner on unity helped a lot thanks

  • @sneakycheeky531

    @sneakycheeky531

    3 жыл бұрын

    wanna learn with my team ? were hobbiests and i have a sub team of beginners who will learn together and grow

  • @jonatan01i
    @jonatan01i2 жыл бұрын

    Exactly what is needed to refresh your 'year old knowledge about Unity.

  • @sarthakbhatia6322
    @sarthakbhatia63223 жыл бұрын

    This was really good. I was using unity for about 6 months but i did'nt knew many things you told

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    3 жыл бұрын

    I'm glad the video was useful!

  • @Enderia2
    @Enderia22 жыл бұрын

    Whoo! I’m going to have to watch this video over and over again if i’m gonna remember this stuff.

  • @mleii1169
    @mleii1169 Жыл бұрын

    Thank you! Helped me to quickly recall everything in a short and to the point video. How did you get the UI to change so much when in game "Play" mode? I've made the mistake several times where I made a bunch of changes in game mode and not in scene mode so I lost those changes when I realized why things weren't working as expected and then lost those changes went back to scene "edit" mode. For the default it seems very subtle, for the video the change is very large and I'd see it better. Well at least I hope I see it better when working in the Unity UI. LOL

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    Жыл бұрын

    You mean the Play mode tint? You can set it in the Editor - Preferences - Colors - Playmode Tint Yup I do find it very helpful to have a very different color so that exact problem doesn't happen (which has indeed happened to me many times before I changed the default)

  • @mleii1169

    @mleii1169

    Жыл бұрын

    @@CodeMonkeyUnity Awesome, thank you! Yes, I'm guessing it's the play mode tint. Definitely going to set that. :)

  • @marcinbiaecki9731
    @marcinbiaecki97313 жыл бұрын

    Thank you! :)

  • @animationsbelike
    @animationsbelike2 жыл бұрын

    Nice tutorial, thank you! :D

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    2 жыл бұрын

    I'm glad you found it helpful! Thanks!

  • @darealkekecify
    @darealkekecify9 ай бұрын

    Thanks man