8 Months of Game Dev in 13 Minutes

Поделиться
HTML-код
  • Опубликовано: 27 янв 2025

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

  • @UsernameHere51
    @UsernameHere51 2 года назад +21

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

  • @tileychannel
    @tileychannel 2 года назад +33

    This video is so great I watched it twice!

    • @overphildev
      @overphildev  2 года назад +10

      A true legend

    • @Redston4D
      @Redston4D 2 года назад

      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 2 года назад +6

      @@Redston4D the video is a reupload.

    • @tileychannel
      @tileychannel 2 года назад +4

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

    • @brohamhd8644
      @brohamhd8644 2 года назад

      I watched it 6 times

  • @barkmober
    @barkmober 2 года назад +47

    legends know this is a reupload

  • @eight_littlenightmares
    @eight_littlenightmares 2 года назад +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)

  • @stevensonjr
    @stevensonjr 2 года назад +2

    thx for the reupload, quality of pic waaaay better !

  • @Callam001
    @Callam001 2 года назад +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

  • @foreignnatta
    @foreignnatta 2 года назад +1

    wow, really interesting how everything is coming together

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

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

  • @Skeffles
    @Skeffles 2 года назад +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.

  • @RonuPlays
    @RonuPlays 2 года назад +1

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

  • @LemurG
    @LemurG 2 года назад +3

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

    • @brohamhd8644
      @brohamhd8644 2 года назад

      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  2 года назад

      What kind of tutorial would you want to see

  • @ChristianPretorius
    @ChristianPretorius 2 года назад +1

    Really looking forward to playing this game

  • @kaboomsihal1164
    @kaboomsihal1164 2 года назад +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.

    • @overphildev
      @overphildev  2 года назад

      That's a good point thank you

  • @yn2733
    @yn2733 2 года назад +1

    I love this series

  • @bruhlskdfjolksdjfdl
    @bruhlskdfjolksdjfdl 2 года назад +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

  • @Bergwagter
    @Bergwagter 2 года назад +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.

  • @abidux
    @abidux 2 года назад +1

    watching again to help you :)

  • @desmondwhy
    @desmondwhy 2 года назад +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

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

    OG"s knows this is a Reupload

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

    Mad respect for the SpongeBob reference 😹

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

  • @collinvisser7108
    @collinvisser7108 2 года назад +1

    well done

  • @desmondwhy
    @desmondwhy 2 года назад +1

    You should add emotions to the robot

  • @Hyp3rFX
    @Hyp3rFX 2 года назад +1

    Rewatching for the algorithm.

  • @ersikaQT
    @ersikaQT 2 года назад +1

    Comment for the algorithm again 💜

  • @v037_
    @v037_ 2 года назад +1

    I wanna see more

  • @amolpande3778
    @amolpande3778 2 года назад +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  2 года назад +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 года назад +2

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

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

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

  • @rysemango
    @rysemango 2 года назад

    i feel like ive lready seen this

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

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

  • @prefecturus610
    @prefecturus610 2 года назад +1

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

    • @myfredo32
      @myfredo32 2 года назад

      RUclips doesn't post

    • @overphildev
      @overphildev  2 года назад +4

      This one was my fault cause the original video was corrupted

    • @prefecturus610
      @prefecturus610 2 года назад +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 😄

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

  • @subarnapokharel2218
    @subarnapokharel2218 2 года назад +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  2 года назад +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 2 года назад

      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  2 года назад

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

  • @_qnxi7777
    @_qnxi7777 2 года назад +1

    what is the game called?

    • @overphildev
      @overphildev  2 года назад

      I still haven't given it one yet

  • @Miguelcc08
    @Miguelcc08 2 года назад +1

    Will the game be open source?

  • @desmondwhy
    @desmondwhy 2 года назад +2

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

  • @nikolacodm4072
    @nikolacodm4072 2 года назад

    Are you planning to make it on mobile

  • @smfbruh2911
    @smfbruh2911 2 года назад

    Why reupload?

    • @overphildev
      @overphildev  2 года назад

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

    • @smfbruh2911
      @smfbruh2911 2 года назад

      @@overphildev oh ok

  • @starplatinum3305
    @starplatinum3305 2 года назад

    Why did u do this bruh ?

  • @kyoseoul
    @kyoseoul 2 года назад +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  2 года назад +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 2 года назад +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  2 года назад +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 2 года назад

    Plants kinda look like turds hehe

  • @chuka4901
    @chuka4901 2 года назад +1

    FIRST.
    YEAAAAAAAAAAAAAAAAAAAAAAAAAAAHHHHHHHHHH

    • @SirHorned19
      @SirHorned19 2 года назад

      You were actually 8th.

    • @desmondwhy
      @desmondwhy 2 года назад

      @@SirHorned19 fr 💀💀

  • @desmondwhy
    @desmondwhy 2 года назад +1

    first!

  • @Snow_3523
    @Snow_3523 2 года назад +1

    second