unity-plugin

Official Amplitude Unity Plugin

MIT License

Stars
44
Committers
16

Bot releases are hidden (Show)

unity-plugin - v2.8

Published by izaaz 6 months ago

This release updates the underlying iOS and Android versions. For iOS, the underlying iOS library also includes the privacy manifest.

Here are the attached unity packages if you want to import the package manually.

  1. amplitude-unity-all.unitypackage: This includes all files along with External Dependency Manager and dependencies libs for android.
  2. amplitude-unity.unitypackage: This includes dependency libs for android but without External Dependency Manager
  3. amplitude-unity-no-edm-and-dep.unitypackage: This does not include External Dependency Manager and the libs for android.
unity-plugin - v2.7.0-no-edm-and-dep Latest Release

Published by yuhao900914 over 1 year ago

Same release as v2.7.0
Without External Dependency Manager and Android files, rely on existing EDM in projects to load the dependencies

unity-plugin - v2.7.0-no-edm

Published by yuhao900914 over 1 year ago

Same release with v2.7.0, no ExternalDependencyManager included. Rely on EDM on the project to load iOS SDK.

unity-plugin - v2.7.0

Published by yuhao900914 over 1 year ago

What's Changed

chore: iOS version bump up to v2.16.3 by @yuhao900914 in #124

unity-plugin - v2.6.0-no-edm

Published by qingzhuozhen almost 2 years ago

Same release with v2.6.0, no ExternalDependencyManager included. Rely on EDM on the project to load iOS SDK.

unity-plugin - v2.6.0-no-edm-and-dep

Published by qingzhuozhen almost 2 years ago

Same release as v2.6.0
Without External Dependency Manager and Android files, rely on existing EDM in projects to load the dependencies

unity-plugin - v2.6.0

Published by qingzhuozhen about 2 years ago

What's Changed

Full Changelog: https://github.com/amplitude/unity-plugin/compare/v2.5.1...v2.6.0

unity-plugin - v2.5.1

Published by dnshi about 2 years ago

  • Upgrade native Android SDK to v2.37.0.
  • Upgrade native iOS SDK to v8.10.0.
  • Remove native iOS SDK from plugin folder and use External Dependency Manager to manage iOS pod.
unity-plugin - v2.5.0

Published by dnshi over 2 years ago

  • Upgrade iOS version
unity-plugin - v2.4.0

Published by qingzhuozhen almost 3 years ago

  • Add EU Server Zone Support
  • Support Dynamic Configuration
unity-plugin - v2.3.0

Published by dantetam about 3 years ago

  • Add useAppSetIdForDeviceId API.
unity-plugin - v2.2.2

Published by dantetam about 3 years ago

  • Update Android version to 2.32.0 to resolve Cursor related errors.
unity-plugin - v2.2.1

Published by dantetam about 3 years ago

  • Fix .unitypackage overriding default editor preferences with asmdef files. Asmdef files removed.
unity-plugin - v2.2.0

Published by yuhao900914 over 3 years ago

  • Add User property functions prepend/preInsert/postInsert/remove.
unity-plugin - v2.1.0

Published by dantetam over 3 years ago

Add setEventUploadSeconds API

This version also contains instructions for setting up IDFA and GPS tracking with permission handling. See these Amplitude instructions.

unity-plugin - v2.0.0

Published by haoliu-amp almost 4 years ago

  • PLEASE READ BEFORE UPDATING!
  • Upgrade native iOS SDK to v7.2.2.
  • Major change to be aware is that Amplitude no longer helps to fetch idfa automatically.
  • We will provide a customer driven approach to fetch idfa in our next version.
  • NOTE: If you need idfa at this moment, please continue to use v1.6.0. If you don't need idfa, you can upgrade to this version.
unity-plugin - v1.6.0

Published by haoliu-amp about 4 years ago

  • Add setMinTimeBetweenSessionsMillis API.
unity-plugin - v1.5.0

Published by haoliu-amp about 4 years ago

  • Add setOffline API, if offline is true, then the SDK will not upload events to Amplitude servers.
unity-plugin - v1.4.0

Published by haoliu-amp over 4 years ago

  • Add setServerUrl API, you can use it to customize the destination the events go.
unity-plugin - v1.3.1

Published by haoliu-amp over 4 years ago

  • Fix APIs (uploadEvents, useAdvertisingIdForDeviceId, setDeviceId) missing for Android.