TelemetryDeck / UnityCSharpSDK-Example

This is the Unity C# SDK for TelemetryDeck, a privacy-conscious analytics service for apps and websites.

Home Page:https://telemetrydeck.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TelemetryDeck SDK for Unity C# - Example TelemetryClient project

Lightweight Analytics That's Not Evil

Please visit TelemetryDeck.com to learn more.

About this repository

This repository contains the development project for the TelemetryDeck Unity C# SDK, as well as an example usage of the API (see TestApp folder).

To add TelemetryDeck to your project, please visit the TelemetryDeck Unity C# SDK repository.

Dependencies

Please see the README of the TelemetryDeck Unity C# SDK.

Cloning

You must clone with submodules to receive a working Unity Project:

git clone https://github.com/TelemetryDeck/UnityCSharpSDK-Example.git --recurse-submodules

or, with SSH:

git clone git@github.com:TelemetryDeck/UnityCSharpSDK-Example.git --recurse-submodules

License

TelemetryDeck SDK for Unity C# and the sample code is licensed unter a MIT No Attribution License.

This means you can use the Unity Package or source code in your projects without including the license text.

Of course, attribution is very much appreciated. <3

3rd Party Licenses

This project uses the Newtonsoft.Json for Unity package (aka Json.NET), which is licensed unter The MIT License.

About

This is the Unity C# SDK for TelemetryDeck, a privacy-conscious analytics service for apps and websites.

https://telemetrydeck.com/

License:Other


Languages

Language:C# 100.0%