Create a Project
This section provides instructions on creating a new Unity with a version that is compatible with Magic Leap 2 development.
Prerequisites
- Installed Unity Hub
- Unity v2022.2.0f1 or higher
Creating a New Project
Create a new project using the Universal Render Pipeline template. Although Magic Leap 2 supports both URP & the Built-in render pipeline, it is recommended to use URP since the built-in pipeline is slowly being deprecated by Unity.
- Open the Unity Hub.
- Select New project.
- Set the Editor Version to one that is compatible with the Magic Leap 2 (version 2022.2.0f1 or higher).
- Select the 3D (URP) (3D Universal Render Pipeline) template project, then Create project.
Next Steps
Configure Project Settings
After creating a new Unity project, learn how to configure your project so you can build and deploy Magic Leap 2 applications.