> For the complete documentation index, see [llms.txt](https://game-kit-controller.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://game-kit-controller.gitbook.io/docs/major-systems/inventory-system/assign-new-inventory-objects-to-the-player.md).

# Assign New Inventory Objects to the Player

Let's look at how to assign new inventory objects in the player’s inventory manager. Once the new inventory is created, to be usable by the player follow these steps:

Go to Player Controller gameObject.

!\[Graphical user interface, text, application

Description automatically generated]\(/files/n8XqBkrRGIgft7YZ3qo6)

Go to the inspector Inventory Manager and open the Inventory Manager List.

!\[Graphical user interface

Description automatically generated]\(/files/vDyJ42TEHitxAA1g2SP6)

Press the button Add object.

![](https://3552900959-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-McLLp9jDL-LIuzRrSTQ%2Fuploads%2FsqbWIkkFAGymcyXIuCUM%2F2?alt=media)![](https://3552900959-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-McLLp9jDL-LIuzRrSTQ%2Fuploads%2F9uOlhM61ob6rpJcgBfu9%2F3?alt=media)

Configure a name for the object that you want to add from the Inventory List Manager and the amount.

Press the button Get Inventory Manager List, to get all the inventory objects configured in the Inventory List Manager (this need to be done every time a new inventory object has been added if you want to add it to the player’s inventory).

!\[Graphical user interface, application

Description automatically generated]\(/files/HQW1AH55iWWtapoZ7mC4)

You can check the difference between the list show in the field Object Name before and after.

![](https://3552900959-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-McLLp9jDL-LIuzRrSTQ%2Fuploads%2FQd1qbSm5y2vsk8XySXeC%2F5?alt=media)![](https://3552900959-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-McLLp9jDL-LIuzRrSTQ%2Fuploads%2FdZJk8LXGDjInx96poCMb%2F6?alt=media)

Finally, in the field Object Name, select the new object created in the Inventory List Manager (or the one you need from the previous elements in that list).

!\[Graphical user interface, text, application

Description automatically generated]\(/files/wJPucvtMUk6MFppLnaDZ)

To check if everything works, press play an open the inventory menu (by default is the I key). The new inventory object (in this case, the red wire) is shown in the grid and it contains the information configured, the amount, it can be used and dropped.

!\[Graphical user interface, website

Description automatically generated]\(/files/EUJ8y0tUC6MmyN6tHJCE)
