Unity 2D Platformer Tutorial 14 - Interaction System Item Pickup

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

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

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

    Very nice

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

    this is so helpfull thank you so much

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

      You're welcome 😇😇

  • @kawiztara
    @kawiztara 21 день назад

    why doesn't the "size" appear in the Interaction System Script (Fox) section, am I missing some way? but "Element 0" is there when the lever is picked

    • @kawiztara
      @kawiztara 21 день назад

      7:03 but "Element 0" is only pick up and the file name is not like in the video, which is just "Lever" not "missing Game Object"

  • @asmaselo6436
    @asmaselo6436 4 года назад +1

    👍🏻👍🏻👍🏻

    • @Antarsoft
      @Antarsoft  4 года назад

      asma selo 🙏🏻😎

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

    Why doesn't it get the items when you press E?

  • @Devslain
    @Devslain 3 года назад +1

    damn in the end when u were changing from disable to .setactive = false.
    you turned in to flash and lmao change the codes so fast.
    how do u even do that. like what shortcut keys do u press to select lines or words xD . its so cool.
    i wanna know

    • @Antarsoft
      @Antarsoft  3 года назад

      😂😂 the keyboard and I are old buddies

  • @tabvalen
    @tabvalen 3 года назад +1

    Help how to make the player hold the item when pick up

    • @Antarsoft
      @Antarsoft  3 года назад

      Hey, please check in my videos, I've made a tutorial of pick and hold items

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

    is there a way where we can equip an item like a sword in player's hand which swings

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

      And it like does more damage to the enemies

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

      There is a way to do whatever you want, that's the beauty of programming.
      But again in order to do any programming you need to first write psuedo-code meaning write down what do you want, then describe what you need for that to happen, and the process of doing it, draw lines and cubes describing states moving from one condition to another.
      Overall when you have all the logic written down in words you can start write the code.
      Believe me you'll be able to do it, at least you'll be able to start then you'll get more constructive questions.
      Myself and others will be able to help you out when you get those constructive questions back in our discrod channel, find the link in teh description.

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

      @@Antarsoft i have already joined the discord, thank you for the help! :)

  • @MOLONxd
    @MOLONxd 3 года назад +1

    Hello there! Nice vid. Is there a way i can make a UI that shows how many Cherry's I have Picked up?
    Thank you!

    • @Antarsoft
      @Antarsoft  3 года назад +1

      There's a way for anything.
      You have the inventory items , just create a script that displays the count of the item you need

    • @MOLONxd
      @MOLONxd 3 года назад +1

      @@Antarsoft Thanks!

    • @Antarsoft
      @Antarsoft  3 года назад

      😇😇

    • @MOLONxd
      @MOLONxd 3 года назад +1

      @@Antarsoft I have a question not sure if this will work, Is there a way that if i Pick up a Star the Character dissapears?

    • @Antarsoft
      @Antarsoft  3 года назад

      What do you mean by disappear ?
      Like what affect will it do in the game?