8 Months of Game Dev in 13 Minutes

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024
  • It has been 8 months since I started making my dream game, and with 2022 wrapping up I thought what better time than now to reflect on everything I accomplished this year.
    I had to reupload this video because there was a bunch of distortion in the original one. Hopefully this one is better.
    Discord - / discord
    #unity #gamedev #devlog #indiegame

Комментарии • 78

  • @UsernameHere51
    @UsernameHere51 Год назад +20

    “Wait you’ve heard this one before” hits different the second time

  • @barkmober
    @barkmober Год назад +46

    legends know this is a reupload

  • @Callam001
    @Callam001 Год назад +3

    think i pretty much watched every devlog but its great to see a condensed version like this, fully shows how much stuff has changed through developement

  • @eight_littlenightmares
    @eight_littlenightmares Год назад +3

    I’ve been here (almost) since the start, and I watch all your videos!! Looking forward to the release!!! (Recommenting this comment because the vid was reuploaded)

  • @LemurG
    @LemurG Год назад +3

    I am very proud of you for doing 16 months of game dev is 26 minutes!

    • @brohamhd8644
      @brohamhd8644 Год назад

      I’ve been working on a survival game more like Zelda breath of the wild our Genshin impact so could you make a tutoreal

    • @overphildev
      @overphildev  Год назад

      What kind of tutorial would you want to see

  • @tileychannel
    @tileychannel Год назад +33

    This video is so great I watched it twice!

    • @overphildev
      @overphildev  Год назад +10

      A true legend

    • @Redston4D
      @Redston4D Год назад

      bro is so capping the vid was relesed 13 mins ago and the vid is 13 long and even if u watched it at 2x u posted ur comment 2 mins ago so ¯\_(ツ)_/¯

    • @Tim-1234
      @Tim-1234 Год назад +6

      @@Redston4D the video is a reupload.

    • @tileychannel
      @tileychannel Год назад +4

      @@Redston4D I was making a joke, since this is a reupload

    • @brohamhd8644
      @brohamhd8644 Год назад

      I watched it 6 times

  • @Skeffles
    @Skeffles Год назад +1

    Wow. It's great to see how much you've done in the year. I hope you have a happy new year!
    Also if you're concerned about duplication glitches then I'd recommend you add some automated tests for checking that.

  • @dessh2o
    @dessh2o Год назад +1

    I remember the video that said what makes ur video game unique is that by killing and collecting materials from enemy robots, you could upgrade your robot. So at your main base/house hthere should be a station where the boy swaps out the parts from the enemy robot to your robot. So maybe like lazer beams, xray vision, jetpack, tons of possibilities

  • @ChristianPretorius
    @ChristianPretorius Год назад +1

    Really looking forward to playing this game

  • @amolpande3778
    @amolpande3778 Год назад +3

    Can you Please make a video on how you added water in procedurally generated world, and also please mention all the optimization steps you did and how you did.
    Please make a video on this.
    And thank you for Sharing your progress.

    • @overphildev
      @overphildev  Год назад +1

      The water is actually just a plane with a shader that sits under the terrain. It never changes but i put it at a height where when the terrain gets low enough the water will be above it. Since I am just using one island this can work. But if you want an infinite terrain you will have to do some more

    • @amolpande3778
      @amolpande3778 Год назад +2

      @@overphildev Thanks for reply, can you also share how you make grass sway with GPU instanced and some other performance tips.

  • @abidux
    @abidux Год назад +1

    watching again to help you :)

  • @dessh2o
    @dessh2o Год назад +1

    You should add emotions to the robot

    • @dessh2o
      @dessh2o Год назад

      like on the monitor

  • @GiraffePi
    @GiraffePi Год назад

    For enemy detection First get the vector distance from player and enemay and when the distance is in the range then use normal vector and get angle between player and enemy looking direction. if both condition is true then use raycasting. that way u can reduce the calculation of enemy algorithm

  • @Hyp3rFX
    @Hyp3rFX Год назад +1

    Rewatching for the algorithm.

  • @dec35
    @dec35 Год назад +2

    why was it uploeaded twice?
    edit : just looked at the description

  • @v037_
    @v037_ Год назад +1

    I wanna see more

  • @миииц
    @миииц Год назад

    With each video, the sound volume is getting quieter, lol

  • @ersikaQT
    @ersikaQT Год назад +1

    Comment for the algorithm again 💜

  • @collinvisser7108
    @collinvisser7108 Год назад +1

    well done

  • @subarnapokharel2218
    @subarnapokharel2218 Год назад +1

    Hey, your vdeos are awesome! I also want to become a game developer like u. Can you suggest me what course tutorial to follow to become game developer and what advice u suggest me?

    • @overphildev
      @overphildev  Год назад +1

      If you're new to game dev I would recommend just remaking old games like pong so you can get the basics. RUclips is a great resource full of guides but you don't want to get trapped in tutorial hell. I learn best by doing so just keep creating small games and you will get better and better with each one.
      When I started I watch an basic unity tutorial to understand how your supposed to use it then I would just Google whatever I got stuck on. It will take some time to learn but good luck!

    • @subarnapokharel2218
      @subarnapokharel2218 Год назад

      And what is the job market in terms of getting remote jobs , salary and other stuff in game dev industry as compared to web development

    • @overphildev
      @overphildev  Год назад

      No idea. I'm an engineer who does gamedev and youtube as a hobby

  • @puma8185
    @puma8185 Год назад +1

    i’m using the code from sebastian’s tutorial series and it doesn’t work for the latest unity version. did you fix his github code or did you go along with him and bail at a certain point?

    • @overphildev
      @overphildev  Год назад

      I followed the videos and in the ones that didn't work the answer was normally in the comments

    • @puma8185
      @puma8185 Год назад +1

      @@overphildev I ended up fixing it too, thanks :)

  • @rysemango
    @rysemango Год назад

    i feel like ive lready seen this

  • @_qnxi7777
    @_qnxi7777 Год назад +1

    what is the game called?

    • @overphildev
      @overphildev  Год назад

      I still haven't given it one yet

  • @dessh2o
    @dessh2o Год назад +2

    also, for the health bar only show it when you are looking at the enemy/scarecrow

  • @nikolacodm4072
    @nikolacodm4072 Год назад

    Are you planning to make it on mobile

  • @smfbruh2911
    @smfbruh2911 Год назад

    Why reupload?

    • @overphildev
      @overphildev  Год назад

      This original video had a bunch of distortion I wanted to fix

    • @smfbruh2911
      @smfbruh2911 Год назад

      @@overphildev oh ok

  • @starplatinum3305
    @starplatinum3305 Год назад

    Why did u do this bruh ?

  • @kyoseoul
    @kyoseoul Год назад +1

    I assume game development is not your full time occupassion, because right now you wouldnt make any money, right? Are you doing game dev as a Hobby, aside from your job or education?

    • @overphildev
      @overphildev  Год назад +1

      Yeah right now I work full time and do game dev/ this channel as a hobby.
      Maybe one day it will make enough money to be a full time thing but I'm not relying on that.

    • @kyoseoul
      @kyoseoul Год назад +1

      @@overphildev I'd like to know if you learned coding through professional education (like university) or if are you self taught (through tutorials)?
      Edit: I really like your game idea and your dev logs so far, keep up the good work!

    • @overphildev
      @overphildev  Год назад +1

      It's been a mix of both. I went to school for computer engineering so I had a bunch of coding classes but none were game dev classes. So all my unity knowledge is from watching videos and playing around with it myself. The coding experience I had did make that easier though

  • @Terandium
    @Terandium Год назад

    Plants kinda look like turds hehe

  • @SG_Bricks23
    @SG_Bricks23 Год назад +1

    second

  • @dessh2o
    @dessh2o Год назад +1

    first!

  • @bruhlskdfjolksdjfdl
    @bruhlskdfjolksdjfdl Год назад +4

    i think it would be cool if the robot had an energy shield that appears when blocking. it would use energy from the energy bar

  • @PAXXMAKESGAMES
    @PAXXMAKESGAMES Год назад +2

    Mad respect for the SpongeBob reference 😹

  • @kaboomsihal1164
    @kaboomsihal1164 Год назад +3

    if you plan to make these recap videos regularly to catch people up (which is a great idea btw) then you should absolutely name them something that makes them searchable. "8 months of gamedev" tells you it's 8 months, but not which 8 months or even that it's a summary of everything that has happened in this game dev journey so far. Adding something like "recap 1" or "the first 8 months" or something like that would actually let people find this when they are searching for a summary in your videos and it would let you add a second and third etc which people can also actually find. Plus the algorithm likes numbered things.

  • @Bergwagter
    @Bergwagter Год назад +1

    On the scarecrow face - copy and paste the enemy face and say the enemies are a rogue AI derived from the scarecrow AI thats why they look the same. so in normal condition smiling face, when enemy is close do an angry face for 1 sec and then gun pops out and starts shooting. You can also add a sad or cry face if scarecrow ammo storage is below 10% or whatever to easily identify when to restock your scarecrows.

  • @RonuPlays
    @RonuPlays Год назад +1

    commenting to boost this video for The Algorithm, great work on the game so far dude!

  • @Gaming-glitch23
    @Gaming-glitch23 Год назад +1

    OG"s knows this is a Reupload

  • @ysabelletrinidad3583
    @ysabelletrinidad3583 Год назад

    As a beginner game developer, this video is so cool! I'll definitely keep watching about the development!

  • @stevensonjr
    @stevensonjr Год назад +1

    thx for the reupload, quality of pic waaaay better !

  • @foreignnatta
    @foreignnatta Год назад +1

    wow, really interesting how everything is coming together

  • @prefecturus610
    @prefecturus610 Год назад +1

    Why does RUclips keep on reuploading videos? I had this with 3 different videos over the last 2 days 😂

    • @myfredo898
      @myfredo898 Год назад

      RUclips doesn't post

    • @overphildev
      @overphildev  Год назад +4

      This one was my fault cause the original video was corrupted

    • @prefecturus610
      @prefecturus610 Год назад +1

      @@overphildev ah ok then orhers probably had the same problem, thought it was on RUclips cause it happened so often lately. Btw, really enjoy your videos and im looking foreword to try it when you’re ready 😄

  • @RGDmusekthingy
    @RGDmusekthingy Год назад +1

    Will the game be open source?

  • @yn2733
    @yn2733 Год назад +1

    I love this series

  • @chuka4901
    @chuka4901 Год назад +1

    FIRST.
    YEAAAAAAAAAAAAAAAAAAAAAAAAAAAHHHHHHHHHH

    • @SirHorned19
      @SirHorned19 Год назад

      You were actually 8th.

    • @dessh2o
      @dessh2o Год назад

      @@SirHorned19 fr 💀💀