Before starting work on your VE2 application, you must first setup a Unity project, import the VE2 tools, configure your project settings, and your scene.

<aside> ⚠️

While no longer strictly required, it is strongly recommended you back up your projects in a version control system such as Git

</aside>

Installing Unity and Creating a Project

As VE2 is Unity-based, you will first need to setup Unity on your machine. You can find system requirements in the Unity documentation.

Creating a project

GitIgnore Setup (Optional)

If you’re using Git, you should set up a .gitignore file. Unity generates all kinds of files that we don’t need (or want) to track in our repo. To handle this, we can use a .gitignore file

Importing the VE2 Tools

<aside> ⚠️

VE2 is still in early development and has not been released to the public. You must authenticate your access to the VE2 package through the Git Credentials Manager

1: Confirm your machine has enough storage space!