Unity: Difference between revisions
(Created page with "Unity is a game creation engine that is installed in the computers in Science East 5040. This install is manually managed by the IT Department. The CS department has submitted and been approved for an education license via this form: [https://unity.com/products/unity-education-grant-license?clickref=1100lzEYRsJY&utm%20source=partnerize&utm%20medium=affiliate&utm%20campaign=unity%20affiliate Unity License Request Form] Setting Up Visual Studio Code as the Default IDE i...") |
No edit summary |
||
Line 1: | Line 1: | ||
=Unity= | |||
Unity is a game creation engine that is installed in the computers in Science East 5040. This install is manually managed by the IT Department. | Unity is a game creation engine that is installed in the computers in Science East 5040. This install is manually managed by the IT Department. | ||
==License== | |||
The CS department has submitted and been approved for an education license via this form: [https://unity.com/products/unity-education-grant-license?clickref=1100lzEYRsJY&utm%20source=partnerize&utm%20medium=affiliate&utm%20campaign=unity%20affiliate Unity License Request Form] | The CS department has submitted and been approved for an education license via this form: [https://unity.com/products/unity-education-grant-license?clickref=1100lzEYRsJY&utm%20source=partnerize&utm%20medium=affiliate&utm%20campaign=unity%20affiliate Unity License Request Form] | ||
==Accounts Required== | |||
Students must [https://id.unity.com/en/conversations/ae293429-abe8-46d0-81ae-c7315aac050e003f Create a Unity ID] which has a separate password from the WPU-password. It is to be managed by any individual student. | |||
==Activating a Unity License with a Serial Key== | |||
Follow these steps to activate your Unity license using a serial key in Unity Hub: | |||
# Sign In to Unity Hub | |||
## Open Unity Hub and create or sign in to your Unity account. | |||
# Access License Settings | |||
## In Unity Hub, click the gear icon (⚙️) to open Preferences. | |||
Select the Licenses tab and click Add License. | |||
# Activate with Serial Number | |||
## Choose Activate with serial number. | |||
## Enter your serial number including the dashes (e.g., XXXX-XXXX-XXXX-XXXX). | |||
# Complete Activation | |||
## Click Activate to finalize the process. | |||
Setting Up Visual Studio Code as the Default IDE in Unity on Windows | Setting Up Visual Studio Code as the Default IDE in Unity on Windows | ||
Line 18: | Line 36: | ||
5. Finish | 5. Finish | ||
Close the Preferences window. Now, whenever you open a script from Unity, it will launch in Visual Studio Code (or whichever IDE you selected). | Close the Preferences window. Now, whenever you open a script from Unity, it will launch in Visual Studio Code (or whichever IDE you selected). | ||
Revision as of 10:17, 14 October 2024
Unity
Unity is a game creation engine that is installed in the computers in Science East 5040. This install is manually managed by the IT Department.
License
The CS department has submitted and been approved for an education license via this form: Unity License Request Form
Accounts Required
Students must Create a Unity ID which has a separate password from the WPU-password. It is to be managed by any individual student.
Activating a Unity License with a Serial Key
Follow these steps to activate your Unity license using a serial key in Unity Hub:
- Sign In to Unity Hub
- Open Unity Hub and create or sign in to your Unity account.
- Access License Settings
- In Unity Hub, click the gear icon (⚙️) to open Preferences.
Select the Licenses tab and click Add License.
- Activate with Serial Number
- Choose Activate with serial number.
- Enter your serial number including the dashes (e.g., XXXX-XXXX-XXXX-XXXX).
- Complete Activation
- Click Activate to finalize the process.
Setting Up Visual Studio Code as the Default IDE in Unity on Windows Follow these steps to set Visual Studio Code (or another IDE) as your default script editor in Unity on Windows: 1. Open a Unity Project Open an existing Unity project or create a new one via Unity Hub. 2. Open Unity Preferences In Unity, go to the Edit menu at the top and select Preferences. 3. Set the External Script Editor In the Preferences window, select the External Tools tab. Under External Script Editor, use the dropdown to choose Visual Studio Code. (By default, this may be set to “Open by file extension”.) 4. Set a Custom IDE (Optional) If your IDE isn’t listed, click Browse… to locate the program manually from your computer. Once you’ve selected it, the IDE will appear in the dropdown. 5. Finish Close the Preferences window. Now, whenever you open a script from Unity, it will launch in Visual Studio Code (or whichever IDE you selected).