[U] ad plugins

This commit is contained in:
2025-02-14 17:40:00 +08:00
parent 9cc9b5a744
commit aa03da91a4
10 changed files with 193 additions and 46 deletions

View File

@@ -1,5 +1,4 @@
using System.Text;
using AppsFlyerSDK;
using UnityEngine;
using UnityEngine.SceneManagement;
using UnityEngine.UI;
@@ -14,11 +13,8 @@ public class AFInit
text.text = "";
}
[Btn("Init AF")]
public void InitAF()
{
AFDeepLinkHelper.Instance.Init();
text.text = $"Init AF {AppsFlyer.CallBackObjectName}\n";
}
[Btn("Gen Url")]