2D Player Movement in Unity for Beginners [2023]

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

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

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

    thanks the only tutorial which is really beginner friendly and well explained

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

    Nice 😁

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

    How does this guy only have 8 subscribers his content is too good for that little

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

      Ey, appreciate it man, just starting out, thanks for the sub. ❤️

    • @SmortMen
      @SmortMen 7 месяцев назад

      Now he has 692 subs

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

    great tutorial how can we rebind the keys in game?

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

      You can pick any key after the keycode. , Make sure you type it in the upper case.

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

    can you do an advanced movement tutorial

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

      Of course, coming up next week

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

    I keep getting the error “‘Time’ does not contain a definition for ‘deltatime’”

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

      You probably misspelled it or are not doing the capitalization right

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

    I don't have the thig to change speed please help

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

      verify if speed is public and not private

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

      @@chahan2566 thanks

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

    i dont have the option for the speed and i already checked to make sure it is public please help

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

      Have you saved the script? Press Ctrl+S in your code editor then go back to unity.

    • @yadugu
      @yadugu 10 месяцев назад

      @@GoldenDevs Wow, after all of that hassle and rewriting the same script for 45 mins you only just made me realize that I didn't hit save. The most simplest things are sometimes the answers 💀💀

    • @GoldenDevs
      @GoldenDevs  10 месяцев назад

      😅 been there more times than I can count, even more than that, forgetting to call a function inside update gets me all the time, but of course after a while it only takes you two seconds to realize, good luck with your game buddy.

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

    Straight to the point and made It Easy and clear, you have talent my boy

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

      Ey, appreciate it man, hope it was helpful

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

    this didnt work for me... there were 5000 errors and it didn't even have a speed variable.

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

      Make sure speed is set to public,
      It has to be :
      Public float speed;

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

      same for me, it's not working and I don't even have the option of a speed variable