All Projects → yandexmobile → metrica-plugin-unity

yandexmobile / metrica-plugin-unity

Licence: other
Unity plugin for Yandex AppMetrica SDK

Programming Languages

C#
18002 projects
objective c
16641 projects - #2 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to metrica-plugin-unity

metrica-sdk-ios
AppMetrica is a free real-time ad tracking and mobile app analytics solution.
Stars: ✭ 68 (+183.33%)
Mutual labels:  mobile-analytics, yandex-appmetrica
Savegamepro
A Complete and Powerful Save Game Solution for Unity (Game Engine)
Stars: ✭ 30 (+25%)
Mutual labels:  unity-asset, unity-3d
Texturepanner
This repository hosts a shader for Unity3D whose main goal is to facilitate the creation of neon-like signs, conveyor belts and basically whatever based on scrolling textures
Stars: ✭ 528 (+2100%)
Mutual labels:  unity-asset, unity-3d
Realtime Csg For Unity
Realtime-CSG, CSG level editor for Unity
Stars: ✭ 281 (+1070.83%)
Mutual labels:  unity-asset, unity-3d
Lowpolyshaders
Unity shaders optimized for Low Poly models.
Stars: ✭ 157 (+554.17%)
Mutual labels:  unity-asset, unity-3d
Opencvforunity
OpenCV for Unity (Untiy Asset Plugin)
Stars: ✭ 359 (+1395.83%)
Mutual labels:  unity-asset, unity-3d
Radialprogressbar
Customizable radial progress bar shader for Unity3D. Allows you to set arc range, minimum and maximum colors, textures, radius, and a few more things. Create HP Bars, Speedometers, rank progress, etc!
Stars: ✭ 714 (+2875%)
Mutual labels:  unity-asset, unity-3d
TsukiSuite
A toolsuite created to make Unity development easier
Stars: ✭ 23 (-4.17%)
Mutual labels:  unity-asset, unity-3d
Dlibfacelandmarkdetector
FaceLandmark Detector using Dlib (Unity Asset Plugin)
Stars: ✭ 80 (+233.33%)
Mutual labels:  unity-asset, unity-3d
Energysuite
Simple real-time energy based system for your Unity3d game
Stars: ✭ 31 (+29.17%)
Mutual labels:  unity-asset, unity-3d
UnityDebug
A wrapper script for Unity debug calls to use conditional attributes in order to avoid debug code being compiled into release builds.
Stars: ✭ 29 (+20.83%)
Mutual labels:  unity-asset, unity-3d
Apple Signin Unity
Unity plugin to support Sign In With Apple Id
Stars: ✭ 228 (+850%)
Mutual labels:  unity-asset, unity-3d
unity-firebase-realtime-database
Unity Firebase Realtime Database REST
Stars: ✭ 24 (+0%)
Mutual labels:  unity-asset, unity-3d
Holoshield
Highly customizable sci-fi shield / force field shader for Unity3D. Allows you to set edge power & color, inner texture scrolling, waviness, scale pulsation and procedural intensity noise. Implements tessellation for low-poly base meshes.
Stars: ✭ 401 (+1570.83%)
Mutual labels:  unity-asset, unity-3d
JsonFormatter
Easy, Fast and Lightweight Json Formatter. (Serializer and Deserializer)
Stars: ✭ 26 (+8.33%)
Mutual labels:  unity-asset, unity-3d
Unity Game Hacking
A guide for hacking unity games
Stars: ✭ 710 (+2858.33%)
Mutual labels:  unity-asset, unity-3d
UnityGlobalTextSystem
Allow the user to 'change' the default font in Unity from "Arial" to a font of their liking.
Stars: ✭ 21 (-12.5%)
Mutual labels:  unity-asset, unity-3d
Unity Assetpipeline Presentation
Unity project for "A Technical Deep-Dive into Unity's Asset Pipeline" presented at Develop: 2018
Stars: ✭ 31 (+29.17%)
Mutual labels:  unity-asset, unity-3d
Rimlight
Customizable rimlight shader for Unity that includes pulsation and noise scrolling. Give your scenes that extra oomph!
Stars: ✭ 170 (+608.33%)
Mutual labels:  unity-asset, unity-3d
UnityHexagonLibrary2d
A library to manage 2D hexagonal tiles in Unity.
Stars: ✭ 58 (+141.67%)
Mutual labels:  unity-asset, unity-3d

AppMetrica - Unity Plugin

License

License agreement on use of Yandex AppMetrica SDK is available at EULA site.

Documentation

Documentation could be found at AppMetrica official site.

Changelog

