The SDK is based on Unity, this guide will show you how to setup Unity and the SDK.

Unity Editor install


First thing is to download the Unity Hub and install it.

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 compatibility, try to use the same version BAS itself uses.

<aside> 🗒️ U12.1 use 2021.3.17f1, but we can use the latest 2021.3 LTS version if necessary.

</aside>

  1. Open the Unity Hub.
  2. Click Installs on the left side.
  3. Click Install Editor.
  4. Click Install next to 2021.3 LTS version of Unity.
  5. Click Install.

Unity will now download and install the editor.

This video may use the wrong version, but the method stay the same

This video may use the wrong version, but the method stay the same

Sync SDK repository on your computer


The SDK is hosted on Github. To make further updates easily, we highly recommend to install a version control software like Github Desktop, that will allow you to update the repository and be aware of any local changes.

  1. Go and install GitHub Desktop: https://desktop.github.com/

  2. Go to the SDK Git repository

  3. Copy the Git URL

    firefox_OxTdSUw6j3.mp4

  4. Open Github Desktop, go to File> Clone repository and paste the URL to clone the repository on your machine

    GitHubDesktop_qrB3XsbQRN.mp4