I cannot express how much I would love a full Unity tutorial
@Kronos_LordofTitans2 жыл бұрын
those already exist
@mohammedsaad38012 жыл бұрын
@@Kronos_LordofTitans he meant from fireship.
@sumitpurohit88492 жыл бұрын
unreal too
@stickguy91092 жыл бұрын
Bruh brackeys, Sebastian Lague, Johnas Tyroller, blackthornprod I can keep adding to this list
@gameblock98532 жыл бұрын
@@stickguy9109 Yeah but sadly Brackeys left youtube.
@firearmnightcore30542 жыл бұрын
note that fixed update fps can be changed in the settings, and It was not framed-dependent. Meaning that if your game had a sudden frame drop, the fixed update will still run.
@Jecsham2 жыл бұрын
So its like an internal ticks system from unity then?
@myhvKun2 жыл бұрын
And if it's not, would that be the cause why some games (especially old ones) run faster/slower based on fps? Like how Cossacks (an old RTS) goes in to hyperdrive on modern systems.
@saniel27482 жыл бұрын
This is so not true
@Jecsham2 жыл бұрын
@@saniel2748 explain 🤔
@saniel27482 жыл бұрын
@@Jecsham The FixedUpdate frequency is more or less than Update. If the application runs at 25 frames per second (fps), Unity calls it approximately twice per frame, Alternatively, 100 fps causes approximately two rendering frames with one FixedUpdate. This is from docs. Also FixedUpdate doesn't literally run on fixed timestep, it just runs multiple times to cover passed time, if this makes sense
@osca18822 жыл бұрын
I would absolutely LOVE a full length Unity programming series
@GlenJHenderson2 жыл бұрын
100% agreed
@doom-and-gloom2 жыл бұрын
search youtube. the fact that fireship can make a 100 seconds video on it doesn't mean he can do full length tutorial series on it when will y'all understand that?
@Yogsther2 жыл бұрын
@@doom-and-gloom He asked in the video if we wanted a "full unity tutorial" though?
@carny6662 жыл бұрын
Yes, this would be fantastic!
@osca18822 жыл бұрын
@@doom-and-gloom Did you watch the video the whole way through?
@LucasDenhof2 жыл бұрын
1:41 Ah yes, the blue material named "OrangeMat" This is a wonderful new naming convention, I must adopt it!
@farhansangaji50292 жыл бұрын
To think we can develop a 3d game with such ease, it is still Unreal for me
@hussainaqeel73712 жыл бұрын
I see what you did there
@kaksarkar2 жыл бұрын
Nice One
@HypnosisBear2 жыл бұрын
I see what you did there LoL
@siliconhawk2 жыл бұрын
good one.
@Nodsaibot2 жыл бұрын
Unreal Tournament for me
@MrJellekeulemans2 жыл бұрын
I already have a basic understanding of some of these 100 sec topics (like this one), but somehow you make every topic click a bit better in my head. I for example never realized that there are just 3 engine components, and how clearly the game engine is structured. Amazing videos!
@sadboi69562 жыл бұрын
I wish every coding tutorial would be like this: short, simple, and entertaining!
@shreehari25892 жыл бұрын
The heck is your pfp bruh😂 scary af
@ZakkeV2 жыл бұрын
learning is hard. this video didnt teach you how to do stuff in unity. all you learnt is what you could do if you learned to use unity.
@ЭнрикеЧурин2 жыл бұрын
and useless.
@ЭнрикеЧурин2 жыл бұрын
@@ZakkeV agreed
@Nodsaibot2 жыл бұрын
with indian accent
@arvidd2 жыл бұрын
A small correction: input should be taken from the Update loop for a more responsive experience where as physics calculations and for example adding forces to an object should be done in FixedUpdate where the frame rate is stable and won’t change drastically. This is how Unity prefers it.
@szaboattila15510 ай бұрын
This should be the #1 comment as its a huge oversight in this tutorial. Never poll input from fixed update.
@UnPackedWolf5 ай бұрын
@szaboattila155 I learned this the hard way. Granted it wasn't hard to fix, but it gave me a scare wondering why my input doesn't work sometimes.
@SamarthCat2 жыл бұрын
As a unity developer, this was a pleasant surprise as a video coming from you. Keep up the great content!
@ABoxIsMyHome2 жыл бұрын
Does vanilla js go brrrr?
@alleywayyyyy2 жыл бұрын
and when i mean get to work, i mean play beat saber for 11 hours and pass out on the floor, then wake up the next morning and get to work, and when i mean get to work, i mean play beat saber for 11 ho-
@The_Codemaster144k Жыл бұрын
@@alleywayyyyy dani
@hjrgf Жыл бұрын
@@alleywayyyyy still productive
@balazsh22 жыл бұрын
This video demystified game development for me in so little time. I know it's still difficult but now I can imagine how objects and functions are added (e.g. via inheritance) and it's pretty cool, I might give it a try
@loeiks2 жыл бұрын
Keep these 100 seconds series it's a very good idea!
@rhebucks_zh2 жыл бұрын
maybe go up to 130s for the explanation
@shreehari25892 жыл бұрын
@@rhebucks_zh may be go up to 60 minutes
@ЭнрикеЧурин2 жыл бұрын
WHY IS IT 160 SECONDS?
@billy16102 жыл бұрын
Running out of topics mayhaps, he almost covered every well known things
@zRedPlays2 жыл бұрын
@@ЭнрикеЧурин 100 seconds just looks better for the title, and does it even matter if it's 60 seconds more than what the title says?
@henokkebede689 Жыл бұрын
Your 100 seconds videos are great man. I appreciate your work. Thanks for your work!
@TheRustiestOne2 жыл бұрын
Nice to see all the fellow devs who started in unity. If it wasn’t for unity I don’t know if I would be where I am now.
@n8dev2 жыл бұрын
^
@TimlegoStudios2 жыл бұрын
Unity is a great engine but I just hate C#. It's the world's ugliest language. Although Rider is great, but C# just sucks & that's what's keeping me away from Unity
@InsaneH2 жыл бұрын
i love c#
@TheRustiestOne2 жыл бұрын
@@TimlegoStudios C# was the first language I learned. I don’t know if that hurt or helped me but yeah. I’m learning Java for school and knowledge of C# has helped a lot w syntax
@daskampffredchen2 жыл бұрын
@@TheRustiestOne Same. Had a job for 2 years before going to University and did almost everything with C# You can do pretty much everything with it except for some Embedded System stuff maybe (sure there is more you cant use it for but that is the only one I can think of right now)
@ntrgc892 жыл бұрын
You managed to pack quite a bit into 100 seconds, excellent work.
@TheAndre21312 жыл бұрын
I can't believe it's even possible to fit so much useful content into a 100 seconds. Especially something as complex as unity.
@Ice-fl9et2 жыл бұрын
Sorry but it’s more than 100 seconds
@TheAndre21312 жыл бұрын
@@Ice-fl9et into 2 and a half minutes*
@31redorange082 жыл бұрын
Simp.
@Fytrzaczek212 жыл бұрын
@@Ice-fl9et yeah, but in the part which lasts 100 seconds there was a lot of useful content too
@PrimedPixelMusic2 жыл бұрын
Not to just request game dev stuff, but Godot in 100 seconds would be absolutely awesome. Love the content, as always! Keep it up!!
@sealoftime2 жыл бұрын
Yes! Godot in 100 seconds would be really great!
@JOELwindows72 жыл бұрын
Yes, Godot 100 second yess pls
@recker70172 жыл бұрын
not in the current stage tho, once godot 4 stable is here it'd be awesome
@Airaldi2 жыл бұрын
Godot 100 sec, but like @@recker7017 after 4 stable!
@SaiponathGames2 жыл бұрын
That would be really awesome!
@sarangpratham69652 жыл бұрын
Absolutely! A FULL UNITY TUTORIAL .
@mimja1562 жыл бұрын
Man made a hole game in 100 seconds, I love this channel!
@alpha38362 жыл бұрын
I would LOVE a full length Unity tutorial and I'm sure the community would enjoy watching it as well.
@DyslexicMitochondria2 жыл бұрын
Oh hell yeah
@sterlingarcher80412 жыл бұрын
@@DyslexicMitochondria your username made me click on your profile. Your channel is a hidden gem bro
@Pneuma-Studios2 жыл бұрын
Why do you plan on making videogames :D
@alpha38362 жыл бұрын
@@Pneuma-Studios Because they are fun :D I like how some video games detach you from everyday and give this 'free' feeling. I wish to give people the joy and fun of playing games like these in new and various ways. :>
@Pneuma-Studios2 жыл бұрын
@@alpha3836 Woah that's so pure minded :D It's simmilar to my reason why I began making video games. I wanted to create new worlds for us to explore and see ^^
@GameabillityDev Жыл бұрын
wont be needing this for a loooong time
@ollie015132 жыл бұрын
Take user input in Update() and perform physics updates in FixedUpdate(), creating a “state machine” is a common way of handling this (if you take input in FixedUpdate the user will likely run into frequent input lag)
@amirgamil2 жыл бұрын
Be careful! Looks like you might have gotten replied to by a scam account posing as Fireship!
@C4Oc.2 жыл бұрын
Always take player input in the Update function. Taking it in FixedUpdate instead will result in weird and very frequent skips (input gets skipped because it doesn't match the timing of the FixedUpdate function; I assume even more so if you change the timing of it)
@daskampffredchen2 жыл бұрын
@@C4Oc. Explains a lot for me. For some reason one eBook I use for learning put it into the FixedUpdate. And when moving in the Editor I have problems with stuff like Spacebar for jumping. But for some reason I dont have the problems when playing the Released game
@jasonyesmarc3092 жыл бұрын
Also from my years of using Unity, it seems that Update and FixedUpdate should not be treated as being thread-safe with each other. If you have information that is used in either of these, then implement a system that performs the calculations internally, and finally applies all the results upon the final instruction. On systems running slower than 60fps in your game, Update methods will be interrupted by FixedUpdate at an arbitrary point by the engine, in order to ensure the physics remains stable during lag spikes. It only seems thread-safe on systems running faster than 60fps, so any devs using bleeding-edge hardware will not catch a lot of bugs found by players using dated hardware.
@rankarat2 жыл бұрын
Basically in C# the convensions are: Properties named with capital 1st letter, and most of the time will be public or protected and should have atlist getter which you write {get;} While if its variable/field the 1st letter is lowercase or start with underscore, most of the time it will be private. public string fieldName; public string PropertyName { get; set; } Great video as always ❤
@galaxyyus2 жыл бұрын
Loved this video! I look forward for similar videos for competing engines like Unreal, Godot, Game Maker etc as well.
@multiarray23202 жыл бұрын
dont forget scratch (even tho it makes you more an engineer than a programmer xD)
@giosgio Жыл бұрын
i have found the best channel on youtube, I think im gonna binge every video in this 100 seconds playlist. thank you for making content
@J__4542 жыл бұрын
Unity was how I initially learned programming.
@shreehari25892 жыл бұрын
Same bro, i tried to create a flappy bird clone but never finished it 😂😂
@HypnosisBear2 жыл бұрын
@@shreehari2589 LoL I'm currently doing it, but in python's pygame.
@gameblock98532 жыл бұрын
That's my Line.
@GoobyDev2 жыл бұрын
Same here, I learnt a bit of python beforehand but never really used it for anything, then I discovered Unity and learnt some c# just for that, which helped me to apply my learning a lot more and make cool little prototype games
@sherlockluk22252 жыл бұрын
same bro!
@Mike-rn1qt2 жыл бұрын
+1 to a full unity tutorial, that would be AMAZING!
@mrnEight82 жыл бұрын
A Unity tutorial with your teaching style will turn me into a game developer in a day no pressure
@HypnosisBear2 жыл бұрын
@Whatsapp Me ➕ ⓵⓹⓪⓷⓶⓽⓼⓹⓶⓷⓻ spammer alert 😂😂
@C4Oc.2 жыл бұрын
@@HypnosisBear Scammer too I assume they're trying to get people to talk on WhatsApp (obviously because nobody except you, them and maybe Facebook can trace the messages) so that they fall for a scam. There are many ways they can scam people, even in the branch of "great investments". There's Pump and Dump, or making you put money somewhere in a way that you can't ever get it back but the scammer can, for example.
@Pneuma-Studios2 жыл бұрын
haha why not just start developing now :D
@zxczxc39952 жыл бұрын
Two things I would like to mention at 2:17 1. Instead of checking the keyboard presses first, you could just get the input values using Unity's legacy input system already and check the magnitude of the input. Otherwise, the if statement is unnecessary. 2. MovePosition should not be used to constantly move the player around. This has little to do with the physics (it's same as teleporting a gameobject around the scene rather than actually moving the object to a certain direction), the better way to move a rigidbody is by applying a force by AddForce.
@noxdaboxx70372 жыл бұрын
A complete video on Unity would be very appreciated 👍🏼❤️
@natarajboina75252 жыл бұрын
Loved this short overview. I would love a full unity tutorial please.
@homoneanderthalensis_2 жыл бұрын
I'm in the process of learning Unity right now, would love to see full tutorial from this channel
@Pneuma-Studios2 жыл бұрын
what lead you to start making games?
@derrixx99382 жыл бұрын
From the code I've seen in this video, hope they don't make one
@supercyclone83422 жыл бұрын
@@derrixx9938 I'm going to assume they were just in a rush, but yeah that code was pretty bad lol
@flare8912 жыл бұрын
I was already going to buy Fireship Pro because I really enjoy your content (and sense of humor), and I feel like I would get a lot out of your courses as a fellow software dev. You didn't have to tease me with 100 seconds of Unity. (But I'm glad you did - count me in with the full Unity tutorial group!)
@kevinxin15452 жыл бұрын
I mean I watch Fireship's videos all the time, like all of them. A lot of it just tells me things that I don't know but want to learn sth on. I've been using Unity for quite some time now, and just seeing him talk about things that I am actually familiar with is shocking, because I remember it taking me quite a long time to know how things work and how to get my way around the engine. Now looking back at his videos I am shocked how many things he must have been through and tried to get to the point of understanding enough to make a video. Damn this guy is nuts.
@oneManDev2 жыл бұрын
Actually it's not as complicated as you might think. Only take few hours of google search and some trial and errors. The rest depends on the editing skills.
@joseenciso90992 жыл бұрын
Full Unity tutorial?.. Yes, please!
@StarDoesntUpload2 жыл бұрын
Full unity tutorial would be sick! Keep up the amazing content
@Pneuma-Studios2 жыл бұрын
Why are you interessted in making videogames ? asking for a friend haha
@StarDoesntUpload2 жыл бұрын
@@Pneuma-Studios I'm a big gamer and it would be sweet to bring some of my ideas to life
@Pneuma-Studios2 жыл бұрын
@@StarDoesntUpload Ah okay, that was also the reason for me to start developing games. I wish you good luck on your way ^^
@isqueirosbic2 жыл бұрын
a full unity tutorial would finally push me to actually buying fireship courses. please do it.
@Brunoenribeiro2 жыл бұрын
I've been using Unity since 2009. This is definitely the best intro tutorial I ever seen.
@blazerplayz69193 ай бұрын
Do you know where he found a list of the properties at 2:03
@bridger49542 жыл бұрын
that was significantly more useful than I was expecting.
@manaspatil39962 жыл бұрын
FULL UNITY TUTORIAL PLEASE!!! 🔥
@rrrfrdd44972 жыл бұрын
I've learned more in this 2 minute clip than watching tutorial playlists on KZbin.
@schwegelbin2 жыл бұрын
Me, who is using this since years: Good to know.
@BlackTgaming2 жыл бұрын
a full unity tutorial would be elite, haven't used the engine in a very long time and would love to get back into it
@emaaaaax2 жыл бұрын
Now that you did unity, I would love to see 100 seconds videos of other popular game engines, specifically the ones that have a custom language. Anyway great video as always. 🔥
@charlesm.26042 жыл бұрын
Godot in mind ?
@A-Rune-bear Жыл бұрын
unreal engine
@anshulpandey12 жыл бұрын
Great video. As someone who has some experience with Unity I like that you finally covered it. Now I am missing my Unity days 😄.
@scintillatinggames46892 жыл бұрын
same
@gameblock98532 жыл бұрын
Missing?? Why did you leave it tho?
@anshulpandey12 жыл бұрын
@@gameblock9853 Because I also have to design the Game and that becomes frustrating. I like to do coding.
@bluedev63042 жыл бұрын
Can we just appreciate that he got a full unity tutorial in 100 seconds.
@Lensbreak2 жыл бұрын
Next video: BLENDER
@talipapaaa2 жыл бұрын
I can't wait for the full unity tutorial. Your explanation makes everything clearer.
@KageBlink2 жыл бұрын
Dude seeing you explain the lines of code has explained so much for me than most of the videos I've watched. Seeing a full tutorial like this would be incredible!!
@MateoTheDev2 жыл бұрын
YES!! Please make Unity tutorial series bro that would seriously be sick!
@iamawatcher9201 Жыл бұрын
And now it's ruining game makers by charging them per download for games made with Unity. Meaning any redownloads, piracy, and reinstalls will actively hurt developers just so Unity can line their pockets more. (hopefully they revert after the amount of blowback they're getting rn)
@st.altair4936 Жыл бұрын
They most definitely will revert. But it'd be pretty stupid to stick with Unity after this. Foss software like Godot is the only way. I have no doubt Unreal will also do something like this at some point.
@VaMage Жыл бұрын
@@st.altair4936 Well, if Unity's new fee works correctly, Unreal still takes much more money from very successful titles (except for maybe hyper-casual mobile games).
@ninfeaaaa Жыл бұрын
This 100 seconds taught me more than the 25 minute tutorials I usually watch.
@temoncher2 жыл бұрын
I like how "OrangeMat" is blue at 1:43
@whamer1002 жыл бұрын
i cant believe you made basically an entire introduction to unity in 100 seconds, that took like a month of my game design class (extra curriculum class when i was still in highschool) to get to
@c.arandyl2 жыл бұрын
...I dont know why, but at 2:32, the whole scene of the voiceover, the frame zooming into to viewport, the cylinder getting knocked over and the transition to the logo made me laugh out loud
@EddyVinck2 жыл бұрын
I’ve been considering hobby gamedev lately, and was watching KZbin videos about it already, so yes! Make more Unity videos!
@vinayrwt2 жыл бұрын
🇮🇳 thanks for also including gaming stuff
@subinshrestha48552 жыл бұрын
Welcome 🤗
@johnnycacao2 жыл бұрын
Amazing, better than most tutorials
@midblep2 жыл бұрын
I would love a full Unity tutorial. I've been trying to get into it, but the concepts of how it all ties together is one I'm still struggling with. Your explanations have always magically made things clear and make sense in my head. Please do one!
@ItsMeHelel2 жыл бұрын
I'd love not only a full tutorial from you, but also a complete series and an Unity course would be most welcome at any time!
@BlossomKitsune_ Жыл бұрын
0:34 that looks like mad adventures
@Ashwin_1198 Жыл бұрын
Comes with unity fps starter kit
@Benjamin-ud2xe2 жыл бұрын
Wow, he's actually a mind reader I just started a unity project with a friend last week. I'm coming from web development so hopefully this'll help. Please make this a series
@fzxfzxfzx2 жыл бұрын
same,,, just yesterday I started inserting OnGUI stuff into the assembly dll files of an unity game to make a sort of debug tool for it
@PitersChannel2 жыл бұрын
Great video! I think you should also consider making one on Godot - a really good lightweight and open-source game engine!
@ahicarcruz6162 жыл бұрын
A unity full tutorial from your channel would be great, love your videos
@FightingBoredom2 жыл бұрын
Hope this means there’s an OpenGL in 100 seconds on the horizon👀👀
@unorthodox14302 жыл бұрын
Yes Please
@ayushkumar83512 жыл бұрын
Full Unity tutorial would be very helpful for a newbie like me who has just started learning it.
@Nek2082 жыл бұрын
A full course would be awesome! I start learning unity together with my 10 years old daughter, so we are still at the basics 😅 But a course from you about it would be just on time 💪
@Pneuma-Studios2 жыл бұрын
The Unity Game Engine truly improved the lifes of me and so many other game devs. I can't expresss how greatfull I am to this engine 😃
@bl4ckk Жыл бұрын
wont be needing this anymore
@abrarshahid39302 жыл бұрын
2:07 "Control Ridigbody"! Good one, Jeff
@TommyLikeTom2 жыл бұрын
Do Godot. Godot's editor is a program written in Godot and you can edit the code of the editor to update it in real-time
@ЭнрикеЧурин2 жыл бұрын
Who cares about it? Godot's great for other reasons.
@gameblock98532 жыл бұрын
You can also do the same thing with unity.
@hjrgf Жыл бұрын
personally i dont like the node system
@nivmiz02 жыл бұрын
Super happy you covered unity! I love it, making games with it is a creative process that I've fallen in love with.
@winston8589 Жыл бұрын
You should make a video of How Unity Price Plans and UNITY IS OVER?
@TheDwarvenDefender Жыл бұрын
I don't know how Fireship feels, but I think the internet is ready and waiting for _Unity for the Haters in 100 Seconds._
@DigitalCanineGames_11 ай бұрын
not really, Unity is still amazing even if the managment is bad
@KiriLFT2 жыл бұрын
0:14 SUS
@KaruniaSentosa2 жыл бұрын
Just started learning Unity in my college, and this is awesome!
@Swenthorian Жыл бұрын
Might need an update now that Unity has self-destructed, lol.
@kuboi_2 жыл бұрын
Not only do I want you to make a full Unity tutorial, I NEED it.
@alvatenebrae8622 Жыл бұрын
Code report on the Downfall of Unity pls
@Omar-Asim Жыл бұрын
Surprised to see it not out yet, maybe he needs more news for a video
@VaMage Жыл бұрын
There has been no downfall yet.
@bogdancoca6812 жыл бұрын
words cannot contain how much i'd love a full unity tutorial. i subscribed so that i will be notified
@shahzaibhassan6504 Жыл бұрын
Now, we need a Unity for the haters in 100 seconds.
@DigitalCanineGamesStuff8 ай бұрын
nah, Unity is still a good engine, it's just the company that's broken, and they reverted it so not a huge deal
@ltecheroffical8 ай бұрын
@@DigitalCanineGamesStuff "not a huge deal", Really? They destroyed trust in all of us.
@DigitalCanineGamesStuff8 ай бұрын
@@ltecheroffical true, but it's still a great engine, and if I'm being honest, trust is not very important because competitors like Unreal (maybe Godot aswell) are really easy to port to, so if Unity messes up again, switching won't be that hard, especially if you're not making massive AA/AAA style games, but at the moment for a lot of people (including me) Unity the engine is very easy and fun to work with, I wouldn't want to switch to Unreal unless I absolutely had to, I just like Unity better
@ltecheroffical7 ай бұрын
@@DigitalCanineGamesStuff you don't understand
@TheArchCoder3 ай бұрын
@@DigitalCanineGamesStuff i completely disagree with this, Unity just has a big community. Personally i found Godot alot better than unity. And after this, I am never going back again.
@StephenGierek2 жыл бұрын
A full Unity tutorial with Fireship's presentation style? Yes, please!!!
@PokerMocker Жыл бұрын
Heheheh, "democratizing" game development, aged like milk now.
@kaibennett90772 жыл бұрын
YES a fully unity tutorial please and thankyou!
@pascal123552 жыл бұрын
Fun fact: Unity used to support Javascripts too
@askeladden4502 жыл бұрын
Only the OGs remember Booscript
@lukehero2 жыл бұрын
I wasn't expecting a Unity video from you! Nice 😁
@kodak1587 Жыл бұрын
Hahaha this is gold
@danha31072 жыл бұрын
I love the way you explain things so a full Unity tutorial would be amazing!!
@imad43242 жыл бұрын
this 100 seconds has all you need to get start. that just awesome 💯💯
@ExayoPodloga Жыл бұрын
Godot > Ugreedy
@useruser510uu Жыл бұрын
godot sucks
@vextium Жыл бұрын
@@useruser510uu Doing tricks on it dawg
@Kelle128 Жыл бұрын
@@useruser510uuUnity is even worse
@jsnotlout33122 жыл бұрын
This is actually better than a lot of super long tutorials. I actually learned alot!
@swiftypopty11022 жыл бұрын
He doesn't teach us anything but give us an overview of what's unity is.
@qwertz3813 Жыл бұрын
didn't age well
@mayy53113 ай бұрын
wym?
@qwertz38133 ай бұрын
Unity had a small crisis due to chargebacks and various fees, but it's already back to normal
@matthewgrichmond2 жыл бұрын
This was amazing to see what you could do in
@PlayU2U2 жыл бұрын
I'd highly recommend you to use Unity instead of unreal for beginners! I'm telling from my 3 years of experience with game engines!
@kocokan Жыл бұрын
AHAHAHAHAHAHAHAHA
@raandomplayer85892 жыл бұрын
i have yet tp find a tutorial channel as entertaining as yours... keep it up!
@wryosbp Жыл бұрын
Do Godot in 100 seconds.
@Kelle128 Жыл бұрын
If you actually searched it up then you'll see that he had already made the video over 10 months ago.
@YuriLectrice Жыл бұрын
i see what you did there
@crisolivares78472 жыл бұрын
I am on lesson 7 from the Junior Programmer course in Unity and this video sums it all up so good for the 1st project lessons. I hope you release a full tutorial one day Fireship
@BobChess Жыл бұрын
This didn't age well 💀
@okokisbsi8 ай бұрын
Why
@krush8452 жыл бұрын
Full Unity tutorial would blow up your channel for sure. I'd honestly love to see me tutorial videos on your channel.
@Thisisdcode Жыл бұрын
Sadly its dying. REALLY dying
@AuthorChaos2 жыл бұрын
I love unity! A full tutorial would be absolutely killer!