I'd like to know a few things about how to use the equipment list.

1) I want to display empty slots for unequipped slots.
Even if I set an empty shortcut, unequipped slots remain inactive.

2) I want to display a shortcut UI other than the default shortcut UI set in Makinom.
Even if I set it directly on the prefab, only the default shortcut UI is displayed.

Please give me some advice.
  • Are you talking about HUD or menu screens? I assume this is about HUDs in my answers.

    1) The HUD Equipment List will display the equipment's shortcut UI if something is equipped on a slot and use the Prefab defined in the component if the slot doesn't have an equipment.
    This component only lists the things and doesn't really have much functionality. You can use HUD Equipment Slot (Content Provider) in combination with HUD Equipment Slot Content components to show individual equipment slots with drag+drop interaction settings.

    2) You can set up different shortcut UI prefabs via the Add Key Setup button in the shortcut settings. I.e. you can bind prefabs to a defined key.
    The HUD components and menu screens can define a UI key to use, which will use the prefab of the matching key.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • Thank you for your advice!
    Thanks to you, I was able to display the shortcut prefab.
    Next, I would like to change the display content of the shortcut.
    Can I ask another question?

    I would like to display the names of slots such as weapons and armor.
    I entered in HUD Status Text Content, but it is not displayed properly.
    Are there any other settings I need to make?
  • As said, the HUD Equipment List only lists equipment, not slots.
    You'll need to use HUD Equipment Slot (Content Provider) and HUD Equipment Slot Content components to display equipment slot content.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • Sorry, I still don't understand.
    I tried creating equipment slots using the Shortcuts HUD tutorial, but I couldn't get the slot names to display.
    Is there anything else I need?
  • The ORK HUD Status Text Content component using Equipment status type has text codes for slot content being displayed, e.g. < slotname> (without the space after '<').

    Can you show your current setup?
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • It was displayed correctly by changing the Status Type to Equipment in ORK HUD Status Text Content component.
    Apologies for the lack of understanding.
    Thank you for your advice.
Sign In or Register to comment.