Not signed in
Copyright © 2026 Unity Technologies
Open the file InventoryService.cs
Add the following lines:
item.Config.Name.updateTrigger = BindingUpdateTrigger.EveryUpdate; item.Config.Description.updateTrigger = BindingUpdateTrigger.EveryUpdate;
Just before :
nameLabel.SetBinding("text", item.Config.Name); descriptionLabel.SetBinding("text", item.Config.Description);
Now run again, and notice all items are updated.
Sign in to see your voted issues