Upgrading the SDK
How to update the Board Unity SDK in an existing project.
- Check the Changelog for breaking changes
- Download the latest SDK
.tgzfrom the developer portal - In Unity, open Window > Package Manager > + > Add package from tarball… and select the new
.tgzfile - Run Board > Configure Unity Project… to pick up any new project settings
- Build and test your project
Tip: The Package Manager replaces the previous SDK version in-place. You don’t need to remove the old version first.
Troubleshooting
If you see compilation errors after updating:
- Check the Changelog for renamed or removed APIs and update your code accordingly
- Run Board > Configure Unity Project… to ensure new required settings are applied