Skip to content

1.2.0

Choose a tag to compare

@github-actions github-actions released this 13 Aug 12:08
· 2 commits to main since this release
a952d2a

Appstack Unity SDK 1.2.0

Added

  • Optional scene-independent auto-initialization configured through Edit →
    Project Settings → Appstack
    , with separate development and production keys
    for iOS and Android, per-platform enablement, automatic or pinned environment
    selection, explicit production-key fallback for development builds, and
    target-specific pre-build validation.
  • Idempotent Unity-side configuration: the first successful automatic or
    manual configuration wins, identical repeats are silent, conflicting repeats
    warn without exposing credentials, and failed attempts remain retryable.

Install through Unity Package Manager

  1. Download and extract appstack-unity-sdk-1.2.0.zip.
  2. In Unity, open Window → Package Manager.
  3. Select + → Add package from disk and choose the extracted root package.json.
  4. Complete the iOS and Android setup.

What's Changed

Full Changelog: 1.1.0...1.2.0