8 Months of Game Dev in 13 Minutes

Sdílet
Vložit
  • čas přidán 1. 01. 2023
  • 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
  • Hry

Komentáře • 78

  • @UsernameHere51
    @UsernameHere51 Před rokem +20

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

  • @tileychannel
    @tileychannel Před rokem +33

    This video is so great I watched it twice!

    • @overphildev
      @overphildev  Před rokem +10

      A true legend

    • @redston4D
      @redston4D Před rokem

      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 Před rokem +6

      @@redston4D the video is a reupload.

    • @tileychannel
      @tileychannel Před rokem +4

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

    • @brohamhd8644
      @brohamhd8644 Před rokem

      I watched it 6 times

  • @barkmober
    @barkmober Před rokem +47

    legends know this is a reupload

  • @eight_littlenightmares
    @eight_littlenightmares Před rokem +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)

  • @Callam001
    @Callam001 Před rokem +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

  • @bruhlskdfjolksdjfdl
    @bruhlskdfjolksdjfdl Před rokem +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

  • @Skeffles
    @Skeffles Před rokem +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.

  • @ysabelletrinidad3583
    @ysabelletrinidad3583 Před rokem

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

  • @stevensonjr
    @stevensonjr Před rokem +1

    thx for the reupload, quality of pic waaaay better !

  • @foreigndev
    @foreigndev Před rokem +1

    wow, really interesting how everything is coming together

  • @ChristianPretorius
    @ChristianPretorius Před rokem +1

    Really looking forward to playing this game

  • @Bergwagter
    @Bergwagter Před rokem +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 Před rokem +1

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

  • @dessh2o
    @dessh2o Před rokem +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

  • @kaboomsihal1164
    @kaboomsihal1164 Před rokem +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.

  • @yn2733
    @yn2733 Před rokem +1

    I love this series

  • @LemurG
    @LemurG Před rokem +3

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

    • @brohamhd8644
      @brohamhd8644 Před rokem

      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  Před rokem

      What kind of tutorial would you want to see

  • @PAXXMAKESGAMES
    @PAXXMAKESGAMES Před rokem +2

    Mad respect for the SpongeBob reference 😹

  • @abidux
    @abidux Před rokem +1

    watching again to help you :)

  • @GiraffePi
    @GiraffePi Před 9 měsíci

    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 Před rokem +1

    well done

  • @ersika6004
    @ersika6004 Před rokem +1

    Comment for the algorithm again 💜

  • @gaming-glitch2334
    @gaming-glitch2334 Před rokem +1

    OG"s knows this is a Reupload

  • @Hyp3rFX
    @Hyp3rFX Před rokem +1

    Rewatching for the algorithm.

  • @dessh2o
    @dessh2o Před rokem +1

    You should add emotions to the robot

    • @dessh2o
      @dessh2o Před rokem

      like on the monitor

  • @v037_
    @v037_ Před rokem +1

    I wanna see more

  • @subarnapokharel2218
    @subarnapokharel2218 Před rokem +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  Před rokem +1

      If you're new to game dev I would recommend just remaking old games like pong so you can get the basics. CZcams 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 Před rokem

      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  Před rokem

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

  • @rysemango
    @rysemango Před rokem

    i feel like ive lready seen this

  • @amolpande3778
    @amolpande3778 Před rokem +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  Před rokem +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 Před rokem +2

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

  • @puma8185
    @puma8185 Před rokem +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  Před rokem

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

    • @puma8185
      @puma8185 Před rokem +1

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

  • @dec35
    @dec35 Před rokem +2

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

  • @user-fv8uv2us9r
    @user-fv8uv2us9r Před rokem

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

  • @prefecturus610
    @prefecturus610 Před rokem +1

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

    • @myfredo898
      @myfredo898 Před rokem

      CZcams doesn't post

    • @overphildev
      @overphildev  Před rokem +4

      This one was my fault cause the original video was corrupted

    • @prefecturus610
      @prefecturus610 Před rokem +1

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

  • @RGDmusekthingy
    @RGDmusekthingy Před rokem +1

    Will the game be open source?

  • @_qnxi7777
    @_qnxi7777 Před rokem +1

    what is the game called?

  • @nikolacodm4072
    @nikolacodm4072 Před rokem

    Are you planning to make it on mobile

  • @dessh2o
    @dessh2o Před rokem +2

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

  • @smfbruh2911
    @smfbruh2911 Před rokem

    Why reupload?

    • @overphildev
      @overphildev  Před rokem

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

    • @smfbruh2911
      @smfbruh2911 Před rokem

      @@overphildev oh ok

  • @starplatinum3305
    @starplatinum3305 Před rokem

    Why did u do this bruh ?

  • @chuka4901
    @chuka4901 Před rokem +1

    FIRST.
    YEAAAAAAAAAAAAAAAAAAAAAAAAAAAHHHHHHHHHH

  • @getchicken5279
    @getchicken5279 Před rokem +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  Před rokem +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.

    • @getchicken5279
      @getchicken5279 Před rokem +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  Před rokem +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 Před rokem

    Plants kinda look like turds hehe

  • @dessh2o
    @dessh2o Před rokem +1

    first!

  • @SG_Bricks23
    @SG_Bricks23 Před rokem +1

    second