com.typhoon.unitysdk 1.0.37 → 1.0.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -60,6 +60,9 @@ namespace TyphoonUnitySDK
60
60
  GUIDrawer.DrawKeynotes("③使用指定广告图标,链接如下:");
61
61
  url = "https://developer.open-douyin.com/docs/resource/zh-CN/mini-game/operation1/advertise/norms";
62
62
  GUIDrawer.DrawUrlLink($" {url}", () => Application.OpenURL(url));
63
+ GUIDrawer.DrawKeynotes("④需要接入侧边栏复访");
64
+ url = "https://developer.open-douyin.com/docs/resource/zh-CN/mini-game/operation1/ability/-retention/sidebar#c6ed8ce0";
65
+ GUIDrawer.DrawUrlLink($" {url}", () => Application.OpenURL(url));
63
66
  GUILayout.Space(6);
64
67
  GUI.enabled = tmpEnable;
65
68
  return true;
@@ -45,9 +45,9 @@ namespace TyphoonUnitySDK
45
45
  public ScriptingImplementation ScriptingImplementation = ScriptingImplementation.IL2CPP;
46
46
 
47
47
 
48
- public bool StripEngineCode = false;
48
+ public bool StripEngineCode = true;
49
49
 
50
- public ManagedStrippingLevel StrippingLevel = ManagedStrippingLevel.Disabled;
50
+ public ManagedStrippingLevel StrippingLevel = ManagedStrippingLevel.Low;
51
51
 
52
52
  #if UNITY_2021
53
53
  public AndroidSdkVersions MinApiVersion = AndroidSdkVersions.AndroidApiLevel22;