Inventory like Gmod?

Hello everyone,

I not so new to scripting so only a start can help much. I’m making a 3d Third Person Game. What I want to do is you press the button “I” you get a menu with a list of items (Like Garry’s mod). When you click a item in the menu you spawn the item. Is this possible? I searched for it a long time so don’t make reactions like: “Google is your best friend” because I already searched on the internet.

~Benjamin

You sort of have to tell us which part you are stuck with and your current work in progress.

if its popup list, http://wiki.unity3d.com/index.php?title=PopupList

so when the player selects a list item, it would instantiate some reference to the item in front of player.

Yes it was a popuplist. Thank you! It worked for me.