Available SDKs
Unity is the only SDK today. There is no JavaScript or TypeScript package.
Installation
Add toPackages/manifest.json:
Modules
Every module hangs off the staticSusaPlaySDK class and is populated by Initialize().
Initialization
One call sets up everything. Identity is resolved by the shell during the handshake, so there is no separate identity step.Version
The SDK reports its version to the shell during the handshake. Current release: 1.3.0. Some behaviour is version-gated —session_start analytics requires 1.3.0 or later. Rebuild
your game after upgrading the package; the version is compiled into the WebGL build.