[Simple & Easy] Minecraft like Inventory System in Unity!

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

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

  • @Zuffeus
    @Zuffeus Год назад +2

    thanks for this, helps me a lot

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

      Happy to hear! :D

    • @RedScrip
      @RedScrip 11 дней назад

      @Bonane How does this work on the new button or is mine different at 19:40

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

    thanks, you saved my lot of time

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

      Happy to help! :D

  • @RedScrip
    @RedScrip 11 дней назад

    How does this work on the new button? 19:40

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

    1:49 technically "Code" should be lowercase ("code").

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

    just wanna say that this is great! I'm definitely gonna read through it to understand how it works better, I have a question though, how can I make it so that when I press right click I only get half the items that are in there, and how can I make it so that I can separate items once they are combined

  • @greenerlovesgames-tx6qv
    @greenerlovesgames-tx6qv Год назад

    I am a newer to game making and I was wondering how to add the items in different code

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

    Hey! these tutorials are great, i think you should make a tutorial on how to do block rotation (if you haven't) and make it so you can't place specific blocks in specific places.

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

      Glad you liked it! :D

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

    Can you please continue with minecraft tutorial for example
    (amount of blocks in inventory)

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

      hi! If you want to display blocks inside your inventory, try and create a new Item using the Iteam scriptable Object -> create a item block variant -> and then set it up so that when a block dies, it gives you one of his item. Also try to go through the code and read the green lines if something goes wrong :D

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

    I got the error:
    -IndexOutOfRangeException: Index was outside the bounds of the array.-
    -InventoryManager.SetCells () (at Assets/InventoryManager.cs:88)-
    -InventoryManager.Start () (at Assets/InventoryManager.cs:26)-
    -pls help me :(-
    *EDIT*
    already fixed it :)
    great tutorial btw

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

      Thx! Happy you could fix it :)