LEARN UNITY - The Most BASIC TUTORIAL I'll Ever Make

  Рет қаралды 3,150,126

Imphenzia

Imphenzia

3 жыл бұрын

EXPAND for Time Stamp Links -- This is the most basic Unity tutorial I will ever make. If you are brand new to Unity, or if you want to make sure you’ve covered the basics, and if you want to learn how to write your first C# script - this is the video for you!
Over the course of 2 hours, I go through the User Interface, Game Objects, Transforms, Components, Prefabs, and writing your first C# script to get user input, how to fix your first bugs, and even how to refactor your code to improve it.
You can support me on Patreon:
/ imphenzia
New Imphenzia Merch is available:
teespring.com/stores/imphenzia
TIMESTAMPS:
00:00 Intro
00:55 Creating a Unity Project
01:45 UNITY USER INTERFACE
01:50 Scene Window
02:12 Game Window
02:50 Hierarchy Window
03:20 Hierarchy Object Order
04:30 Project Window
05:10 Inspector Window
05:43 GAME OBJECTS, TRANSFORMS, COMPONENTS
05:46 Create a Game Object
06:00 What is a Game Object?
07:20 Toolbar - Move, Rotate and Scale
08:56 What is a Transform?
09:26 What are Components?
09:37 Mesh Filter
10:01 Mesh Renderer
10:24 Box Collider
11:10 Renaming Game Objects
11:32 Play
12:00 Create a Material
12:35 Modify a Material
13:12 Assign a Material
13:37 Navigating the Scene - Rotate / Pan / Zoom / Frame
14:30 Duplicate a Game Object
15:43 Z-Fighting
16:20 Change Game Object Scale
17:28 Make a Child Game Object
18:10 World vs Local Position
18:30 Parent vs Child Position
19:45 PREFABS
20:10 Creating a Prefab
20:45 Placing a Prefab in a Scene
21:50 Using Game Objects as Folders
23:42 Edit a Prefab
24:58 Overriding a Prefab Value
25:27 Revert or Apply change to Prefab
26:44 ADDING A PLAYER
28:28 Rigidbody Component
29:50 Switching between Scene and Game Window
31:35 ADDING USER INPUT
32:20 C# vs Other Languages
32:46 Creating your First Script
33:20 Visual Studio as Script Editor
33:45 The Unity Default C# Script - Demystify Everything
34:08 "Using" keyword - Namespaces
35:52 Semicolons
36:42 What is a Class?
37:20 Adding a script as Component to a Game Object
38:33 Renaming a Class
39:15 Class Inheritance
39:35 What is MonoBehaviour
40:00 Squirly / Squiggely Brackets
40:18 Methods (or Functions)
40:40 MonoBehaviour Start()
41:43 What is "void"?
42:10 MonoBehaviour Update()
42:45 About VSync, FrameRate, and Update()
43:40 WRITING YOUR FIRST LINE OF CODE
43:54 Understanding the "If" statement
44:50 Declaring a bool field (or variable)
45:45 Why == instead of = ?
46:08 Creating a Method
46::30 Ctrl Period to Suggest and Auto Complete
48:05 If statement for User Input
48:20 Input.GetKeyDown
52:25 Intellisense - Code Suggestion and Auto Complete
56:40 Debug.Log
59:13 GetComponent
59:50 Add Force to Rigidbody
1:00:40 What is a Vector3?
1:04:50 MonoBehaviour - FixedUpdate()
1:08:10 Input in Update() and Physics in FixedUpdate()
1:11:45 About "Refactoring" and trying to write "Perfect Code"
1:13:05 Horizontal Input for Movement
1:14:03 What is a float?
1:15:06 Input.GetAxis
1:16:03 InputManager
1:18:11 Applying sideways forces for movement
1:21:42 Flappy Bird Clone Complete =)
1:22:00 FIXING YOUR FIRST BUGS
1:22:25 Avoiding GetComponent everywhere - use field
1:24:10 Bug #1 - Player Tumbles Over
1:24:30 Rigidbody Constraints - Freeze Rotation and Position
1:24:53 Titanic Reference :)
1:24:57 About making changes during Play Mode
1:25:55 Bug #2 - Infinite Air Jumping
1:26:10 OnCollisionEnter() and OnCollisionExit()
1:28:10 Exiting a method early
1:31:00 Exposing a field / variable to the Inspector
1:33:15 Using gizmo to force Scene view to axis and isometric
1:35:05 Physics.OverlapSphere()
1:39:25 Defining and using Layers
1:41:10 LayerMask
1:44:45 Physic Materials and Friction
1:49:05 COLLECT COINS
1:42:30 OnTriggerEnter()
1:53:42 Destroy() GameObject (to remove picked up coins)
1:54:50 Adding SuperJump powers
1:58:00 Level Editing in the Scene Window
1:58:53 OUTRO - What did you learn?
1:59:25 How did I learn Unity and Making Games?
1:59:38 Making a platform game by asking yourself "Can I"?
2:03:04 My 4 Key Advices to making games in Unity
Official web site:
www.imphenzia.com
Twitter:
/ imphenzia
My Itch.Io page with all my Ludum Dare games:
imphenzia.itch.io/
Imphenzia Discord server invite:
/ discord