Version 5.2.0

  • Updated native SDKs (iOS 4.4.0, Android 5.2.0)
  • Supported AdRevenue
  • Added class YandexAppMetricaAdRevenue
  • Added a method to report ad revenue ReportAdRevenue(YandexAppMetricaAdRevenue adRevenue)

Version 5.1.0

  • Updated native SDKs (Android 5.0.1)
  • Exceptions from Application.logMessageReceived are sent as errors

Version 5.0.0

  • Updated native SDKs (Android 5.0.0)
  • Removed LocationService.Start call
  • Removed use of APP_METRICA_TRACK_LOCATION_DISABLED define

Version 4.3.0

  • Updated native SDKs (iOS 4.2.0, Android 4.2.0)
  • Supported EDM4U for dependency resolution
  • Crash handling improved
  • Added methods for error reporting ReportError(Exception exception, string condition), ReportErrorFromLogCallback(string condition, string stackTrace)
  • Added method for crash reporting ReportUnhandledException(Exception exception)
  • Deprecared methods ReportError(string condition, string stackTrace). Use the ReportError(Exception exception, string condition) instead
  • ReportError(string groupIdentifier, string condition, string stackTrace). Use the ReportError(string groupIdentifier, string condition, Exception exception) instead

Version 4.2.0

  • Fixed a problem with uploading app in AppStore (YandexMobileMetrica.framework/YandexMobileMetrica' is not permitted. Your app can’t contain standalone executables or libraries, other than a valid CFBundleExecutable of supported bundles.)

Version 4.1.0

  • Updated native SDKs (Android 4.1.1)

Version 4.0.0

  • Updated native SDKs (iOS 4.0.0, Android 4.0.0)
  • Remove InstalledAppCollecting from YandexAppMetricaConfig
  • Added property RevenueAutoTrackingEnabled to YandexAppMetricaConfig for disable auto tracking revenue
  • Added dependency from Install Referrer Library v2.2

Version 3.8.0

  • Updated native SDKs (iOS 3.16.0, Android 3.21.1)
  • Added a method for requesting access to IDFA

Version 3.7.0

  • Updated native SDKs (iOS 3.14.0, Android 3.18.0)
  • Added a method to report event with json string value
  • Added a method to set error environment
  • Added a method to report error with identifier

Version 3.6.0

  • Updated native SDKs (iOS 3.11.1, Android 3.14.3)
  • Added the configuration property AppForKids for applications from App Store Kids' Category.

Version 3.5.1

  • Added a method to report referral url
  • Added a method to report open url
  • Added property PriceDecimal to YandexAppMetricaRevenue. Use it instead of deprecated Price
  • Simplified connection of the iAd framework for iOS

Version 3.5.0

  • Updated native SDKs (iOS 3.9.4, Android 3.13.1)

Version 3.4.0

  • Updated native SDKs (iOS 3.7.1, Android 3.6.4)

Version 3.3.0

  • Updated native SDKs (iOS 3.6.0, Android 3.6.0)

Version 3.2.0

  • Updated native SDKs (iOS 3.4.0, Android 3.4.0)
  • Fixed AppMetrica dependency integration

Version 3.1.0

  • Updated native SDKs (iOS 3.2.0, Android 3.2.2)
  • Added a method to disable statistics sending.
  • Added a method to retrieve the AppMetrica device ID.
  • Added a method to force stored events sending.

Version 3.0.1

  • Updated native iOS SDK 3.1.2

Version 3.0.0

  • Updated native SDKs (iOS 3.1.1, Android 3.1.0)
  • Added user profiles
  • Added revenue tracking
  • Unified and revised the API

Version 2.1

  • Updated native SDKs (iOS 2.9.8)

Version 2.0.0

  • Updated native SDKs (iOS 2.7.0, Android 2.62)
  • Fixed plugin files structure: everything moved into Assets/AppMetrica
  • Added method for activation configuration updates handling (for AppMetrica Push SDK Unity Plugin)

Version 1.20

  • Updated native SDKs (iOS 2.5.1, Android 2.42)

Version 1.10

  • Updated native SDKs (iOS 2.4.0, Android 2.40)
  • Fixed critical iOS problems (bitcode support, protobuf lib related crash)
  • Added availability to disable location gathering with compiler directive APP_METRICA_TRACK_LOCATION_DISABLED

Version 1.0

  • Initial release with iOS and Android native SDK (iOS 2.0, Android 2.0)

Notice

The directory MetricaPluginSample includes sample with plugin for Unity 5+. You should copy file Other/Unity.iOS.Extensions.Xcode.dll into MetricaPluginSample/Assets/YandexMobileMetrica/Editor to launch sample for Unity 4.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].