unity script

how i can make opening page at unity like the list at the any game (start, options) by scripting?

Please avoid writing comments in answer, we actively try to keep the forums ordered. Also your question is too vague. You've received some vague answers pointing you to tutorials so you can learn and understand what/how to do it. I can help you but I am damn not writing your GUI for you!

2 Answers

2

Use Unity GUI:

http://unity3d.com/support/documentation/Components/GUI%20Scripting%20Guide.html
http://unity3d.com/support/documentation/Components/gui-Basics.html

Are you asking how to make a complete game main menu? If so start by reading this and this. I don’t think I can do much more for you…