Skip to content

Flying-Acorn/Analytics-Middleware-for-Unity

Repository files navigation

Dependencies:

Core

Per Adapter

Firebase

AppMetrica

GameAnalytics

Installation

After adding each adapter from the Release section, you need to add it to the _services in AnalyticsManager.cs. Here is an example of how to add FirebaseAnalytics:

public class AnalyticsManager : MonoBehaviour
{
    ...
    private List<IAnalytics> _services = new List<IAnalytics>
    {
        new FirebaseEvents(),
    };
    ...

Also, you must attach the script to an empty game object within the first scene.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages