Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

*UPDATE* Inventory Master - Inventory System written with the new UI System 4.6 *UPDATE*

Discussion in 'Assets and Asset Store' started by Sander1991, Dec 12, 2014.

  1. Atrician

    Atrician

    Joined:
    Jan 11, 2018
    Posts:
    1
    Almost 3 years since the last time sanders1991 updated any kind of current status. What are the legalities of putting this, now free and unsupported, asset on GitHub?
     
  2. darknubis365

    darknubis365

    Joined:
    Nov 12, 2017
    Posts:
    12
    Is anyone having a problem when equipping the item it doesn't show in the console in unity like in the tutorial video?
     
  3. justdevything

    justdevything

    Joined:
    Jul 7, 2019
    Posts:
    4
    it looks and functions great but site is dead and therefore theres no documentation available.
     
  4. tredpro

    tredpro

    Joined:
    Nov 18, 2013
    Posts:
    511
    I may have the documentation. I will try to find and share. If I dont respond again in a couple days. Comment and remind me. I'm not currently home
     
    Last edited: Aug 27, 2019
  5. tredpro

    tredpro

    Joined:
    Nov 18, 2013
    Posts:
    511
    drcfrx likes this.
  6. justdevything

    justdevything

    Joined:
    Jul 7, 2019
    Posts:
    4
    ty friend <3




    ive looked into the inventory and it works at least from the short testing i did, however im unable to integrate it with my own game because owner uses player scene object while i use player prefab and you cant drag inventory (scene object) to inspector of player's prefab.

    i had to make inventory panel a prefab as well to drag it there, but that just didnt work as i got missing references errors

    do you guys have an idea how to fix it?
     
    Last edited: Aug 27, 2019
  7. Koenigsegg_Agera_RS

    Koenigsegg_Agera_RS

    Joined:
    Aug 29, 2021
    Posts:
    1
    Great asset! It really works perfectly. Just one question:
    Let's take one slot of the character equipment for example, and let's say there is an object in it, which has got an ID. Is it possible to get this ID with a C# script, if you know the slot you want to check? If yes, how?