Quick Start
Get a sample running on Board hardware in 5 minutes.
Prerequisites
- Unity 2022.3 LTS+ with Android Build Support (IL2CPP)
- Download the SDK (.tgz package)
- Download
bdb(Board Developer Bridge CLI)
1. Install the SDK
- Open Window > Package Manager
- Click + and select Add package from tarball…
- Select your downloaded
.tgzfile
2. Run Project Setup Wizard
- Open Board > Configure Unity Project…
- Click Apply Selected Settings
The wizard configures Android platform, API levels, and Input System automatically.
3. Download a Piece Set Model
- Open Edit > Project Settings > Board > Input Settings
- Click Load Available Models
- Select a model and click Select
4. Import the Sample
- Open Window > Package Manager
- Select Board SDK from the list
- 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
- Sample Scene - Understand the sample code
- Touch Input - Build your own interactions
- Setup Reference - Detailed configuration options