Can we show ingredient from item object

Dahrona

Member
player equips an item that has an item object there and it shows in UI. Is it possible to show the recipe panel in UI based on the item object equipped by the player??
 
Last edited:
I'm not sure I understand.

You want to show a subset of recipes which are related to your equipped item? Your equipped item would be an ingredient? Or do you want to dismantle your item, meaning you would show the recipe that creates your equipped item?


No matter the option you want, all of these require custom scripts. By default all you can do is filter by Recipe Category or Item Category. Anything else require a custom filter or a custom script that adds a list of recipes procedurally.
 
should i implement menu crafting also? because I only need to show the recipe/ingredient and sum of the ingredient. not for crafting
 
Top