Skip to content

jpetays/UnityCSharpSDK-Example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

This repository is updated to UNITY 2022.3 and has its dependencies trimmed down to minimum.

Dependencies

Please see the README of the TelemetryDeck Unity C# SDK.
Newtonsoft.Json dependcy is now easier to use as it is built-in UNITY Package Manager package.

Cloning

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

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

Submodules

We have a 'library' dependecy to UNITY TelemetryDeck SDK implementation here (in.gitmodules):

path = TelemetryClient/Assets/TelemetryClient
url = https://github.com/conath/TelemetryClient-for-UnityCSharp.git

Alternatively you can copy required SDK files manully where you want or for example import UNITY package.

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 Packages

This project uses the Newtonsoft.Json for Unity package (aka Json.NET).
It is built-in UNITY package.

About

Unity C# SDK for TelemetryDeck with example, forked and updated

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 100.0%