Trouble adding additional ingredients to RecipePanel

I've been able to up the number of ingredients in a recipe from the default of 4 to 6, and it appears to craft the items just fine. However, the ingredient images and quantity aren't showing up in the RecipePanel. I've added the elements to the RecipePanel component and linked them up with their respective Item View for Ingredient... where else am I missing linking them up?

https://ibb.co/p2w5y0K
https://ibb.co/ZGM22y8

Thanks!
 
That's very odd. That should be the only place you need to set it.
I'm looking at the code and everything looks good.

Could you double check that your RecipePanel is correctly pointing at the new Item Views. And try having a look at the inspector at runtime, sometimes Unity can be weird and forget references. If that's the case you can try to force a save by changing other fields, or removing and re-adding the component.
 
Top