Unity in 100 Seconds

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ก.ย. 2024
  • Build your first video game in 100 seconds with the Unity Game Engine. It is a powerful tool that simplifies the way developers create 2D and 3D video games with the C# programming language.
    This video is NOT sponsored
    #programming #gamedev #100SecondsOfCode
    🔗 Resources
    Unity Homepage unity.com
    Games made with Unity en.wikipedia.o...
    Unity Manual docs.unity3d.c...
    C# in 100 Seconds • C# in 100 Seconds
    🔥 Get More Content - Upgrade to PRO
    Upgrade to Fireship PRO at fireship.io/pro
    Use code lORhwXd2 for 25% off your first payment.
    🎨 My Editor Settings
    - Atom One Dark
    - vscode-icons
    - Fira Code Font
    🔖 Topics Covered
    - Unity basics tutorial
    - Build a simple app with unity
    - What are unity game object components?
    - How to get started with Unity?
    - What is Unity?
    - When was Unity created?
    - Game development with C sharp
    - Is game development hard?

ความคิดเห็น • 1.6K

  • @Ryan3
    @Ryan3 2 ปีที่แล้ว +6757

    I cannot express how much I would love a full Unity tutorial

    • @Kronos_LordofTitans
      @Kronos_LordofTitans 2 ปีที่แล้ว +115

      those already exist

    • @mohammedsaad3801
      @mohammedsaad3801 2 ปีที่แล้ว +262

      @@Kronos_LordofTitans he meant from fireship.

    • @sumitpurohit8849
      @sumitpurohit8849 2 ปีที่แล้ว +34

      unreal too

    • @stickguy9109
      @stickguy9109 2 ปีที่แล้ว +75

      Bruh brackeys, Sebastian Lague, Johnas Tyroller, blackthornprod I can keep adding to this list

    • @gameblock9853
      @gameblock9853 2 ปีที่แล้ว +28

      @@stickguy9109 Yeah but sadly Brackeys left youtube.

  • @firearmnightcore3054
    @firearmnightcore3054 2 ปีที่แล้ว +376

    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.

    • @Jecsham
      @Jecsham 2 ปีที่แล้ว +6

      So its like an internal ticks system from unity then?

    • @myhvKun
      @myhvKun 2 ปีที่แล้ว +4

      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.

    • @saniel2748
      @saniel2748 2 ปีที่แล้ว

      This is so not true

    • @Jecsham
      @Jecsham 2 ปีที่แล้ว +1

      @@saniel2748 explain 🤔

    • @saniel2748
      @saniel2748 2 ปีที่แล้ว +14

      @@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

  • @osca1882
    @osca1882 2 ปีที่แล้ว +2986

    I would absolutely LOVE a full length Unity programming series

    • @GlenJHenderson
      @GlenJHenderson 2 ปีที่แล้ว +15

      100% agreed

    • @doom-and-gloom
      @doom-and-gloom 2 ปีที่แล้ว +32

      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?

    • @Yogsther
      @Yogsther 2 ปีที่แล้ว +57

      @@doom-and-gloom He asked in the video if we wanted a "full unity tutorial" though?

    • @carny666
      @carny666 2 ปีที่แล้ว +2

      Yes, this would be fantastic!

    • @osca1882
      @osca1882 2 ปีที่แล้ว +11

      @@doom-and-gloom Did you watch the video the whole way through?

  • @arvidd
    @arvidd 2 ปีที่แล้ว +116

    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.

    • @szaboattila155
      @szaboattila155 7 หลายเดือนก่อน +1

      This should be the #1 comment as its a huge oversight in this tutorial. Never poll input from fixed update.

    • @UnPackedWolf
      @UnPackedWolf 3 หลายเดือนก่อน +1

      ​@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.

  • @farhansangaji5029
    @farhansangaji5029 2 ปีที่แล้ว +2225

    To think we can develop a 3d game with such ease, it is still Unreal for me

    • @hussainaqeel7371
      @hussainaqeel7371 2 ปีที่แล้ว +541

      I see what you did there

    • @kaksarkar
      @kaksarkar 2 ปีที่แล้ว +104

      Nice One

    • @HypnosisBear
      @HypnosisBear 2 ปีที่แล้ว +74

      I see what you did there LoL

    • @siliconhawk
      @siliconhawk 2 ปีที่แล้ว +43

      good one.

    • @Nodsaibot
      @Nodsaibot 2 ปีที่แล้ว +34

      Unreal Tournament for me

  • @MrJellekeulemans
    @MrJellekeulemans 2 ปีที่แล้ว +11

    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!

  • @sadboi6956
    @sadboi6956 2 ปีที่แล้ว +1405

    I wish every coding tutorial would be like this: short, simple, and entertaining!

    • @shreehari2589
      @shreehari2589 2 ปีที่แล้ว +13

      The heck is your pfp bruh😂 scary af

    • @ZakkeV
      @ZakkeV 2 ปีที่แล้ว +125

      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 ปีที่แล้ว +20

      and useless.

    • @ЭнрикеЧурин
      @ЭнрикеЧурин 2 ปีที่แล้ว +7

      @@ZakkeV agreed

    • @Nodsaibot
      @Nodsaibot 2 ปีที่แล้ว +6

      with indian accent

  • @balazsh2
    @balazsh2 2 ปีที่แล้ว +7

    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

  • @SamarthCat
    @SamarthCat 2 ปีที่แล้ว +488

    As a unity developer, this was a pleasant surprise as a video coming from you. Keep up the great content!

    • @ABoxIsMyHome
      @ABoxIsMyHome 2 ปีที่แล้ว +1

      Does vanilla js go brrrr?

    • @alleywayyyyy
      @alleywayyyyy 2 ปีที่แล้ว +8

      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
      @The_Codemaster144k ปีที่แล้ว +1

      @@alleywayyyyy dani

    • @hjrgf
      @hjrgf ปีที่แล้ว +1

      ​@@alleywayyyyy still productive

  • @kevinxin1545
    @kevinxin1545 2 ปีที่แล้ว +11

    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.

    • @oneManDev
      @oneManDev ปีที่แล้ว +1

      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.

  • @TheRustiestOne
    @TheRustiestOne 2 ปีที่แล้ว +334

    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.

    • @n8dev
      @n8dev 2 ปีที่แล้ว +5

      ^

    • @TimlegoStudios
      @TimlegoStudios 2 ปีที่แล้ว +11

      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

    • @InsaneH
      @InsaneH 2 ปีที่แล้ว +64

      i love c#

    • @TheRustiestOne
      @TheRustiestOne 2 ปีที่แล้ว +28

      @@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

    • @daskampffredchen
      @daskampffredchen 2 ปีที่แล้ว +9

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

  • @rankarat
    @rankarat 2 ปีที่แล้ว +5

    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 ❤

  • @TheAndre2131
    @TheAndre2131 2 ปีที่แล้ว +93

    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-fl9et
      @Ice-fl9et 2 ปีที่แล้ว +8

      Sorry but it’s more than 100 seconds

    • @TheAndre2131
      @TheAndre2131 2 ปีที่แล้ว +3

      @@Ice-fl9et into 2 and a half minutes*

    • @31redorange08
      @31redorange08 2 ปีที่แล้ว +1

      Simp.

    • @Fytrzaczek21
      @Fytrzaczek21 2 ปีที่แล้ว

      @@Ice-fl9et yeah, but in the part which lasts 100 seconds there was a lot of useful content too

  • @emaaaaax
    @emaaaaax 2 ปีที่แล้ว +5

    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. 🔥

  • @loeiks
    @loeiks 2 ปีที่แล้ว +165

    Keep these 100 seconds series it's a very good idea!

    • @rhebucks_zh
      @rhebucks_zh 2 ปีที่แล้ว +1

      maybe go up to 130s for the explanation

    • @shreehari2589
      @shreehari2589 2 ปีที่แล้ว +4

      @@rhebucks_zh may be go up to 60 minutes

    • @ЭнрикеЧурин
      @ЭнрикеЧурин 2 ปีที่แล้ว +6

      WHY IS IT 160 SECONDS?

    • @billy1610
      @billy1610 2 ปีที่แล้ว +1

      Running out of topics mayhaps, he almost covered every well known things

    • @zRedPlays
      @zRedPlays 2 ปีที่แล้ว +5

      @@ЭнрикеЧурин 100 seconds just looks better for the title, and does it even matter if it's 60 seconds more than what the title says?

  • @GameabillityDev
    @GameabillityDev ปีที่แล้ว +11

    wont be needing this for a loooong time

  • @olliepayne3748
    @olliepayne3748 2 ปีที่แล้ว +74

    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)

    • @amirgamil
      @amirgamil 2 ปีที่แล้ว +5

      Be careful! Looks like you might have gotten replied to by a scam account posing as Fireship!

    • @C4Oc.
      @C4Oc. 2 ปีที่แล้ว +10

      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)

    • @daskampffredchen
      @daskampffredchen 2 ปีที่แล้ว

      @@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

    • @jasonyesmarc309
      @jasonyesmarc309 2 ปีที่แล้ว +4

      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.

  • @flare891
    @flare891 2 ปีที่แล้ว +1

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

  • @galaxyyus
    @galaxyyus 2 ปีที่แล้ว +41

    Loved this video!
    I look forward for similar videos for competing engines like Unreal, Godot, Game Maker etc as well.

    • @multiarray2320
      @multiarray2320 2 ปีที่แล้ว +6

      dont forget scratch (even tho it makes you more an engineer than a programmer xD)

  • @ntrgc89
    @ntrgc89 2 ปีที่แล้ว +5

    You managed to pack quite a bit into 100 seconds, excellent work.

  • @alpha3836
    @alpha3836 2 ปีที่แล้ว +136

    I would LOVE a full length Unity tutorial and I'm sure the community would enjoy watching it as well.

    • @DyslexicMitochondria
      @DyslexicMitochondria 2 ปีที่แล้ว +2

      Oh hell yeah

    • @sterlingarcher8041
      @sterlingarcher8041 2 ปีที่แล้ว +2

      @@DyslexicMitochondria your username made me click on your profile. Your channel is a hidden gem bro

    • @Pneuma-Studios
      @Pneuma-Studios 2 ปีที่แล้ว +1

      Why do you plan on making videogames :D

    • @alpha3836
      @alpha3836 2 ปีที่แล้ว +3

      @@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-Studios
      @Pneuma-Studios 2 ปีที่แล้ว +2

      @@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 ^^

  • @PrimedPixelMusic
    @PrimedPixelMusic 2 ปีที่แล้ว +91

    Not to just request game dev stuff, but Godot in 100 seconds would be absolutely awesome. Love the content, as always! Keep it up!!

    • @sealoftime
      @sealoftime 2 ปีที่แล้ว +9

      Yes! Godot in 100 seconds would be really great!

    • @JOELwindows7
      @JOELwindows7 2 ปีที่แล้ว +7

      Yes, Godot 100 second yess pls

    • @recker7017
      @recker7017 2 ปีที่แล้ว +6

      not in the current stage tho, once godot 4 stable is here it'd be awesome

    • @Airaldi
      @Airaldi 2 ปีที่แล้ว +1

      Godot 100 sec, but like @@recker7017 after 4 stable!

    • @SaiponathGames
      @SaiponathGames 2 ปีที่แล้ว +1

      That would be really awesome!

  • @J__454
    @J__454 2 ปีที่แล้ว +58

    Unity was how I initially learned programming.

    • @shreehari2589
      @shreehari2589 2 ปีที่แล้ว +1

      Same bro, i tried to create a flappy bird clone but never finished it 😂😂

    • @HypnosisBear
      @HypnosisBear 2 ปีที่แล้ว +1

      @@shreehari2589 LoL I'm currently doing it, but in python's pygame.

    • @gameblock9853
      @gameblock9853 2 ปีที่แล้ว +1

      That's my Line.

    • @GoobyDev
      @GoobyDev 2 ปีที่แล้ว +3

      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

    • @sherlockluk2225
      @sherlockluk2225 2 ปีที่แล้ว +1

      same bro!

  • @Benjamin-ud2xe
    @Benjamin-ud2xe 2 ปีที่แล้ว +1

    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

    • @fzxfzxfzx
      @fzxfzxfzx 2 ปีที่แล้ว

      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

  • @sarangpratham6965
    @sarangpratham6965 2 ปีที่แล้ว +9

    Absolutely! A FULL UNITY TUTORIAL .

  • @isqueirosbic
    @isqueirosbic 2 ปีที่แล้ว +1

    a full unity tutorial would finally push me to actually buying fireship courses. please do it.

  • @mrnEight8
    @mrnEight8 2 ปีที่แล้ว +18

    A Unity tutorial with your teaching style will turn me into a game developer in a day
    no pressure

    • @HypnosisBear
      @HypnosisBear 2 ปีที่แล้ว +2

      @Whatsapp Me ➕ ⓵⓹⓪⓷⓶⓽⓼⓹⓶⓷⓻ spammer alert 😂😂

    • @C4Oc.
      @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-Studios
      @Pneuma-Studios 2 ปีที่แล้ว

      haha why not just start developing now :D

  • @temoncher
    @temoncher 2 ปีที่แล้ว +4

    I like how "OrangeMat" is blue at 1:43

  • @manaspatil3996
    @manaspatil3996 2 ปีที่แล้ว +7

    FULL UNITY TUTORIAL PLEASE!!! 🔥

  • @nivmiz0
    @nivmiz0 2 ปีที่แล้ว

    Super happy you covered unity! I love it, making games with it is a creative process that I've fallen in love with.

  • @homoneanderthalensis_
    @homoneanderthalensis_ 2 ปีที่แล้ว +30

    I'm in the process of learning Unity right now, would love to see full tutorial from this channel

    • @Pneuma-Studios
      @Pneuma-Studios 2 ปีที่แล้ว

      what lead you to start making games?

    • @derrixx9938
      @derrixx9938 2 ปีที่แล้ว

      From the code I've seen in this video, hope they don't make one

    • @supercyclone8342
      @supercyclone8342 2 ปีที่แล้ว

      @@derrixx9938 I'm going to assume they were just in a rush, but yeah that code was pretty bad lol

  • @rrrfrdd4497
    @rrrfrdd4497 2 ปีที่แล้ว +1

    I've learned more in this 2 minute clip than watching tutorial playlists on TH-cam.

  • @schwegelbin
    @schwegelbin 2 ปีที่แล้ว +7

    Me, who is using this since years:
    Good to know.

  • @ayushkumar8351
    @ayushkumar8351 2 ปีที่แล้ว +1

    Full Unity tutorial would be very helpful for a newbie like me who has just started learning it.

  • @anshulpandey1
    @anshulpandey1 2 ปีที่แล้ว +6

    Great video. As someone who has some experience with Unity I like that you finally covered it. Now I am missing my Unity days 😄.

    • @scintillatinggames4689
      @scintillatinggames4689 2 ปีที่แล้ว

      same

    • @gameblock9853
      @gameblock9853 2 ปีที่แล้ว

      Missing?? Why did you leave it tho?

    • @anshulpandey1
      @anshulpandey1 2 ปีที่แล้ว

      @@gameblock9853 Because I also have to design the Game and that becomes frustrating. I like to do coding.

  • @giosgio
    @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

  • @noxdaboxx7037
    @noxdaboxx7037 2 ปีที่แล้ว +4

    A complete video on Unity would be very appreciated 👍🏼❤️

  • @BlossomKitsune_
    @BlossomKitsune_ ปีที่แล้ว +3

    0:34 that looks like mad adventures

    • @Ashwin_1198
      @Ashwin_1198 ปีที่แล้ว

      Comes with unity fps starter kit

  • @StarDoesntUpload
    @StarDoesntUpload 2 ปีที่แล้ว +5

    Full unity tutorial would be sick! Keep up the amazing content

    • @Pneuma-Studios
      @Pneuma-Studios 2 ปีที่แล้ว

      Why are you interessted in making videogames ? asking for a friend haha

    • @StarDoesntUpload
      @StarDoesntUpload 2 ปีที่แล้ว +1

      @@Pneuma-Studios I'm a big gamer and it would be sweet to bring some of my ideas to life

    • @Pneuma-Studios
      @Pneuma-Studios 2 ปีที่แล้ว

      @@StarDoesntUpload Ah okay, that was also the reason for me to start developing games. I wish you good luck on your way ^^

  • @mimja156
    @mimja156 2 ปีที่แล้ว +1

    Man made a hole game in 100 seconds, I love this channel!

  • @Brunoenribeiro
    @Brunoenribeiro 2 ปีที่แล้ว +4

    I've been using Unity since 2009. This is definitely the best intro tutorial I ever seen.

    • @blazerplayz6919
      @blazerplayz6919 หลายเดือนก่อน

      Do you know where he found a list of the properties at 2:03

  • @ktmochiii
    @ktmochiii 2 ปีที่แล้ว

    Fireship style tutorials for gamedev has been my dream in a long time

  • @Lensbreak
    @Lensbreak 2 ปีที่แล้ว +17

    Next video: BLENDER

  • @TheMusicSpawn
    @TheMusicSpawn 2 ปีที่แล้ว +1

    Please, oh please, do a full unity tutorial, I don't think there are words I can use that would describe how much I want a game engine explained, rapidly without too much fuzz and clearly.

  • @iamawatcher9201
    @iamawatcher9201 ปีที่แล้ว +19

    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
      @st.altair4936 ปีที่แล้ว +12

      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
      @VaMage ปีที่แล้ว +1

      @@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).

  • @ahicarcruz616
    @ahicarcruz616 ปีที่แล้ว

    A unity full tutorial from your channel would be great, love your videos

  • @KageBlink
    @KageBlink 2 ปีที่แล้ว +3

    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!!

  • @farisputra11
    @farisputra11 2 ปีที่แล้ว

    using unity from unity 5 then all the way till unity 2021 makes me proud how unity is developing and catching up

  • @vinayrwt
    @vinayrwt 2 ปีที่แล้ว +6

    🇮🇳 thanks for also including gaming stuff

  • @Cptn_Fabulous
    @Cptn_Fabulous 2 ปีที่แล้ว +2

    Great video! I'm already pretty experienced with Unity, but I'd love to watch a similar one on Unreal Engine, since I'm still trying to wrap my head around the different workflow.

  • @PitersChannel
    @PitersChannel 2 ปีที่แล้ว +26

    Great video! I think you should also consider making one on Godot - a really good lightweight and open-source game engine!

  • @matt5g
    @matt5g 2 ปีที่แล้ว

    I don't even like game dev anymore, but I would love a unity tutorial, it might help spark my interest in game dev again

  • @TommyLikeTom
    @TommyLikeTom 2 ปีที่แล้ว +12

    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 ปีที่แล้ว +1

      Who cares about it? Godot's great for other reasons.

    • @gameblock9853
      @gameblock9853 2 ปีที่แล้ว +1

      You can also do the same thing with unity.

    • @hjrgf
      @hjrgf ปีที่แล้ว

      personally i dont like the node system

  • @alvatenebrae8622
    @alvatenebrae8622 ปีที่แล้ว +19

    Code report on the Downfall of Unity pls

    • @Omar-Asim
      @Omar-Asim ปีที่แล้ว +1

      Surprised to see it not out yet, maybe he needs more news for a video

    • @VaMage
      @VaMage ปีที่แล้ว +1

      There has been no downfall yet.

  • @Pneuma-Studios
    @Pneuma-Studios 2 ปีที่แล้ว +1

    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 😃

  • @Nek208
    @Nek208 2 ปีที่แล้ว +4

    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 💪

  • @BlackTgaming
    @BlackTgaming 2 ปีที่แล้ว +1

    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

  • @midblep
    @midblep 2 ปีที่แล้ว +7

    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!

  • @c.arandyl
    @c.arandyl 2 ปีที่แล้ว +2

    ...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

  • @FightingBoredom
    @FightingBoredom 2 ปีที่แล้ว +6

    Hope this means there’s an OpenGL in 100 seconds on the horizon👀👀

  • @zxczxc3995
    @zxczxc3995 2 ปีที่แล้ว +1

    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.

  • @shahzaibhassan6504
    @shahzaibhassan6504 11 หลายเดือนก่อน +24

    Now, we need a Unity for the haters in 100 seconds.

    • @DigitalCanineGamesStuff
      @DigitalCanineGamesStuff 6 หลายเดือนก่อน

      nah, Unity is still a good engine, it's just the company that's broken, and they reverted it so not a huge deal

    • @ltecheroffical
      @ltecheroffical 6 หลายเดือนก่อน

      @@DigitalCanineGamesStuff "not a huge deal", Really? They destroyed trust in all of us.

    • @DigitalCanineGamesStuff
      @DigitalCanineGamesStuff 6 หลายเดือนก่อน

      ​@@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

    • @ltecheroffical
      @ltecheroffical 5 หลายเดือนก่อน

      @@DigitalCanineGamesStuff you don't understand

    • @TheArchCoder
      @TheArchCoder หลายเดือนก่อน

      @@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.

  • @whamer100
    @whamer100 2 ปีที่แล้ว

    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

  • @winston8589
    @winston8589 ปีที่แล้ว +6

    You should make a video of How Unity Price Plans and UNITY IS OVER?

  • @EasyGetFreezy
    @EasyGetFreezy 2 ปีที่แล้ว

    please, do a full-length Unity series! Even short ones would be cool!

  • @bl4ckk
    @bl4ckk ปีที่แล้ว +19

    wont be needing this anymore

  • @CodeGabe23
    @CodeGabe23 2 ปีที่แล้ว +1

    I would love to see a full on unity tutorial from you!

    • @Pneuma-Studios
      @Pneuma-Studios 2 ปีที่แล้ว

      Yeah that would be so great °-°

  • @bluedev6304
    @bluedev6304 2 ปีที่แล้ว +1

    Can we just appreciate that he got a full unity tutorial in 100 seconds.

  • @PokerMocker
    @PokerMocker ปีที่แล้ว +14

    Heheheh, "democratizing" game development, aged like milk now.

  • @ItsMeHelel
    @ItsMeHelel 2 ปีที่แล้ว +1

    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!

  • @kuboi_
    @kuboi_ 2 ปีที่แล้ว

    Not only do I want you to make a full Unity tutorial, I NEED it.

  • @Swenthorian
    @Swenthorian ปีที่แล้ว +7

    Might need an update now that Unity has self-destructed, lol.

  • @EddyVinck
    @EddyVinck 2 ปีที่แล้ว

    I’ve been considering hobby gamedev lately, and was watching TH-cam videos about it already, so yes! Make more Unity videos!

  • @TheDwarvenDefender
    @TheDwarvenDefender ปีที่แล้ว +6

    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_
      @DigitalCanineGames_ 9 หลายเดือนก่อน

      not really, Unity is still amazing even if the managment is bad

  • @joseenciso9099
    @joseenciso9099 2 ปีที่แล้ว +1

    Full Unity tutorial?.. Yes, please!

  • @pascal12355
    @pascal12355 2 ปีที่แล้ว +4

    Fun fact: Unity used to support Javascripts too

    • @askeladden450
      @askeladden450 2 ปีที่แล้ว +1

      Only the OGs remember Booscript

  • @overlordprincekhan
    @overlordprincekhan 2 ปีที่แล้ว

    I also would like to see a full unity tutorial video from you. Keep up the good work buddy.

  • @kodak1587
    @kodak1587 ปีที่แล้ว +4

    Hahaha this is gold

  • @wryosbp
    @wryosbp ปีที่แล้ว +12

    Do Godot in 100 seconds.

    • @Kelle128
      @Kelle128 ปีที่แล้ว +10

      If you actually searched it up then you'll see that he had already made the video over 10 months ago.

    • @YuriLectrice
      @YuriLectrice ปีที่แล้ว +1

      i see what you did there

  • @abrarshahid3930
    @abrarshahid3930 2 ปีที่แล้ว +1

    2:07 "Control Ridigbody"! Good one, Jeff

  • @qwertz3813
    @qwertz3813 ปีที่แล้ว +14

    didn't age well

    • @mayy5311
      @mayy5311 หลายเดือนก่อน

      wym?

    • @qwertz3813
      @qwertz3813 หลายเดือนก่อน

      Unity had a small crisis due to chargebacks and various fees, but it's already back to normal

  • @talipapaaa
    @talipapaaa 2 ปีที่แล้ว

    I can't wait for the full unity tutorial. Your explanation makes everything clearer.

  • @Thisisdcode
    @Thisisdcode ปีที่แล้ว +9

    Sadly its dying. REALLY dying

  • @crisolivares7847
    @crisolivares7847 2 ปีที่แล้ว

    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

  • @ExayoPodloga
    @ExayoPodloga ปีที่แล้ว +7

    Godot > Ugreedy

    • @useruser510uu
      @useruser510uu ปีที่แล้ว

      godot sucks

    • @vextium
      @vextium ปีที่แล้ว +6

      @@useruser510uu Doing tricks on it dawg

    • @Kelle128
      @Kelle128 ปีที่แล้ว +5

      ​@@useruser510uuUnity is even worse

  • @Jameel_Ali
    @Jameel_Ali 2 ปีที่แล้ว

    I like how this summarizes what Unity is and how to use it. I want to make my own series to summarize anything and everything in Unity some day. Nice Video as always Fireship

  • @kocokan
    @kocokan ปีที่แล้ว +2

    AHAHAHAHAHAHAHAHA

  • @space_banane6033
    @space_banane6033 2 ปีที่แล้ว

    Bro 1) what Music?
    2) u poped up in my recommends (yt got good taste)
    3) best tutorial ever

  • @BobChess
    @BobChess 10 หลายเดือนก่อน +9

    This didn't age well 💀

    • @okokisbsi
      @okokisbsi 6 หลายเดือนก่อน

      Why

  • @DKPstudios
    @DKPstudios 2 ปีที่แล้ว

    Yes! Full length Unity! Add Firebase into it too if it's applicable or whatever you'd use for a multi-player game as I know Firebase wouldn't be able to handle multiple characters in the screen.

  • @jtdyalEngineer
    @jtdyalEngineer 2 ปีที่แล้ว

    I'm impressed that you were able to do that in 100 seconds.

  • @TheSaltyBlock
    @TheSaltyBlock 2 ปีที่แล้ว

    A complete unity tutorial would be much needed

  • @TheKurdong
    @TheKurdong 2 ปีที่แล้ว

    I miss this hobby. Started out making balls roll like Kula World but with physics, then started dabbling into 3D modeling, rigging and animation and it's a deep rabbit hole from thereon. Needless to say, I never finished making a game, but it was fun and I learned a lot. Might even go back and relearn the basics again.

  • @bogdancoca681
    @bogdancoca681 2 ปีที่แล้ว

    words cannot contain how much i'd love a full unity tutorial. i subscribed so that i will be notified

  • @krush845
    @krush845 2 ปีที่แล้ว

    Full Unity tutorial would blow up your channel for sure. I'd honestly love to see me tutorial videos on your channel.

  • @stephenkentperez7705
    @stephenkentperez7705 2 ปีที่แล้ว

    nope.. not full unity tutorials. Just a lot of Unity in 100 seconds. short, concise, clinical.

  • @allyourpie4323
    @allyourpie4323 2 ปีที่แล้ว

    A unity tutorial would be an excellent addition to your channel.

  • @jorgesaxon3781
    @jorgesaxon3781 2 ปีที่แล้ว

    Full length unity tutorial would give me life

  • @fardinnashin1052
    @fardinnashin1052 2 ปีที่แล้ว

    RyanVR
    I cannot express how much I would love a full Unity tutorial
    OSCA
    I would absolutely LOVE a full length Unity programming series.

  • @ninfeaaaa
    @ninfeaaaa ปีที่แล้ว

    This 100 seconds taught me more than the 25 minute tutorials I usually watch.