wangguan
2020-10-21 a51fc78ac1055d24fe68d8d091fedd148302c1e5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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()
    {
 
    }
}