Пікірлер: 4 800
@Yintalk
@Yintalk 2 жыл бұрын
"You don't get better at coding, you get better at googling what to code" - Some professional coder
@hellothere-sf1gl
@hellothere-sf1gl 2 жыл бұрын
im googling more on the buggs pf unity rather than the actual code
@Yintalk
@Yintalk 2 жыл бұрын
@@hellothere-sf1gl fair enough
@ehe5419
@ehe5419 2 жыл бұрын
@@hellothere-sf1gl same
@apo11ocat
@apo11ocat 2 жыл бұрын
ya i heard that from somewhere
@asfsdf2412
@asfsdf2412 2 жыл бұрын
Me, who copies codes and slaps it on my unity cube: you know, im something of a gamedev myself
@SovaySovay
@SovaySovay 3 жыл бұрын
Love this guy's dad jokes. "I'm not depressed but I have D pressed" lmao
@BanXxX69
@BanXxX69 3 жыл бұрын
And this comment made them even funnier because now I always think of it xD
@elitistllama4992
@elitistllama4992 3 жыл бұрын
._.xd
@theaudionogin7093
@theaudionogin7093 3 жыл бұрын
THE PUNS ARE BACK IN KZbin COMMENTS!!!!!!!! (lol but seriously good pun)
@ashokchoudhary1663
@ashokchoudhary1663 3 жыл бұрын
@@elitistllama4992 oh wait this XD looks like a sad one
@coffeecoder8162
@coffeecoder8162 2 жыл бұрын
If you hear strange sounds and and a smell coming from the child you can re-parent the child and the problem pretty much goes away.
@tom120ali
@tom120ali Жыл бұрын
This is one of the best tutorials ever created on KZbin. I can't believe this kind of content is free to us all, what a world we live in.
@Zanquick
@Zanquick Жыл бұрын
true
@BraulyoGaming
@BraulyoGaming Жыл бұрын
Godbless this creator 🙏 he may got more project to do
@huntingyou5098
@huntingyou5098 Жыл бұрын
the world is very nice filled with nice people and also thnx to the platform where we find lots of useful things
@DaringToast
@DaringToast Жыл бұрын
Yeah, this man is just.. WOW! Great tutorial, and a wonderful delivery!!
@cathychoi6959
@cathychoi6959 8 ай бұрын
Thanks for the best UNITY tutorial! as an Unreal Unser, just Unity starter, I have searched many places, no one really explained that well as you did here, thanks again for your insanely detailed content.
@Imphenzia
@Imphenzia 8 ай бұрын
Thanl you so much! I am hoping to update ut with a 2023 video. I am also learning Unreal Engine now so bridging users between the two is something I'd like to help with. Both are amazing engines!
@cathychoi6959
@cathychoi6959 8 ай бұрын
Look forward to seeing that! Good luck with Unreal and I believe it won’t be that challenging for you!
@SyaifulAmriLingga
@SyaifulAmriLingga 3 жыл бұрын
Damn...still can't believe a video of this high quality material is available for free. Thank you for creating this
@Komikedy
@Komikedy 3 жыл бұрын
Yes I Agree with you
@BanXxX69
@BanXxX69 3 жыл бұрын
This.
@damsen978
@damsen978 2 жыл бұрын
It should always be free.
@isMeStranger
@isMeStranger 2 жыл бұрын
trust me, ive been to udemy and other online courses... these youtube tutorials are far better than the ones on those sites.
@LynXHimself
@LynXHimself 2 жыл бұрын
@@isMeStranger I 100% agree! this one is probably better than 90% of unity content on udemy
@chaosmastermind
@chaosmastermind 3 жыл бұрын
"Let's press play and see if this is a fun game.... Nope, still sucks." Oh if only big game companies did this at least once in their games. LOL
@saadakbar8
@saadakbar8 3 жыл бұрын
EA be like "Here's a DLC that adds fun to the game. That'll be $50".
@chaosmastermind
@chaosmastermind 3 жыл бұрын
@@saadakbar8 *EA proceeds to add vanity hats and loot boxes*
@hyperdiper5067
@hyperdiper5067 3 жыл бұрын
JOBS DONE !
@2-_
@2-_ 3 жыл бұрын
28:13
@munchymcmouthington298
@munchymcmouthington298 3 жыл бұрын
Hey hey hey, there are stupid DLCs that add nothing to the game to be sold! Priorities!
@Weddlz-
@Weddlz- Жыл бұрын
If anyone is having an issue where "Input" doesn't show a drop down menu and "Monobehaviour" Isn't the correct color: Make sure that Unity's external script editor is set to Visual Studio. You can change this by clicking Edit in the top left corner, and then preferences. Also make sure to restart Visual Studio.
@nanciuandimatei7268
@nanciuandimatei7268 Жыл бұрын
Thank you so much!!! Spent 30 minutes trying to find the problem
@Lina-bw5xz
@Lina-bw5xz Жыл бұрын
omg thank you
@StephenJamieson
@StephenJamieson Жыл бұрын
What sucks is I did that and it does show all the project files on the left now, but still doesn't show the coloring or autopopulate the options when using (Input. )
@alfiandrachen7439
@alfiandrachen7439 Жыл бұрын
@@StephenJamieson huh same
@Sylintlyfe
@Sylintlyfe Жыл бұрын
You the GOAT for this!!!
@mrCetus
@mrCetus 2 жыл бұрын
This is the best unity starter tutorial I’ve found. I needed something basic to move from my basic 3D modelling and basic programming to get into unity, and this was exactly the right balance. And like other comments, 2hrs video that you don’t want to skip through or get bored with, is something in itself. Well done!
@Majkelszum
@Majkelszum Жыл бұрын
WHAT
@aaronelliott8403
@aaronelliott8403 3 жыл бұрын
Can I just say as someone who's just started trying to learn both Unity and Blender, your videos are the best!
@dewayneyocum3083
@dewayneyocum3083 3 жыл бұрын
me to! we should form a team and make a great game!
@ransonjoeldsouza9854
@ransonjoeldsouza9854 3 жыл бұрын
@@dewayneyocum3083 me too😂
@maaz3552
@maaz3552 3 жыл бұрын
Same
@mamatz3527
@mamatz3527 3 жыл бұрын
Same bruh 🤣
@mathew5387
@mathew5387 3 жыл бұрын
Same bro
@ChadWellsForReal
@ChadWellsForReal 3 жыл бұрын
This is like my 5th "Unity tutorial for beginners" that I've followed along with, and this one is the best I've seen. Well done.
@pranavraja8296
@pranavraja8296 3 жыл бұрын
ikr its so good
@jfp0763
@jfp0763 3 жыл бұрын
me toooo
@seith949
@seith949 3 жыл бұрын
yeah i literally searched tens of videos for beginners but they were all a mess, this one is simple and teaches everything i was searching
@abramharder3787
@abramharder3787 3 жыл бұрын
💯 very true
@pipodoxLP
@pipodoxLP 3 жыл бұрын
Same here!
@DannyCallaghan
@DannyCallaghan 2 жыл бұрын
I've been a developer for over 20 years, and I've sat through more video and in-person tutorials, for dozens of programming languages, applications, frameworks, libraries, etc, than I care to remember - I honestly don't recall seeing a better one than this. Superb.
@JustSmile949
@JustSmile949 11 ай бұрын
its so funny to see, almost on every tutorial a comment like this.
@markw4206
@markw4206 2 жыл бұрын
Beautiful job. Clear, interesting, and even entertaining. This was my intro to Unity - so many thanks!
@TheKarishi
@TheKarishi 3 жыл бұрын
The section starting at 1:59:39 is SO INSPIRING. I feel like Unity could straight-up use that section as marketing material.
@septercat
@septercat 3 жыл бұрын
1 hour comment get 1 like wow (It is me)
@avgsteve
@avgsteve 2 жыл бұрын
this is something really encourages me to keep trying
@darragh5210
@darragh5210 2 жыл бұрын
I know and this part 02:04:31
@fritzschnitzmueller3768
@fritzschnitzmueller3768 2 жыл бұрын
@@darragh5210 that part was so deep
@frankman9686
@frankman9686 2 жыл бұрын
Hiya, does anybody know the extensions used in this video? I need it so that the stuff l code is read by the system
@MrAndyjobo
@MrAndyjobo 3 жыл бұрын
I am extremely impressed at your ability to assume the viewer knows nothing (as I do), and teach completely from the ground up. AMAZING video, and I think you've sparked my interest in learning more about Unity. Thank you.
@thatweirdobob3646
@thatweirdobob3646 2 жыл бұрын
I agree with this guy
@EastAlpha_
@EastAlpha_ 2 жыл бұрын
The vid is great, he didn't show how to get the c# editor at all though, or how to link it to unity, the whole last 3/4s of the video rides on you figuring that out
@IGOBYTHENAMELOVE
@IGOBYTHENAMELOVE 2 жыл бұрын
Yea I’m stupid good thing we have him
@matepasztor282
@matepasztor282 2 жыл бұрын
Tbh. i found it annoying at first... deadass came down to the comments to wonder if anyone else felt the same.... read this... suddenly appreciating how dumbed-down this video is and that he really takes his time for people to understand it.
@jacsdev
@jacsdev 2 жыл бұрын
Totally
@spagroen
@spagroen 2 жыл бұрын
Thank you so much for this. Just recently started with Unity and this is such a great tutorial. The 'can I' bit at the end was sooo inspirational that I am actually going to try and replicate some of these. Thank you.
@N0AGI
@N0AGI Жыл бұрын
this is a phenomenal training video - thank you very much for producing and sharing this. Learned a ton from this and notably inspiring.
@RoughDonut
@RoughDonut 3 жыл бұрын
Duuuude the timing couldn't have been any better. Just minutes ago i decided i want to finally start learning Unity and you just uploaded this video! You are a godsend!
@MishaCatz
@MishaCatz 3 жыл бұрын
Saaame! I was learning Unreal Engine and wanted to try out Unity this week-end.
@domo1826
@domo1826 3 жыл бұрын
@@MishaCatz What are your thoughts on unreal?
@MishaCatz
@MishaCatz 3 жыл бұрын
@@domo1826 From what I read online and experiment, Unreal is mostly made for bigger team that each member work on a specific task, while Unity's more feasible for an individual. I find that Unreal is made to create super-realistic movies and games. You can try it out free on Epic and they give 200$ worth of free props every month in the marketplace. I think it's really good to have an understanding of both software in case your project needs it.
@willmungas8964
@willmungas8964 3 жыл бұрын
IKR thank god all the other tutorials i find are outdated by a few years and the example projects dont work anymore
@dererzherzog
@dererzherzog 3 жыл бұрын
Lucky you! Some of us had to watch tons of other videos, before discovering this gem...
@sam.ammatouri
@sam.ammatouri 3 жыл бұрын
You have such a great "teacher attitude" and you know exactly what beginners wants to know. Very well done, a wonderful and informative video!
@otukenn79
@otukenn79 3 жыл бұрын
Exactly
@PearlyFostter
@PearlyFostter 3 жыл бұрын
PRECISELY SAID^^^^^^
@panzermisi07
@panzermisi07 3 жыл бұрын
best teacher(if Dani youtuber /game creator would teach too,i would not see this super wideo
@LsdRaccoon
@LsdRaccoon 3 жыл бұрын
@vlаdimir рutin is аndrеi раnin jfk is jimmy carter stfu
@praxify7129
@praxify7129 Жыл бұрын
Hey, im glad i found your tutorial. Its very informative and tells me everything i need to start creating basic and complex fps games in unity and C#. Ive decided at a younger age to start and try to code games because that seems very interesting. Thank you Imphenzia!
@GMNGChristian
@GMNGChristian Жыл бұрын
I followed this tut all the way through and got the same result you did - very awesome. Though my controls did break with the collision lines, but once we deleted those all was good again. Definitely looking forward to doing another one of your tuts.
@harshjain4256
@harshjain4256 3 жыл бұрын
That "can i" part blown my mind😂😂
@Clodd30
@Clodd30 3 жыл бұрын
I think it would be better if he used "how" (how can I) instead of just "can I"
@osuscyan3143
@osuscyan3143 3 жыл бұрын
@@Clodd30 the entire 2 hour video was filled with "how can I"
@Clodd30
@Clodd30 3 жыл бұрын
@@osuscyan3143 Iv seen the video. My point is: asking your self "can I" aint that effective cos you know you can, but dont know how. For that reason I said what I said
@DanSpartan177
@DanSpartan177 3 жыл бұрын
teacher :-teaches code -write code -"why is it not working?" yep, i would love to know more about this profession
@MegaMGstudios
@MegaMGstudios 2 жыл бұрын
This is an amazing tutorial! I gotta learn unity for a university project and this is a huge help since I have no experience with Unity. I really like the 3D animations when you explain something
@lucians.6756
@lucians.6756 2 жыл бұрын
I never seen a better tutorial in my whole life , you are amazing , keep up the good job and hope we can hear from you and your games :D
@Hangaroid
@Hangaroid 3 жыл бұрын
19:26 I laughed so hard when you said "I can reparent this child object and then the problem pretty much goes away" Honestly there are so many professionals giving these tutorials on how to use software and all of them have something about them that is a bit off like how they talk or their sense of humour, but you hit it all out of the park. Congrats.
@Headcator
@Headcator 3 жыл бұрын
he were brilliant funny ,especially at the end when he looked to the other side.
@ajaxnation9504
@ajaxnation9504 3 жыл бұрын
God you're so right, I've turned down learning Unity because all I could find is one 10 minutes video that only explains one option, and the guy's only focusing on the tutorial or promoting his channel rather than providing high quality audio as well as set the mood for a fun learning experience like this guy.
@Priest
@Priest 3 жыл бұрын
@@ajaxnation9504 sadly thats the reality of free youtube, and I am guilty of that too, but have in mind that its someone elses personal youtube channel you are watching, not a professional that is paid to do it by you or anyone, try watching lynda tutorials, if you want something to really learn from and not waste time. Remember a saying from Balkans "how much money, that much music" ,or as English folks say "You get what you pay for"
@ajaxnation9504
@ajaxnation9504 3 жыл бұрын
@@Priest You're pretty much right, I remember buying a Udemy course which was stupidly detailed but extremely long, most youtubers explain 1 feature in a 10-15min video. This guy, oh this guy's doing good's work, he's teaching you the general concept with useful tips thrown in every 10 seconds or so, and don't forget the little humor that made a video this long enjoyable (first time I'll stick around for a video that is over 30mins long).
@codinginflow
@codinginflow 2 жыл бұрын
1:59:38 I love this part
@jishnubalaji6586
@jishnubalaji6586 2 жыл бұрын
I love this part 2:04:30
@rawndommemes1596
@rawndommemes1596 2 жыл бұрын
@@jishnubalaji6586 that means you don't like the video
@jishnubalaji6586
@jishnubalaji6586 2 жыл бұрын
@@rawndommemes1596 it's just a joke relax
@tappl3
@tappl3 2 жыл бұрын
b e a n
@jaykay7932
@jaykay7932 2 жыл бұрын
@@tappl3 you cant say bean... thats reserved for java classes
@riplee406
@riplee406 Жыл бұрын
One of the best educational videos I've seen for Beginning Unity. The idea of constructing "bugs" and the various methods to approach a solution is brilliant. Nice work!
@atoz_4305
@atoz_4305 Жыл бұрын
Ive been following your blender tutorials for a long time now, it really helps me understand and learn along the way. Now , Im here learning the Unity engine quite helpful and tutorial that is engaging and understandable. Thanks for this tutorials and more to come!
@AttackingTucans
@AttackingTucans 2 жыл бұрын
This is making me realize that the guy who made flappy bird practically won a lottery. Something he probably made in a few hours made him millions 🤯
@Maxatal
@Maxatal 2 жыл бұрын
That’s a lot coming from you after what you did 🤨
@nulzn8691
@nulzn8691 2 жыл бұрын
And then he needed to take the game of app stores because of people going insane about it
@Bloodbone
@Bloodbone 2 жыл бұрын
@@nulzn8691 well. He didn't need to. He wanted to
@nulzn8691
@nulzn8691 2 жыл бұрын
@@Bloodbone Yeah, true
@Joy-dn8yz
@Joy-dn8yz 2 жыл бұрын
But he didn't make it in Unity. I think he made it without the game engine at all. So it might have took him a few days or weeks
@deliafeng1921
@deliafeng1921 3 жыл бұрын
My unity learning journey : Day 1: 28:10 Day 2: 58:25 Day 3: 1:10:28 Day 4: Troubleshooting Day 5: Break Day 6: Finished the video! (2:04:30) (I know the basics of Python and recently got into this game engine :) )
@prabhjitkaur1333
@prabhjitkaur1333 3 жыл бұрын
Me to
@shelbygambo
@shelbygambo 3 жыл бұрын
can u code with it and what did u learn?
@GhostSlayerYT
@GhostSlayerYT 3 жыл бұрын
@@shelbygambo nothing :\ just STARTING TODAY!
@creeks123
@creeks123 3 жыл бұрын
I've started 2 years ago. C# was a struggle.
@GhostSlayerYT
@GhostSlayerYT 3 жыл бұрын
@@creeks123 i started a week ago learned nothing get to know nothing did nothing planned to leave:(
@ko_gi__7306
@ko_gi__7306 Жыл бұрын
Many thanks for actually kick-starting me into Unity. One of the best if not The best starting tutorials out there !
@ironcrossadmiral9418
@ironcrossadmiral9418 2 жыл бұрын
The fact that a feature length film level tutorial exists for free and is this clear and this detailed gives me hope for humanity. You're the best man!
@duanedodson1
@duanedodson1 7 ай бұрын
There are literally thousands of them here, but ok.
@ttracs
@ttracs 3 жыл бұрын
Finally thank god, a simple tutorial that actually outlines the purpose of the code! You are a saint, everyone else places “beginner tutorial” in the title then goes into high level scripting without so much as an explanation
@rc8s
@rc8s Жыл бұрын
"High-level"? So, easy code?
@ttracs
@ttracs Жыл бұрын
@@rc8s “easy code” isn’t easy for someone who’s never touched c# before you empty skull.
@mattstorr
@mattstorr 2 жыл бұрын
Great intro to Unity. Absolutely loved the development flow and incremental changes at 1.59.40. The fact that you made lots of mistakes (even if they were planned), shows the reality of coding and whats needed to review, refactor and fix. New subscriber :-)
@stuartmarsh5574
@stuartmarsh5574 Жыл бұрын
I did this tutorial from start to finish and learned a lot. Thank you.
@stevebrigham7902
@stevebrigham7902 3 жыл бұрын
Come for the new skills, stay for the dad jokes.
@samaaaron
@samaaaron 3 жыл бұрын
LOL... Yup...
@stevebrigham7902
@stevebrigham7902 3 жыл бұрын
Just an update, after 8 months of learning blender with you I'm back here to finally make my first game :)
@StubenhockerElite
@StubenhockerElite 3 жыл бұрын
Respect, this is the perfect walk through a beginner at Unity needs. No stupid skits, no advertisement, just a solid tutorial. Thanks!
@italiener82
@italiener82 2 жыл бұрын
You've explained it in an excellent manner, even tho it can still be overwhelming (in my case) especially with regards to knowing when and where to declare and define a variable, Monobehaviors and whatnot. I guess those are the things one can really get familiar with once you butt head with it through a lot of trial and error. The fact you've crammed a lot of notions in a 2-hour video is amazing in itself. Bravo!
@ScrewyGirl
@ScrewyGirl Жыл бұрын
This was, by far, one of the best tutorials I have ever seen. It was easy to follow, even for someone who is brand new to coding. Thank you.
@hamburger7834
@hamburger7834 2 жыл бұрын
"You won't write perfect code straight away first of all, and you'll never write perfect code, and you shouldn't, really even try to write perfect code, because if you do that, you'll fail to make a game." Most game developers who struggle to finish games because they aren't perfect need to hear this entire statement.
@GuhanG
@GuhanG 3 жыл бұрын
Unity's particle system.. Me whos a fan of dani: hehe
@iustinianstefanescu6451
@iustinianstefanescu6451 3 жыл бұрын
Me too
@qwerkity2849
@qwerkity2849 3 жыл бұрын
Meee lol
@linlehhwe8303
@linlehhwe8303 3 жыл бұрын
me too
@exslay7294
@exslay7294 3 жыл бұрын
Ngl, because of Dani, this is the reason why i'm here LOL
@jugalrojivadia1576
@jugalrojivadia1576 3 жыл бұрын
Me too
@Kathayne636
@Kathayne636 Жыл бұрын
You deserve all these views and more. Just a great, well-done and thorough tutorial.
@shevum
@shevum Жыл бұрын
Thank you so much for this tutorial. I just wanna say I understood everything in this video. Especially your advice and I'm gonna follow it. This tutorial is definitely one of the best I've ever seen in my life, not unity but any tutorial I saw like js tutorial, C# tutorial any. You are damn great.
@nicolas6675
@nicolas6675 3 жыл бұрын
You should make like a full 10-20 hours course man, you're great!
@vladimirhornjak9585
@vladimirhornjak9585 2 жыл бұрын
This is my second time rewatching this video. I'd really like to thank you. This is a big motivation and I will hopefully start to learn about coding again.
@frankman9686
@frankman9686 2 жыл бұрын
what are the extensions used for this video @Imphenzia?
@bluebeerider7208
@bluebeerider7208 2 жыл бұрын
Why ?? did u stop coding before? Is that frustrating?
@vladimirhornjak9585
@vladimirhornjak9585 2 жыл бұрын
@@bluebeerider7208 Yeah.. it was hard to get into. After watching it for the second time I wanted to do his make your first game video. Unfortunately tho I never got myself to watch it and at some point accidentally deleted Unity. Honestly I don't know if I will start again.. I have other priorities currently and really set it aside. Maybe one day for fun, but it really isn't on my radar currently
@GamerArchive_
@GamerArchive_ 2 жыл бұрын
This is the first 1 hour + video on youtube that i watched and i can say i enjoyed every second! Great tutorial!.
@MelodiCat753
@MelodiCat753 Жыл бұрын
Phenomenal phenomenal tutorial. You explain topics accurately without providing false truths, but you also introduce ideas when needed while also finding opportunities lessons on how to think like a programmer. I am a programmer who is here to learn about Unity, but I bet this would be helpful to someone without programming experience.
@lasagna8156
@lasagna8156 3 жыл бұрын
You would be a great teacher imo. In the way you comfort the people watching when saying something that sounds difficult, like scripting, and in the way that you say "Don't worry, you'll nail it." I wish I had a teacher like you.
@cicispatty5803
@cicispatty5803 2 жыл бұрын
I've been hunting for weeks for a good Unity tutorial, and finally found this one. Thanks so much for putting this together, you're the only one I've found so far that was simple enough for a total beginner like myself to grasp, while also actually getting me somewhere. I finally feel like i can start to learn Unity now. Again thanks so much for this!
@kalihunter
@kalihunter 10 ай бұрын
This is one of the best tutorials ever created on KZbin. This is the best unity starter tutorial I’ve found. Amazing Imphenzia!!
@nathandanskin3726
@nathandanskin3726 Жыл бұрын
I’ve watched a lot of videos for blender and unity but this video and explanations are right on point! This would be one of the first videos I would recommend to beginners!! Great job 👌👌👌
@jaypeebolonia4648
@jaypeebolonia4648 3 жыл бұрын
That "can I scene" at the last part is super cool at the same time super inspiring!
@skepsys_d
@skepsys_d 3 жыл бұрын
Wow, that was friggin' awesome. Loved the ending with all the "What if's" very cool. Thank you for sharing, this was very easy to follow. Subscribed!
@lewsdiod
@lewsdiod Жыл бұрын
That ending, adding all the stuff. How neat it turned out! Loved the video. Long time coder, never time Unity user until now. Thanks! Hälsningar från Hökarängen
@nirleybo
@nirleybo 2 жыл бұрын
Probably the BEST tutorial I've ever seen. Thank you very much dear Sir for the time invested in this highly detailed, professional video
@briannajay97
@briannajay97 2 жыл бұрын
I’m just discovering Unity. This seems perfect for my 8 year old son… he’s been designing his own game, but we were just missing the piece of building it. Thanks for the tutorial!
@tasticola
@tasticola 2 жыл бұрын
My son and i have been trying to figure out Unity for a while. Hopefully this video is what we needed!! Thank you Imphenzia. 😊
@CedenoTV
@CedenoTV Жыл бұрын
LOOKING FOR A DEVELOPER FOR A METAVERSE PROJECT WITH NFT
@shresthshrotriya7347
@shresthshrotriya7347 Жыл бұрын
first help him learn A B C
@ashutoshhiremath720
@ashutoshhiremath720 Жыл бұрын
@@shresthshrotriya7347 hes 8 dude, theyre done with A B C lmao
@IcyStoneGaming
@IcyStoneGaming Жыл бұрын
@ChickenGamer LOL! 😂😂😂
@Adrien13Sanctioned
@Adrien13Sanctioned 3 жыл бұрын
I've been deving in unity for well over a year now and even I got to learn some neat and handy little things from this, thanks for making and explaining so pleasantly, :D
@Somewhere_sometime_somehow
@Somewhere_sometime_somehow 2 жыл бұрын
This video is very well done, im just starting but know most of this by now, but it clears my head to hear it explained so fundamentally
@gunnarbeister34
@gunnarbeister34 2 жыл бұрын
Thanks a lot for bringing me into the world of game development. Fantastic tutorial! Can't wait to improve what I just have learned.
@robstervienna4695
@robstervienna4695 3 жыл бұрын
those last 5 minutes were the best ones I saw for years! epic!
@ldmmia
@ldmmia 3 жыл бұрын
From unity learn to other youtube vods, this basic is essential and rare. Thx so much.
@jc_hunter
@jc_hunter Жыл бұрын
Having played around with the XNA framework back in the day and wanting to get back to try and make some games, I was so glad I found this. With just following tutorials I get results but have no clue what I just did. This clarifies so much, I feel a lot more confident of being able to actually make a game this time.
@jensschmidt3687
@jensschmidt3687 4 ай бұрын
Tack, fantastiskt bra förklarat 🌟🌟🌟🌟 Gillade verkligen dina liknelser i början, speciellt Hierarchy och Project.
@oatcube3961
@oatcube3961 2 жыл бұрын
I've been coding for on Unity for 2 years already but it's always fun to watch videos like these to see where I started. Especially the "Can I Part" in the end. Been delving deep into my newest project for nearly a year now. Wishlist coming along nicely and alpha testing starting late this year.
@pfiffi7509
@pfiffi7509 3 жыл бұрын
That was such an amazing tutorial! Had a bit experience in programming before, but i wanted to make my first Unity game. Helped me a looooot, thaaaank you dude
@dest5218
@dest5218 13 күн бұрын
Wow loving it, simple straightforward, compact ...just subscribed. Thank you ❤
@hanac5586
@hanac5586 Жыл бұрын
I've used MMD/Blender before yet I'm still like "WAIT WAIT what did you do" after he created a folder lmao. Amazing tutorial, easy to follow!
@pksphdcad
@pksphdcad 2 жыл бұрын
You are a natural-born teacher; you explain so a beginner can understand. I have tried to learn Unity for a couple of years and got frustrated with not completing anything from start to finish because others do only segments of Unity. I now feel confident I could start something on my own after watching your video. And, I could check my own scriptings errors!! Thank you for your contribution to teaching others.
@Imphenzia
@Imphenzia 2 жыл бұрын
Hi, I was very happy to read your comment and that the video helped you along the way! Keep it up and I hope you get to create some games and that you have fun during the process :)
@patrickoviatt2432
@patrickoviatt2432 2 жыл бұрын
If you're starting out like me, just a quick note, as updates may have changed things in the background - at timestamp 1:11:43, when working with the script file, private on line 27 seems to no longer be needed, and may cause errors as of 08/30/2021, on a re-open of my file, i got compiler errors pointing to the script and had to open in safe mode. (edit-corrected date, and added more notes)(edit 2 - added timestamp and further clarification)
@cryptoworldgames
@cryptoworldgames 2 жыл бұрын
Answer by arcade82 · Nov 08, 2014 at 03:41 AM For anybody else, who maybe more recently than 2 years ago encountered this problem. I just fixed mine with: changing float moveHorizontal = Input.getAxis("Horizontal"); to { float moveHorizontal = UnityEngine.Input.GetAxis("Horizontal"); } It doens't recognize the getAxis without a CAPital G and it doesn't recognize the Input without UnityEngine attached.
@seniorcactie2722
@seniorcactie2722 2 жыл бұрын
Idk if this is also a change but I can't get some of my keywords to get any colour and unity also doesn't suggest stuff like it does for him. EDIT: nvm I figured it out. The thing on preferences wasn't switched.
@DarylChris
@DarylChris 2 жыл бұрын
@@seniorcactie2722 I was about to make this comment that the suggestion doesn’t show on mine too
@seniorcactie2722
@seniorcactie2722 2 жыл бұрын
@@DarylChris Just needed that problem solving mindset I guess 😂
@Danstry
@Danstry 2 жыл бұрын
@@seniorcactie2722 what thing on preferences, im getting the same prob;lem
@guillermogonzalez4326
@guillermogonzalez4326 2 жыл бұрын
Thank you. Very clear with lots of exercises and different approach to same result. No time wasted straightforward with the right information. For a first introduction it was just perfect.You are excellent,Thank you again.
@mrbubbly287
@mrbubbly287 2 жыл бұрын
honestly, first time scripting and you did a really amazing job of explaining every thing
@jestfrenzy3235
@jestfrenzy3235 3 жыл бұрын
The "Can I" part made me emotional, good god! This was an amazing tutorial!
@sifatguai1252
@sifatguai1252 3 жыл бұрын
I appreciate you for going into small details and just taking your time to teach us.
@onyxz7
@onyxz7 2 жыл бұрын
The best tutorial to get all the tools that a complete beginner on unity needs. Thank you.
@EnzeMK
@EnzeMK 5 ай бұрын
Never in my life have I seen such a great tutorial. Great teaching skills, thanks a lot!
@theoddcrow9382
@theoddcrow9382 3 жыл бұрын
This was excellent taught! You really tuned in to that "You learn by mistakes" by having us follow you purposely the wrong way and then teaching us how to fix it haha. A big thumbs up from me!
@user-mi8ke9lt6m
@user-mi8ke9lt6m 2 жыл бұрын
Honestly you made the best Unity tutorials i have ever seen! Respect!
@ZonXification
@ZonXification Жыл бұрын
You Sir are a true teacher. Thank you for taking your time and creating this gem of a video
@falafel1906
@falafel1906 2 жыл бұрын
The world needs more people like you who share knowledge absolutely for free. This really helps beginners trying to get into gamedev! Thank You so very much.
@KrymsonScale
@KrymsonScale 2 жыл бұрын
Thank for explaining everything from point 0, so many tutorials assume things and most are for higher level understanding of Unity/coding. This tutorial explains the why and how just as good or better then a level in a video game. I can't thank you enough. Really inspirational to get me to continue learning about making games.
@ibrahimonibudo
@ibrahimonibudo Жыл бұрын
I am new to Unity. This tutorial has just answered all the questions that I have asked myself as a beginner. Thank you for putting this together. 👍🏽
@achimschneider2886
@achimschneider2886 2 жыл бұрын
One of the best tutorials I have ever seen. Perfect for absolute beginners - like me ;-)
@Poptartpug
@Poptartpug 2 жыл бұрын
I really like that "No stone unturned" style. 34:24 I know a lot of these "stones" most tutorials, even beginner tutorials, don't explain probably don't need to be explained. For the sake of the video length and stuff. But sometimes I really wish they would. Amazing video.
@ElectroFriedBees
@ElectroFriedBees 3 жыл бұрын
That was one of the best two hours of youtube I have ever experienced. Thank you so much for this!
@soundstothecore3714
@soundstothecore3714 2 ай бұрын
Thanks for taking the time to make this video. I'm just about to enter the world of scripting and this has really helped.
@hejsandu1215
@hejsandu1215 Жыл бұрын
Amazing tutorial, really inspiring with the "Can I" part at the end there. Super nice touch.
@cnion1158
@cnion1158 3 жыл бұрын
He just broke down everything so well.Made my life of learning SO much easier
@paguyubangaming3913
@paguyubangaming3913 3 жыл бұрын
Wow, can't believe I'm watching this till the end...
@user-5485
@user-5485 Жыл бұрын
Thank you so much for creating this! What an amazing reference and guide to get started!
@andymitchell5969
@andymitchell5969 2 жыл бұрын
Great video, and my first as I begin the journey of learning Unity and C#. I can't think of a better intro, you've done a fantastic job with this, showing the trial and error process while explaining what was going on. My Player script has lots of //comments I made throughout as I took notes while you explained. After I finished and published my first game last month (The Star Legation, made using Tyranobuilder) learning Unity and C# was my next goal, and though it is way above my head right now, you made it feel approachable. Thanks so much!
@mutatednut
@mutatednut 2 жыл бұрын
You are an insanely good explainer. I felt like I was in computer science class again watching you. Only difference is you explain better than any professor I’ve had
@adamgascoine
@adamgascoine 2 жыл бұрын
Thank you for this, and your other, wonderful tutorials. Your manner, charisma, innate understanding of the learning curve, time management, humor and expertise is on another level. You're an absolute master at creating tutorials (I have watched many of your Blender tutorials as well). How lucky we are to have this. Bravo!
@sebastianparra6152
@sebastianparra6152 10 ай бұрын
Your videos are amazing. I could watch this for 2 hours without a problem when back in college, I used to hate going to my programming classes, which my instructors used to be incredibly tedious.
@enzu153
@enzu153 Жыл бұрын
The can I questions that you gave examples of is really great! Thanks for that haven’t seen anyone else give an example like that just really awesome!
@faisalsspace7860
@faisalsspace7860 3 жыл бұрын
After watching 35 minutes I'm about to comment that how detailed and patiently you've made your video. Amazing
@maizenbrot
@maizenbrot 2 жыл бұрын
The setup of the ending of the tutorial around 1:59 is just BRILLIANT; after seeing the whole tuturial he doesn't have to show precisely *how* he did those things, you just need to see what the process is you need to follow to take you from where you are after the toturial ends and to an amazing looking lo-poly platformer. One small increment at a time.
@ChauNguyen-if3dn
@ChauNguyen-if3dn 2 жыл бұрын
Very cool! What a great introduction to Unity! I love how practical the video is.
@TheYashakami
@TheYashakami Жыл бұрын
This video was so helpful. Really gave me confidence in being able to create something on my own! Thanks so much!
@AmSpace111
@AmSpace111 3 жыл бұрын
Wow. Thanks a lot man! You really know how to teach beginners. If someone wanted to learn Unity, they would find videos that explain things that apparently the person who’s trying to learn already knows. It’s not a beginner tutorial if it’s not explaining what to do. Thanks man! I hate when people make “beginner” tutorial when it’s not...
@pandadog8343
@pandadog8343 Жыл бұрын
as others have said, this is the best tutorials that i have seen for a beginner. most tutorials are way more complex then this and they don't bother explain what something does or why you do it. Great job with the video and when I decide to look at blender I know where i am going to learn.
Earn a LIVING selling GAME ASSETS
11:44
Imphenzia
Рет қаралды 106 М.
Escape From Spike With Herobrine and Entity
00:27
Garri Creative
Рет қаралды 22 МЛН
The Unity Tutorial For Complete Beginners
46:39
Game Maker's Toolkit
Рет қаралды 2,9 МЛН
I Made the Same Game in 8 Engines
12:34
Emeral
Рет қаралды 3,7 МЛН
How I learned Unity without following tutorials (Developing 1)
18:11
Game Maker's Toolkit
Рет қаралды 1,9 МЛН
How to Start Gamedev in 2024
10:28
Sasquatch B Studios
Рет қаралды 290 М.
Why I’m switching from Unity to Unreal Engine
9:02
LixianTV
Рет қаралды 938 М.
Blender Tutorial for Complete Beginners - Part 1
17:57
Blender Guru
Рет қаралды 2,4 МЛН
The Pen That Changed The World
9:17
Primal Space
Рет қаралды 19 М.
How I Started Making Games with No Experience
9:49
Vimlark
Рет қаралды 1,8 МЛН
Learn C# BASICS in 10 MINUTES!
10:55
Code Monkey
Рет қаралды 742 М.
Escape From Spike With Herobrine and Entity
00:27
Garri Creative
Рет қаралды 22 МЛН