drop down list c#

Is it possible to create or use some existing script for dropdown list or menu for unity3d using c#? I’m quite unsure with it. The goal is to create the list of available gameobjects and axes for them and map the axes to some of the gameobject though dropdown list. Herewith we can have more then one mapped gameobjects with an axes. Also we need to be able to add new mapping. Please help me in this matter.

OK so I decided to use combo box from http://wiki.unity3d.com/index.php?title=PopupList
And there is new question appeared: how to make scroll box for combo box? As you know the code from the link mentioned before. I’m sure that someone has been done with it :smiley: So please show me the way

Happened tho see this title and reminded me of a C# dropdown list I recently got familiar with. Don’t know if this can be down in Unity, but I’ve found the C# dropdown list tutorial and hope this can be of some help to you.