Just nothing.
Join the Discord server if you have any questions!
- Unity Hub - The project manager for Unity projects.
- Unity Editor 2020.3.12f1 - The Editor for Unity projects.
- Build Modules - Any modules you plan to build with (Ex: Windows, MacOS, Linux, WebGL, etc.). See, Add modules to the Unity Editor, for instructions.
- CD to the directory of your choice.
cd path/to/project
- Clone to your current directory.
git clone https://github.com/LoganTCP/nothing..git
(Note: you may have to rename the cloned folder to remove the.
otherwise, the project will not open).
- Open Unity Hub and make sure you have
Unity 2020.3.12f1
installed. - Click
Add
in the top-right corner of the window. - Navigate to the cloned repo and open it.
- Click
File > Build Settings
in the toolbar of the Unity Editor. - Choose a platform to build with (This platform must be installed as a Module in the editor version listed in Unity Hub).
- After changing any settings, click
Switch Platform
(This may take a while... If it is already on the platform you want, this step can be skipped). - Once that is finished, click
Build
, choose a directory to save the build to, and go grab a coffee! - Once the previous step is done, you should be able to run this build! Congrats!