Links
Video Timestamps
<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>
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
Setup Unity Hub
Download Unity version 6000.3.4f1 - it must be this exact version!
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