Creating a multi-tiered, drop down menu?

I want to create a multi-tiered drop down menu similar to the image below. Any suggestions on how to accomplish this with Unity GUI?

You could customise the SelectList script on the wiki to do that: http://www.unifycommunity.com/wiki/index.php?title=SelectList

Thanks Emil. I’m not very handy with C#, you wouldn’t have a complete script handy would you? That way I can study it and convert to JavaScript.

Oh snap! I’m using delegates. Not sure if unity javascript supports those.

Yes, but not multicast delegates.

-Jeremy

bigkahuna:
In that case, example code has already been provided in the article. What are you missing?

Thanks Emil. I found an example written in JS by Eric that I’m using instead.

To bigkahuna:

Can you provide me with a link to that JS script? That would be pretty awesome. Thanks in advance.