[M] sync with n3

This commit is contained in:
2024-11-28 14:00:57 +08:00
parent 5f81ddafed
commit 7401a30ebf
7 changed files with 177 additions and 54 deletions

View File

@@ -8,7 +8,7 @@ namespace tysdk
#if UNITY_EDITOR || UNITY_ANDROID
public static void RequestReview(string customReviewURL)
{
Debug.Log("RequestReview is not supported on this platform");
tysdk.UnityBridgeFunc.Review();
}
#elif UNITY_IOS
[DllImport("__Internal")]