[Completed] Enhance `Inventory Grid` editor in UI Designer to allow us subsitute ItemViewSlot with provided prefab

Justus

Member
Sometime when you edit an existent inventory which came from other prefab (like shop menu or storage menu), you may want to only change partial of inventory grid and don't break anything else.
For example:
- change the Item View Slot with your prepared prefab

Could you please add a new part inside `Inventory Grid` which allow us provide a reference to a slot prefab, and then regenerate them in target inventory grid?
1652169761907.png

1652169797626.png
 
The functionality is already there, but I agree it may be a bit hidden. It is on the component and not in the editor.

I added the field and the button to replace all slots in the editor, it will be available in the next update. I hope that it helps
 
For anyone who may need this info.
we coudld change manually subsitute it in `Grid Event System` component.
1652339999649.png
 
Top