This document is in an unfinished state, if you find that something is wrong or missing let us know.
-
Install Unity Hub if you don't have it already
-
Once unity hub is installed, activate a new license (pro or personal is fine).
-
After getting a license, Install unity version 2019.3.0f6 to be safe. I'm sure updated versions are fine, but this is what I started the project at.
-
Download Git to gain access to the code
-
Clone the unity repository to a folder of your choice with
git clone https://github.com/Subterfuge-Revived/Remake-Unity.git
-
In unity hub click "Import Project" and path yourself to the project folder. Once imported, start the project with unity.
-
Unity defaults Visual Studios as the primary code editor. Configure Rider (or something else) as your default text editor by going to Edit > Preferences > External Tools and setting External Script Editor to your editor of choice.