Quick Start

Get a sample running on Board hardware in 5 minutes.

Prerequisites

1. Install the SDK

  1. Open Window > Package Manager
  2. Click + and select Add package from tarball…
  3. Select your downloaded .tgz file

2. Run Project Setup Wizard

  1. Open Board > Configure Unity Project…
  2. Click Apply Selected Settings

The wizard configures Android platform, API levels, and Input System automatically.

3. Download a Piece Set Model

  1. Open Edit > Project Settings > Board > Input Settings
  2. Click Load Available Models
  3. Select a model and click Select

4. Import the Sample

  1. Open Window > Package Manager
  2. Select Board SDK from the list
  3. Expand Samples and click Import next to “BoardInput Sample”

5. Build & Deploy

# Install bdb (macOS/Linux)
chmod +x bdb && mv bdb /usr/local/bin/

# Build in Unity: File > Build Settings > Build
# Then deploy:
bdb install path/to/your-game.apk
bdb launch com.yourcompany.yourgame

Next Steps