Set Up Your Unity Project #
These Unity tutorials can be run against either a new Unity project or a preexisting one. If you need to create a new Unity project, follow the steps in this section.
Create a new project (optional) #
- Open the Unity Hub application.
- When Unity Hub opens, click the New Project button.
- In the New project view:
- Select the version of Unity you wish to use.
- Select the appropriate template for your game.
- Name your project.
- Choose the save location for your project.
- Click the “Create project” button to get started.
Edit Unity player settings #
Open your Unity project.
From the File menu, choose Build Settings…, then click the Player Settings button.
Expand Other Settings, then scroll to the Script Compilation section. Under Scripting Define Symbols click the + button and add
PRAGMA_LOG_VERBOSE
, then click Apply. This enables full payload logging of all messages to and from the engine.
Additional setup is required for Unity 2022.1. Please see the following directions.