How to Set Up This Project On Unity
1. Open up the Unity Hub. Make sure version number 2019.2.6f1 is installed.
2. Navigate to the GitHub webpage and open up the Project-X repository. Download the .zip file of the entire project.
3. Unzip the project. In Unity, click "ADD" and find the newly unzipped project in your directory. You're ready to go!
Alternatively:
1. Open up the Unity Hub. Make sure version number 2019.2.6f1 is installed.
2. In your terminal, navigate to the directory where you'd like to download this project.
3. Use the command "git clone git@github.com:kmisyutina/Project-X.git" to clone the project.
4. In Unity Hub, add the newly cloned project, and you're good to go!