I am making a game in unity3d. When the user enters the game the first screen should be a Registration form where a user enters his details and registers. How to make that registration form. Please help me out.
You can create various GUI elements using the GUI and GUILayout classes. The exact way to go will depend on what kind of form you want but it is likely that you will mainly use text fields, labels and buttons.