Guides - Migration

The purpose of this guide is to demonstrate everything needed for game makers to migrate an existing Beamable project to the latest version of the "Beamable SDK for Unity".

The Beamable SDK is in active development to offer game makers a stable and feature-rich tool-set for game development.

About Versioning

Beamable follows Semantic Versioning.

Given a version number MAJOR.MINOR.PATCH format;

  • MAJOR: Introduces incompatible API changes
  • MINOR: Introduces new functionality with backwards compatible API changes
  • PATCH: Introduces bug fixes with backwards compatible API changes

For MINOR and PATCH releases, the process is typically trivial. For MAJOR releases, additional guides are presented below to help game makers to update existing projects.

SDK Dependencies

Here is an overview of all dependencies of the "Beamable SDK for Unity".

VersionDetail
SDK DependenciesBeamable SDK dependencies

SDK Version Releases

Here is an overview of all releases of the "Beamable SDK for Unity".

VersionDetail
SDK Version ReleasesBeamable SDK Releases

SDK Migrations

Here are guides for migrating an existing project between versions of the "Beamable SDK for Unity".

VersionDetail
Beamable SDK v0.0.1 → v0.9.0Significant SDK changes and new features