Skip to content

Affise Unity SDK

The Affise Unity SDK is a UPM package that bridges the native Affise Android and iOS attribution SDKs into Unity projects, providing mobile attribution, event tracking, deep linking and ad-revenue integration.

  • UPM package name: com.affise.attribution (package.json:2)
  • Display name: Affise Attribution (package.json:4)
  • Version: 1.7.7 (package.json:3)
  • License: MIT (package.json:8)
  • Unity version constraint: 2020.3 (package.json:6)
  • Repository: https://github.com/affise/affise-mmp-sdk-unity (package.json:20-23)
  • Documentation URL: github.com/affise/affise-mmp-sdk-unity (package.json:7)
  • Sample included: Affise Simple Demo at Samples~/AffiseDemoApp (package.json:24-30)
  • Dependencies: none (package.json:11)

The Unity SDK targets Android and iOS via conditional compilation (UNITY_ANDROID || UNITY_IOS) && !UNITY_EDITOR (Runtime/Affise.cs:15).

  • Android 24+
  • iOS 12+
  • Xcode 14.2+

On the Unity Editor (desktop), native calls are no-ops and return the platform-not-supported sentinel.