How To Make Any Game Mechanic - Episode 17 - Saving And Loading

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ธ.ค. 2024

ความคิดเห็น • 14

  • @KralHG
    @KralHG 2 หลายเดือนก่อน +1

    You are awesome, I learned a lot in Unity thanks to you, don't stop

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

      Thank you so much! Glad your enjoying the content! :)

  • @LearnDevTatics
    @LearnDevTatics 2 หลายเดือนก่อน +2

    Great video! I really like your channel, my favorite.

    • @ThatOneUnityDev
      @ThatOneUnityDev  2 หลายเดือนก่อน +1

      Thank you so much! I am glad you're enjoying the content! :)

  • @Grayson-le1wq
    @Grayson-le1wq 2 หลายเดือนก่อน +1

    SLIDING!!

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

      Awesome suggestion! I will add it to the list! :)

  • @TheAnimatedSquare
    @TheAnimatedSquare 2 หลายเดือนก่อน +1

    Thank You SOOOOOO much! I also watched your grappling hook video and it was epic! I just have onneeeeee question. Do you know how to use dampening to slow down the players velocity? I’ve implemented a dash and if you dash upwards it zooms up and takes a while to come down.

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

      @TheAnimatedSquare Haha. Thanks so much for watching! :) ... If you want a quick and dirty way, you can just subtract the inverse velocity a second after you dash (to still allow the upward momentum). To make it feel a bit better, alternatively, you can check to see if they reach the max dash velocity, then subtract until it reaches 0. Hope this helps! 🙏

    • @TheAnimatedSquare
      @TheAnimatedSquare 2 หลายเดือนก่อน +1

      @@ThatOneUnityDev Oh yea ok, so just state a maximum velocity, if the player reaches that maximum velocity start subtracting?

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

      @TheAnimatedSquare Exactly! Alternatively, if you want a 'no code' solution, you could always increase the linear/angular drag, and increase your dash force to compensate! :)

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

      @@ThatOneUnityDev mmm, yea I tried that the only problem is I don’t think drag affects vertical momentum. So I have no idea, I tried using Mathf.SmoothDamp() but I don’t know.

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

      @@ThatOneUnityDev Ok ok ok, I know I might sound like a madman but do you know how why DistanceJoint2D is very stiff? I’m using velocity movement so that could be it or should I report this on the discord server?

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

    gravity smash attack that destorys the enemy by increasing the gravity over enemy.

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

      What a great suggestion! I will add it to the list! :D