1.2.0
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
- Download and extract
appstack-unity-sdk-1.2.0.zip. - In Unity, open Window → Package Manager.
- Select + → Add package from disk and choose the extracted root
package.json. - Complete the iOS and Android setup.
What's Changed
- Add configurable Unity auto-initialization by @jsantelys-as in #12
- Bump Unity package version to 1.2.0 by @jsantelys-as in #13
Full Changelog: 1.1.0...1.2.0