Search Unity

Feature Request Allow for Inventory Stats from within the Unity UI

Discussion in 'Game Foundation' started by Koen-Matthijs, Dec 29, 2019.

  1. Koen-Matthijs

    Koen-Matthijs

    Joined:
    Aug 1, 2015
    Posts:
    5
    Although the Inventory class inherits from GameItem, it is not possible to add Stats to an inventory from within the current Unity Editor(s).

    This would be handy though. For example, you could add stats like "NumberOfSlots" or "NumberOfInventoryItemsAllowed" which would help out with the setup of the Game UI for rendering an inventory on-screen.
     
    erika_d likes this.
  2. mingz-unity

    mingz-unity

    Unity Technologies

    Joined:
    Oct 12, 2017
    Posts:
    63
    Thanks for the suggestion @Koen-Matthijs.

    Indeed we identified some meaningful use cases around 'system level' detail' that we will add incrementally in future releases (for both the data model and the editor UI).

    Once the 'system level' detail feature becomes available, you can attach it to systems (such as inventory) for use cases that you mentioned.
     
    erika_d likes this.