Unity SDK Setup
This guide will show you how to setup Unity and the BAS SDK.
Unity Hub Install.
First thing is to download the Unity Hub and install it.
Unity Editor Install
Once installed, you then need to install the current Unity version BAS is using. Generally having the same MAJOR.MINOR LTS version of Unity is fine. But for full compatability, try to use the same version BAS itself uses.
U11 uses 2020.3.33f1, but we can use the latest 2020.3 LTS version if necessary.
- Open the Unity Hub.
 - Click Installs on the left side.
 - Click Install Editor.
 - Click Install next to 
2020.3LTSversion of Unity.- If you are building mods for Nomad also check Android Build Support.
 
 - Click Install.
 
Unity will now download and install the editor.
BAS SDK Unity Project
The BAS SDK is a Unity project which we will download and open in Unity.
It has all the tools to build mods and export them.
- Go to the BASSDK Git repository here
 - Ensure the 
masterbranch is selected in the branch drop down. - Click the 
Codedrop down button - Click download zip.
 - Once the SDK is download, extract it using zip, winrar, or 7zip to somewhere preferably on a fast SSD.
 
Opening the SDK Project
We will use the Unity Hub to open the BAS SDK.
- Open the Unity Hub.
 - Click 
Projectson the left side - Click 
Openat the top of the projects section. - Navigate to where you extracted the 
BasSDK-masterfolder. - Click the folder 
BasSDK-master - Click 
Open. 
Unity will then open the project and start to process and import the project files. This may take some time, so let it complete.
Once the import is finished, you should see the Unity editor scene and/or game view.