using System.Collections;
|
using System.Collections.Generic;
|
using UnityEngine;
|
|
public class GameAnalytics_SDK_Main : MonoBehaviour
|
{
|
// Start is called before the first frame update
|
void Start()
|
{
|
Debug.Log("Unity SDK init begin ");
|
TalkingDataGA.OnStart("B220F5C737384030947B202F19E32086", "TalkingData");
|
Debug.Log("Unity SDK init completed ");
|
}
|
|
// Update is called once per frame
|
void Update()
|
{
|
|
}
|
}
|