Recent content by Christopher25

  1. C

    Problem with the ItemViewSlotRestriction

    Hi. No I didn't have that before but I added it. Btw. it fixed my issue now thanks a lot <3
  2. C

    Problem with the ItemViewSlotRestriction

    Just for notice. In ItemViewSlotContainer it says that m_ItemViewDrawer.ViewSlots has not setter method I added one now.
  3. C

    Problem with the ItemViewSlotRestriction

    Thanks for you help. I dont know if I should go with a flat hierarchy because of the alignment of the components. Maybe I should wait then until you fixed that issue. And yes I already fixed the missmatch of the slots. The bug with the wrong index also stoped some event-handling that I activate...
  4. C

    Problem with the ItemViewSlotRestriction

    Ok after debugging I also regocnized that the index inside the "equipper" script is wrong for me as I droped the item into the slot. For some reasons the item will be equiped and doesn't care that it return "false" inside the Equip-method. I have some guessings. You take the index of the...
  5. C

    Problem with the ItemViewSlotRestriction

    I have another problem as well now. I can drag&drop my sword now into the weapons slot (primary) but not from the slot into the inventory back.
  6. C

    Problem with the ItemViewSlotRestriction

    Mh seems that this is not correct... The ItemViewSlot appears only once for mapping the UI component to the Category-type
  7. C

    Problem with the ItemViewSlotRestriction

    Mh I think we speak about different things. My thought was that the ItemSlotCollection which contains all equipable categories has to contain one Category-Type for exact one ViewSlot. That was the reason I create a RingL and RingR Category. But it seems that this is not correct like you said...
  8. C

    Problem with the ItemViewSlotRestriction

    Hi @Sangemdoko thanks for the help. I would then use your way of using the category. I only thought that the ItemSlotCollection which has all Categories which can be equiped have to be 1:1 matching the amount if slots in the UI. So I cannot create two Slots with Category restriction "Ring" or...
  9. C

    Problem with the ItemViewSlotRestriction

    Hi, I should make a forum post that you do not forget that topic. Here is my problem. I created a category "RingL" and "RingR" and a parent Category with only "Ring". My ItemDefinitions inherit from "Ring" and I want to equip it in two slots which are based on "RingL" and "RingR". But in...
  10. C

    Issue with ViewDrawerBase (Character Equip Window)

    Hi @Sangemdoko Yes that was the problem and yes this solved the problem. Very nice thanks =)
  11. C

    Issue with ViewDrawerBase (Character Equip Window)

    Here additional screenshots because Iam limit to 3 pictures per post.... Prefab of the Character-Window-Part: ItemSlotSet which is used in the ItemSlotCollectionView Main-Character: I checked every Slot in the EqipmentItemViewSlotContainer prefab but every slot is filled correctly. Can I...
  12. C

    Issue with ViewDrawerBase (Character Equip Window)

    Hi, I already wrote my problem in discord but you said that I should open a more dateiled Forum post, so here I am ;) My problem is that when I open my Character Window I get this issue there: IndexOutOfRangeException: Index was outside the bounds of the array...
  13. C

    Ultimate Inventory System WIP

    As I know you don't get such features out of the box (but maybe the limitation feature from demo scenes). You should do it by your own scripts to handle with the inventory system,
  14. C

    Ultimate Inventory System WIP

    you have to implement the requirement for yourself. You can define monobehavior classes to define whatever you want
  15. C

    Ultimate Inventory System WIP

    do you offer example demos from release?
Top