Item Category Amounts in Crafting Recipes UI is not visible

Patrick

New member
I use in the Crafting Recipes the "Item Category Amounts" (example: for a fire you can use coal or fire wood). However, I do not see the needed amounts in the Crafting UI. Is there a simple method to change that?
 

Attachments

  • 20-01-_2021_21-00-31.jpg
    20-01-_2021_21-00-31.jpg
    166 KB · Views: 12
  • 20-01-_2021_21-01-57.png
    20-01-_2021_21-01-57.png
    69.4 KB · Views: 11
  • 20-01-_2021_21-01-30.png
    20-01-_2021_21-01-30.png
    112.8 KB · Views: 12
Unfortunately no.

The Crafting UI only works with ItemDefinition Ingredients by default.

If you wish to show item category options you will need to create your own crafting UI. The reason we did this is because most likely the player would want to choose the items they want to craft. And there are so many ways to do this that we decided to leave you the developer create a solution that best fits your game.

You can choose to inherit our crafting UI or start completely from scratch. I would still recommend using the Crafter and inherit one of our CraftingProcessors. This way you can just focus on implementing the UI part.
 

Attachments

  • 1611218164721.png
    1611218164721.png
    40.2 KB · Views: 6
Top