wangguan
2020-10-21 c4b8dbd94f555b599bc847b7fa8a2e1c6caf31e1
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()
    {
 
    }
}