Тёмный

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

Code Monkey
Подписаться 531 тыс.
Просмотров 1,3 млн
50% 1

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

Опубликовано:

 

6 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 1,2 тыс.   
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
🔴 Watch my Complete FREE Course! 🌍 ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-AmGSEH7QcDg.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
@bingbongbangbingboom 3 года назад
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
@joshf7321
@joshf7321 4 года назад
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
@tostpl8258
@tostpl8258 4 года назад
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 4 года назад
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
@Pedro_Marangon
@Pedro_Marangon 4 года назад
Me: works in unity for over 2 years, knows advanced stuff, uses it every day Also me: watch tutorials on unity 101
@CodeMonkeyUnity
@CodeMonkeyUnity 4 года назад
It's always great to review the basics! You might even come across a tip or shortcut you didn't know about!
@RabidKanid
@RabidKanid 4 года назад
Hank Hill: “The true masters practice the basics.”
@hoo1320
@hoo1320 4 года назад
You are not the only one 😂💔
@Eric-pg4ej
@Eric-pg4ej 4 года назад
@@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
@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 :/
@yuehaowu
@yuehaowu 3 года назад
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. 3 года назад
@@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
@MarkerInTheSand
@MarkerInTheSand 2 года назад
This is the "introductory" video I had been looking for. Quick and filled with useful information.
@philharland9591
@philharland9591 3 года назад
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
@CodeMonkeyUnity 2 года назад
💬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?🤔
@sebastianjost
@sebastianjost 3 года назад
This is a really, really good introduction. Thank you. Much better than all the previous tutorials I watched.
@CodeMonkeyUnity
@CodeMonkeyUnity 4 года назад
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 4 года назад
​@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 4 года назад
@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
@cpu_UP
@cpu_UP 4 года назад
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.
@CodeMonkeyUnity
@CodeMonkeyUnity 4 года назад
🌍 Get Code Monkey on Steam! 👍 Interactive Tutorials, Complete Games and More! ✅ store.steampowered.com/app/1294220/
@marcushartley3650
@marcushartley3650 2 года назад
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
@TheActualJack 2 года назад
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
@BlazertronGames 2 года назад
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?
@ishiihub8845
@ishiihub8845 3 года назад
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
@katzap4494
@katzap4494 2 года назад
I’ve been watching so many unity tutorials and this is by far the most helpful yet for an absolute beginner like myself
@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!
@derf67
@derf67 2 года назад
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
@zebfazel83
@zebfazel83 3 года назад
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!
@xxnourxx3496
@xxnourxx3496 3 года назад
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
@comicguy4624
@comicguy4624 3 года назад
Just got Unity. This helped TONS! Thank you!
@sparshsingh7543
@sparshsingh7543 3 года назад
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
@jbblenderbreakdown4668
@jbblenderbreakdown4668 3 года назад
This was extremely helpful, thank you! I liked and subbed! 👍
@CodeMonkeyUnity
@CodeMonkeyUnity 3 года назад
Glad it helped!
@tinycabincreative
@tinycabincreative 2 года назад
This was awesome, I just watched it prior to an intro webinar! Can't wait!
@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
@silvadonix3322
@silvadonix3322 3 года назад
I learned more from this than the basic official tutorial unity gives you...
@Sillyelh
@Sillyelh 3 года назад
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
@ultimatebluegrassplaylistc3087
@ultimatebluegrassplaylistc3087 2 года назад
Mega Epic! Most valuable starter tutorial for Unity. Much appreciated!!!
@matthewmathis62
@matthewmathis62 3 года назад
That was very well done. Thank you!
@coutnico-f9265
@coutnico-f9265 3 года назад
Amazing: a really good start to everyone
@phinousthesheep1847
@phinousthesheep1847 3 года назад
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!
@sagarty8301
@sagarty8301 3 года назад
Thank you so much for great introduction about unity, it really helps beginners. I feel that you missed the prefabs and Project settings part.
@digitaljeepney4440
@digitaljeepney4440 Год назад
absolutely excellent condensed tutorial that makes sense of the whole unity system in the shortest amount of time.
@StarMikez
@StarMikez 3 года назад
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%
@DemonRings
@DemonRings 4 года назад
than you sir. I have been using unity for years and I never learned the basics
@BenRush
@BenRush 2 года назад
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.
@OnionYeeter
@OnionYeeter 3 года назад
Thanks for making this video, very helpful!
@MrIndigold
@MrIndigold 3 года назад
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!!!!
@SABaruj
@SABaruj 2 года назад
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!
@anthonydecapite959
@anthonydecapite959 Год назад
This was very helpful, thank you!
@debrako1960
@debrako1960 3 года назад
Very helpful! Thank you Code Monkey!
@madhusudantripathy
@madhusudantripathy 4 года назад
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 ;)
@maxdrvn
@maxdrvn 4 года назад
This content is the reason I'm subscribed
@gregsun7677
@gregsun7677 3 года назад
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
@GameCornerZ
@GameCornerZ 3 года назад
This was extremely helpful. Thanks
@killereks
@killereks 4 года назад
when is the unity game coming out on steam?
@CodeMonkeyUnity
@CodeMonkeyUnity 4 года назад
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.
@justletmecollectmusic1380
@justletmecollectmusic1380 3 года назад
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!
@Frindow
@Frindow 3 года назад
Thank you so much! This will help a lot!
@MonsterBatinator
@MonsterBatinator 3 года назад
Wow! Extremely helpful!
@normankiefer6033
@normankiefer6033 4 года назад
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 4 года назад
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 ru-vid.com/group/PLzDRvYVwl53t2GGC4rV_AmH7vSvSqjVmz If you're a complete beginner start with something really small like this ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-b5Wpni9KPik.html Then as your skills improve go look for more advanced tutorials like this ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-waEsGu--9P8.html Best of luck!
@rosieone4533
@rosieone4533 2 года назад
Thank you! This is far more helpful than the official Unity tutorial.
@jweebs1986
@jweebs1986 3 года назад
Very helpful! Thank you!
@beyond4047
@beyond4047 8 месяцев назад
Thank you!!!!! This is exactly what a beginner needs!!!
@techdave99
@techdave99 4 года назад
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 4 года назад
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.
@thejuice027
@thejuice027 4 года назад
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 4 года назад
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 4 года назад
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 4 года назад
@@Someone-ig7we I'd start by going to learn.unity.com
@thejuice027
@thejuice027 4 года назад
@@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?
@bobb6133
@bobb6133 3 года назад
THANK YOU SOOOO MUCH! THIS IS WHAT I NEEDED!
@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!
@coolguys4139
@coolguys4139 4 года назад
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 4 года назад
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
@FM_GOBi
@FM_GOBi 4 года назад
And yep, it's a good video!
@angry_moose94
@angry_moose94 2 года назад
Nice, watched this video and I just finished my MMORPG thank you for teaching me unity!!!!
@abigailturner3108
@abigailturner3108 9 месяцев назад
As someone who's probably going to be using Unity for my A-Level Computer Science coursework, this video was very helpful thanks
@skgbop
@skgbop 3 года назад
better title: Learn Unity in 17 MINUTES AND 27 SECONDS
@what7017
@what7017 4 года назад
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.
@jm7990
@jm7990 Год назад
Great refresher!
@Ryan-xq3kl
@Ryan-xq3kl 4 года назад
These videos are so important for the future of games
@SARTHAKTHEMAN
@SARTHAKTHEMAN 2 года назад
Your tutorials are very helpful god bless you🙏🙏
@CodeMonkeyUnity
@CodeMonkeyUnity 2 года назад
Thank you!
@flood4573
@flood4573 3 года назад
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 3 года назад
2 hours? Baby numbers
@cofekid8996
@cofekid8996 3 года назад
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
@ethanhunt6731
@ethanhunt6731 2 года назад
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
@sadmansami2052
@sadmansami2052 3 года назад
It is a great video. Thanks for making this wonderful video. It is very helpful for beginners
@elnillu9056
@elnillu9056 3 года назад
I needed a refresher thx
@StudioSix9
@StudioSix9 Месяц назад
Thank you so much man!
@Revlos
@Revlos Год назад
I've been putting off learning unity because of how daunting it is because of all the different windows, tabs, drops downs etc but this man just broke through that wall for me. Thanks!
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
That's awesome to hear! I you're looking for a guided path I just recently published my complete free course unitycodemonkey.com/kitchenchaoscourse.php Best of luck in your learning journey!
@hairo4242
@hairo4242 3 года назад
Thank you it was a great starter :)
@Enderia2
@Enderia2 2 года назад
Whoo! I’m going to have to watch this video over and over again if i’m gonna remember this stuff.
@ioanemil2666
@ioanemil2666 3 года назад
Awesome. Thanks!
@1playfair
@1playfair Год назад
Thanks bro. Good work
@elliotingberg3848
@elliotingberg3848 2 года назад
OMFG! You're the best! I just learned the basics btw. I'm not a noob anymore. I'm cool. : )
@theodorezanello
@theodorezanello 3 года назад
Made my life easier! Thanks a lot!
@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.
@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!
@gitarmats
@gitarmats 10 месяцев назад
Thank you!
@shadowki5687
@shadowki5687 3 года назад
This video inspired me to buckle down and start using unity consistantly
@CodeMonkeyUnity
@CodeMonkeyUnity 3 года назад
Go for it!
@nimomaniachannel
@nimomaniachannel 2 года назад
Watching this in 2022, thank you for this video. I needed this for my college course. It taught me alot
@CodeMonkeyUnity
@CodeMonkeyUnity 2 года назад
That's great to hear! Best of luck in college!
@spicemasterii6775
@spicemasterii6775 3 года назад
Very good video! Thanks.
@ghofranedarragi5601
@ghofranedarragi5601 Год назад
thanks a lot forthis tutorial
@jonatan01i
@jonatan01i 3 года назад
Exactly what is needed to refresh your 'year old knowledge about Unity.
@sarthakbhatia6322
@sarthakbhatia6322 3 года назад
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!
@user-rz4jh2sn2w
@user-rz4jh2sn2w 4 месяца назад
Thx for helping our Agent team
@animationsbelike
@animationsbelike 2 года назад
Nice tutorial, thank you! :D
@CodeMonkeyUnity
@CodeMonkeyUnity 2 года назад
I'm glad you found it helpful! Thanks!
@stevetheslayer3876
@stevetheslayer3876 4 года назад
Thanks! This is actually my first time using Unity.
@CodeMonkeyUnity
@CodeMonkeyUnity 4 года назад
Awesome! You're exactly the type of person I had in mind when I made this video!
@stevetheslayer3876
@stevetheslayer3876 4 года назад
@@CodeMonkeyUnity Hey, if you don't mind, can you show me how to make a city? The time of day I want it to be is night. Thanks!
@marcinbiaecki9731
@marcinbiaecki9731 3 года назад
Thank you! :)
@Ukysseus
@Ukysseus 2 года назад
Wow thank you so much!
@CodeMonkeyUnity
@CodeMonkeyUnity 2 года назад
I'm glad the video helped you!
@user-jz2gt7ew3q
@user-jz2gt7ew3q 2 года назад
nice video!^_^ l really enjoyed it! thanks for making this amazing video^^
@hummusgamedev9621
@hummusgamedev9621 3 года назад
Wow, you responded on almost every comment! Thanks for your effort.
@kyoza8258
@kyoza8258 Год назад
I wasn't so sure about what I wanted to do as soon as I graduate from high school. I took a half semester computer science class (currently in computer science 2 class bc I need it to graduate). I never knew that I would actually enjoy coding. We used code combat sometimes, and it was the funnest time I had. Recently, I had something click, and game development somehow interested me. Just being called a game developer would feel awesome. Creating a game to all my liking is a dream. I haven't started yet because I've been too busy with school, but I've been watching videos of game development, and it makes me excited. This is the first time I ever felt this way.
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
That's great to hear, go for it! Best of luck in your learning journey!
@nikk797
@nikk797 3 года назад
Really Good Explanation! I Subscribed For The Awesome Work!
@CodeMonkeyUnity
@CodeMonkeyUnity 3 года назад
I'm glad you liked the video!
@nikk797
@nikk797 3 года назад
@@CodeMonkeyUnity You Deserve it Bro!!!
Далее
The Unity Tutorial For Complete Beginners
46:39
Просмотров 3,2 млн
Happy 4th of July 😂
00:12
Просмотров 15 млн
Lasagna Soup @Lionfield
00:35
Просмотров 4,6 млн
Send this to an artist… 😉 #shortsart
00:19
Просмотров 2,6 млн
134 Unity Components EXPLAINED in Less than 30 Minutes
24:01
How much MONEY my Game made (and how much it cost!)
14:00
How to make a Video Game - Godot Beginner Tutorial
1:17:12
What are Interfaces? (C# Basics)
13:54
Просмотров 203 тыс.
How to Start Gamedev in 2024
10:28
Просмотров 420 тыс.
Steam EXPERT teaches you Game Marketing for SUCCESS!
52:22
I Made the Same Game in 8 Engines
12:34
Просмотров 3,9 млн
Optimizing my Game so it Runs on a Potato
19:02
Просмотров 463 тыс.
Why I’m switching from Unity to Unreal Engine
9:02
Happy 4th of July 😂
00:12
Просмотров 15 млн