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.

https://youtu.be/RErpd9SPGxE

<aside> ⚠️

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

</aside>

<aside> ⚠️

Before beginning setup, please ensure you have enough storage space! 30GB is the recommended minimum

</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.

Note, if you are using one our lab machines, Unity should already be installed

Creating a project

GitIgnore Setup (Optional)

If you’re backing up your project in a Git repo, 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