To create a Unity Library project:
- Select the Unity Scripts tab.
-
Click the Library button. The Create Unity Library wizard is displayed:
- Enter a Name for the project.
- Enter a Description for the project.
- Select a Language. You can specify C# or Visual Basic.
-
Click Next. The following screen is displayed:
- Select the user group you would like to grant rights to the project from the drop-down list.
- Click Add.
- Next to the user group, select View to grant view rights and select Modify to grant editing rights.
- Repeat steps 7 to 9 for each user group.
-
Click Next.
The Summary screen is displayed. This screen shows the current configuration for the new Unity Library Project. To make changes to the configuration, click Previous.
- Click Finish. A tab opens for the project. You can enter the appropriate script.
-
When you are finished, do one of the following:
-
To save the project, click the Save button.
-
To save and publish the project, click the Save & Publish button.
-
To build the project, click the Build button.
-