unity-plugin

Official Amplitude Unity Plugin

MIT License

Stars
44
Committers
16

Bot releases are hidden (Show)

unity-plugin - v1.3.0

Published by haoliu-amp over 4 years ago

  • Add a couple APIs.
  1. uploadEvents - Use this to flush events.
  2. useAdvertisingIdForDeviceId - Use idfa (iOS) / adid (Android) as device Id.
  3. setDeviceId - Set custom deviceId if you have your own strategy.
unity-plugin - v1.2.0

Published by haoliu-amp over 4 years ago

  • Updated Unity to 2019.3.11f, also changed post processing script for iOS.
  • Include AmplitudeDependencies.xml as part of the package.
unity-plugin - v1.1.0

Published by haoliu-amp over 4 years ago

  • Updated Android SDK version to 2.25.1, this version won't add location permissions automatically to your manifest. You can choose whether your App will require location permissions or not.
unity-plugin - v1.0.0

Published by haoliu-amp over 4 years ago

  • Add Coppa control APIs (enableCoppaControl, disableCoppaControl) in Amplitude.
  • Add AmplitudePostProcessor.cs in Editor directory to automatically add sqlite dependencies and set the proper flags while building iOS App. Kudo to @EtienneMarbotic for submitting a PR.
  • Now library field will be shown as amplitude-unity/x.x.x instead of showing information of the native library.