Search Unity

Feature Request GameFoundation Feature Requests

Discussion in 'Game Foundation' started by CoryMaklin, Sep 26, 2021.

  1. CoryMaklin

    CoryMaklin

    Joined:
    Oct 10, 2020
    Posts:
    29
    The following would be really nice to have:
    • Support for enum properties
    • An array of items in addition to a list (for inventories with a fixed size)
    • Read only access to the list of items
    • Events on the list of items as opposed to the manager (I'm not a fan of listening for an event and checking if the collection id matches the one in the event).

    Thanks