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 So please show me the way