Create an Addictive Idle Cookie Clicker | Unity FREE Course

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

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

  • @Lmao-dr8bk
    @Lmao-dr8bk 21 день назад +1

    This is one of the best, if not the best make a game tutorial I've ever seen on RUclips.
    You not only walked through the coding, but you also dedicated your knowledge to explain in which way those are important to make a game not only function, but fun as well.
    Most of these tutorials only show how coding in general works, but they never talk about other aspects of the developed game.
    I'm currently making an idle clicker game, where the coding isn't even the hard thing, rather balancing it with an engaging pacing.
    Thank you for all the explanations, especially the math part!

  • @karficzfrizack2711
    @karficzfrizack2711 Месяц назад

    Great vid! I was particularly interested in how to make it more fun and "addictive." A full video on these topics I would really enjoy! :D

  • @davestr2046
    @davestr2046 14 дней назад +1

    You are an excellent teacher. I have watched a few of your courses now and learnt a lot, so thank you very much for that . I'm thinking about your full on UI Course you have on your site. Coding isn't really a problem for me but UI still remains an issue. Everything starts out beautiful but then ends up looking, well, crap basically. Hence the reason why I am here. Peace be with you.

  • @teddymatuszkiewicz2206
    @teddymatuszkiewicz2206 26 дней назад +1

    Thanks man audio is french very perfect

  • @Heisenberg02
    @Heisenberg02 2 месяца назад +3

    Thanks for this tutorial! I think it would also be a good idea if you show us how to publish our game on pc or mobile for example. I’ve been wanting to create a game for a while now and would love to actually publish it.

    • @CocoCode
      @CocoCode  2 месяца назад +1

      Here you can find one of my older tutorials how to publish game on Google Play: ruclips.net/video/UXl_C3ZnRLc/видео.html
      Here is how to publish on Web: ruclips.net/video/MIv0i8y5HqQ/видео.html
      Let me know if you have any further request

    • @Heisenberg02
      @Heisenberg02 Месяц назад

      @@CocoCodety! Is it the same steps but with godot?

  • @theartworkhub
    @theartworkhub 2 месяца назад +1

    This is so helpful even though I'm using Construct 3 hahaha, especially the Math part.

  • @PixelPlayMystery
    @PixelPlayMystery 2 месяца назад

    I am really grateful for this video. Please, make more videos like this. I really appreciate that ❤❤❤❤.

  • @AtharvaRathod-v7f
    @AtharvaRathod-v7f Месяц назад

    Nice video! Can you please make a another separate video for adding support for multi-language system in a unity game.

  • @yesnonoyes-m5w
    @yesnonoyes-m5w Месяц назад

    this is a really cool project and fun i really like using unity maybe can u try godot next?

  • @Jimaniki
    @Jimaniki 2 месяца назад +1

    Thank you

  • @kingroliKR
    @kingroliKR Месяц назад

    This is really helpful thx!!

  • @arbuzdev
    @arbuzdev 26 дней назад +1

    make tutorial on gotot how to save player progress and unlock levels pls🙏🙏

  • @ahmedteach2752
    @ahmedteach2752 Месяц назад

    We want to Godot 🥵😍..
    🌟 I tried to start with you from RUclips, but I was shocked! 🤯 Even though I am Arab and Egyptian and don't understand English very well, I quickly understood the videos and applied what I learned. 🎥✨ It helped me a lot! 💪🎮 Now, I have created my first three games 🕹, and I didn't know anything about game programming before. 🎉 I really admire your editing and videos, and all of this is free! 🙌 You're truly amazing! 🌟👏

  • @arbuzdev
    @arbuzdev 26 дней назад +1

    We want another episode of godot platformer📣📣📣📣📣

  • @Lansamatv
    @Lansamatv Месяц назад

    Could you also do the tutorial for godot too please, and also bring tutorials for backend for games

  • @vaxs_yt
    @vaxs_yt Месяц назад

    Super tutorial

  • @toancanh682
    @toancanh682 2 месяца назад

    nice

  • @Lansamatv
    @Lansamatv 2 месяца назад

    Could you do it in Godot as well please?

  • @arkmr8426
    @arkmr8426 2 месяца назад +16

    We want godot tutorial

  • @hacked7593
    @hacked7593 Месяц назад

    plz we want a shooter top down game for godot 4 plz

  • @trootoo
    @trootoo 2 месяца назад

    oke cool

  • @BlackMUnity
    @BlackMUnity Месяц назад

    essa faixa de audio em portugues kkkkkk , vou continuar usando a ingles mesmo melhor de intender

    • @CocoCode
      @CocoCode  Месяц назад

      Wow, this is something new. RUclips added Portuguese language (and a few other) without my knowledge 👀
      Please note that those translations are not official (are they at least good?)

    • @rodriGO-sn1ig
      @rodriGO-sn1ig Месяц назад

      @@CocoCode da pra entender, mas não são agradáveis de se ouvir, é bom pq ela faz com que seja acessível a brasileiros, inclusive, seu vídeo foi recomendado pra mim, como se estive em pt br

  • @Kwietniu
    @Kwietniu 2 месяца назад

    Planeta faktów, to ty?

  • @newf_gg1230
    @newf_gg1230 Месяц назад +1

    Forcing us to join a mailing list to get the graphics is fucking scummy dude. Good tutorials, but now I've lost respect.

    • @91tj
      @91tj 28 дней назад

      Did you know that you can make your own graphics?
      This dude is doing a service for you for free and are you complaining?

  • @EmulatedMan
    @EmulatedMan 2 месяца назад

    I thought it was a Godot tutorial. But nevertheless a good video I might use when I start Unity.

  • @newf_gg1230
    @newf_gg1230 Месяц назад

    I love your UI teaching, but I hate your code... There's 0 reason not to use coroutines to "fire" the upgrades instead of your hacky way of doing it in the update loop. I get that you're mainly a UI guy, but maybe you need a teammate to help you with your videos for the coding aspect.

    • @CocoCode
      @CocoCode  Месяц назад +2

      Hey, can you please elaborate which part of the code you are referring to? You mean the loop created in 44:58?
      Yes, in this project you could do it a couple of different ways. For example you can send to GameManager info how much a global count/s should be increased instead of recalculating that every second. But I went with this approach based on a few factors:
      - I went with a logic of storing values in the store item game objects to present an easy to understand code structure. Please note, that while making tutorials for the beginners sometimes it is more important to create "readable" code, rather than perfect/refactored one, but more hard to understand.
      - Triggering loop for 5 items x 5 times every second ( = 25/s) should be considered very cheap. As you could see later in a code, I ended up using this loop once more later on (to check if upgrade is purchasable), so it served a double purpose
      But if you are asking why I'm refreshing 5 times per second instead of doing it "live" (to have more "up to date" cookies counter) - the reason is to reduce workload. For example calculating if upgrade can be purchased every frame will be way more price'y, than doing it 5 times per second. This of course is just a very simple game with only a couple of upgrades, but imagine if you would have 100s of objects to pool/calculate all the time. 4-8 times per second is totally reasonable.
      To be honest with you, I'm not sure how would you like to add a coroutine to all of that. If I misunderstood something, please show me your preferred solution and I will be happy to discuss it. Thanks for the feedback!

  • @Hero-mb1st
    @Hero-mb1st 2 месяца назад

    first

  • @ITSPRONIBIR
    @ITSPRONIBIR 2 месяца назад

    why unity why why why
    why why why why 🥺

    • @newf_gg1230
      @newf_gg1230 Месяц назад +1

      Because it's a real engine.