Beispiel #1
0
    static void OnPostprocessAllAssets(string[] importedAssets, string[] deletedAssets, string[] movedAssets, string[] movedFromAssetPaths)
    {
        string[] splitPath = Application.dataPath.Split('/');

        if (!splitPath[splitPath.Length - 2].Equals("ga_unity_wrapper copy"))
        {
            GA_Inspector.CheckForUpdates();

            GA_Tracking.Setup();
        }
    }
Beispiel #2
0
    static void OnPostprocessAllAssets(string[] importedAssets, string[] deletedAssets, string[] movedAssets, string[] movedFromAssetPaths)
    {
        GA_Inspector.CheckForUpdates();

        GA_Tracking.Setup();
    }
Beispiel #3
0
 static GA_Autorun()
 {
     GA_Inspector.CheckForUpdates();
 }