Ethereal

Tests

//HELLO! <3

Development Environment

You will need to have git installed on your computer. At a minimum you'll need the git CLI. See lists below for GUI clients for your operating systems.

Install git

See Installing Git or

Windows GUI clients

  • XXX - looking for recommendations @basictheprogram in Discord

MacOS GUI clients

  • XXX - looking for recommendations @basictheprogram in Discord

Install Unity

You will need to have Unity installed on your computer.

The project is using Unity 2021.3.11f1 and you can install it from the Unity Hub or

MacOS

Can read the official How to activate a Unity license via command line on macOS. The default Unity installation trying to install Visual Studio Code. I recommend you uncheck the component.

Here is my notes:

  1. Exit Unity
  2. cd ~/Downloads
  3. /Applications/Unity/Unity.app/Contents/MacOS/Unity -batchmode -createManualActivationFile -logfile
  4. Open the license.unity3d.com/manual webpage
  5. Browse, navigate to ~/Download and upload the *.alf file
  6. Select Unity Personal Edition
  7. Download the license file
  8. /Applications/Unity/Unity.app/Contents/MacOS/Unity -batchmode -manualLicenseFile Unity_v2021.x.ulf -logfile

Install Discord

You will need to have Discord installed on your computer or

Install Visual Studio Code (recommended)

You will need a text editor and we recommend Visual Studio Code or

VScode Extensions (recommended)

We recommend the following VScode Extensions. Learn how to install extensions.

  • Better Comments from Aaron Bond
  • C# from Microsoft
  • Unity Tools from Tobiah Zarlez
  • Unity Code Snippets from Klever Silva

Installing Unity Packages

GitHub Actions with Unity

Useful links

Educate Yourself