升级Unity,升级ios sdk,换新实名方案

This commit is contained in:
yangjing 2022-04-29 22:28:24 +08:00
parent e1820cf79b
commit f4da96b41d
18 changed files with 49 additions and 45 deletions

View File

@ -1,5 +1,5 @@
fileFormatVersion: 2 fileFormatVersion: 2
guid: 7e4ad530b71b04e9badfe094662be466 guid: b9d295f1d6b40474b832740c53dc0162
DefaultImporter: DefaultImporter:
externalObjects: {} externalObjects: {}
userData: userData:

View File

@ -1,5 +1,5 @@
fileFormatVersion: 2 fileFormatVersion: 2
guid: 79a6505a2ad55417598ed33ded0ee42c guid: b1e0c8870faab4b1e81eb56a2625ca49
DefaultImporter: DefaultImporter:
externalObjects: {} externalObjects: {}
userData: userData:

View File

@ -1,5 +1,5 @@
fileFormatVersion: 2 fileFormatVersion: 2
guid: 9be3256ce7a394ef3bb7f2b152623c9b guid: 9e12daaa70a7c4135a17c39fd22fada3
folderAsset: yes folderAsset: yes
DefaultImporter: DefaultImporter:
externalObjects: {} externalObjects: {}

View File

@ -1,5 +1,5 @@
fileFormatVersion: 2 fileFormatVersion: 2
guid: 0b5ad6ea0b8224b33a9c57794cfcce22 guid: 5da1691e284094478a2e118f3b0a75f3
DefaultImporter: DefaultImporter:
externalObjects: {} externalObjects: {}
userData: userData:

View File

@ -1,5 +1,5 @@
fileFormatVersion: 2 fileFormatVersion: 2
guid: f2bca2410fbd24ebfb259861cbcb618d guid: cf3e87ee224034a7ca32d0029936d6c9
DefaultImporter: DefaultImporter:
externalObjects: {} externalObjects: {}
userData: userData:

View File

@ -1,5 +1,5 @@
fileFormatVersion: 2 fileFormatVersion: 2
guid: d77b338aeff804c38a0c3a55134a24c0 guid: ad451212a49674981ba4f6b25add243e
DefaultImporter: DefaultImporter:
externalObjects: {} externalObjects: {}
userData: userData:

View File

@ -1,5 +1,5 @@
fileFormatVersion: 2 fileFormatVersion: 2
guid: 60dfc12b4555d491baefbeb12eb6a5cc guid: aa1bc22b5c00243859a237218c12aca1
DefaultImporter: DefaultImporter:
externalObjects: {} externalObjects: {}
userData: userData:

View File

@ -1,5 +1,5 @@
fileFormatVersion: 2 fileFormatVersion: 2
guid: 6f3b3743de60f43f8853b84fcf591233 guid: 666f447dd2b6443b39554966728d7c78
DefaultImporter: DefaultImporter:
externalObjects: {} externalObjects: {}
userData: userData:

View File

@ -25,16 +25,9 @@ public class InitLogic : MonoBehaviour
TGTools.Instance.onAgreeHander -= ShowAntiAddiction; TGTools.Instance.onAgreeHander -= ShowAntiAddiction;
ToukaUtils.InitTenjinFirst(); ToukaUtils.InitTenjinFirst();
if (StaticOnlineParams.IsShowAuthViewOnlineParams.DefaultValue.Equals("1")) TGiOSAdManager.Instance.onAntiSuccessHander += AntiSucceed;
{ TGiOSAdManager.Instance.ShowAntiView();
TGiOSAdManager.Instance.onAntiSuccessHander += AntiSucceed;
TGiOSAdManager.Instance.ShowAntiView();
}
else
{
EnterGame();
}
} }
private void AntiSucceed() private void AntiSucceed()

View File

@ -121,11 +121,11 @@ public class ToukaAnalyticsManager : ToukaSingletonMonoBehaviour<ToukaAnalyticsM
/// </summary> /// </summary>
public void InitTenjinInner() public void InitTenjinInner()
{ {
Debug.Log("[ToukaAnalyticsManager] init tenjin inner"); //Debug.Log("[ToukaAnalyticsManager] init tenjin inner");
BaseTenjin instance = Tenjin.getInstance(StaticStringsKey.TENJIN_KEY); //BaseTenjin instance = Tenjin.getInstance(StaticStringsKey.TENJIN_KEY);
// Sends install/open event to Tenjin //// Sends install/open event to Tenjin
instance.Connect(); //instance.Connect();
} }
#endregion #endregion

View File

@ -1,16 +1,16 @@
{ {
"dependencies": { "dependencies": {
"com.unity.2d.animation": "3.2.14", "com.unity.2d.animation": "3.2.16",
"com.unity.2d.pixel-perfect": "2.1.0", "com.unity.2d.pixel-perfect": "2.1.0",
"com.unity.2d.psdimporter": "2.1.10", "com.unity.2d.psdimporter": "2.1.11",
"com.unity.2d.sprite": "1.0.0", "com.unity.2d.sprite": "1.0.0",
"com.unity.2d.spriteshape": "3.0.17", "com.unity.2d.spriteshape": "3.0.18",
"com.unity.2d.tilemap": "1.0.0", "com.unity.2d.tilemap": "1.0.0",
"com.unity.collab-proxy": "1.14.4", "com.unity.collab-proxy": "1.14.15",
"com.unity.ide.rider": "1.2.1", "com.unity.ide.rider": "1.2.1",
"com.unity.ide.visualstudio": "2.0.12", "com.unity.ide.visualstudio": "2.0.14",
"com.unity.ide.vscode": "1.2.4", "com.unity.ide.vscode": "1.2.5",
"com.unity.test-framework": "1.1.29", "com.unity.test-framework": "1.1.31",
"com.unity.textmeshpro": "2.1.4", "com.unity.textmeshpro": "2.1.4",
"com.unity.timeline": "1.2.18", "com.unity.timeline": "1.2.18",
"com.unity.ugui": "1.0.0", "com.unity.ugui": "1.0.0",

View File

@ -1,11 +1,11 @@
{ {
"dependencies": { "dependencies": {
"com.unity.2d.animation": { "com.unity.2d.animation": {
"version": "3.2.14", "version": "3.2.17",
"depth": 0, "depth": 1,
"source": "registry", "source": "registry",
"dependencies": { "dependencies": {
"com.unity.2d.common": "2.1.0", "com.unity.2d.common": "2.1.2",
"com.unity.mathematics": "1.1.0", "com.unity.mathematics": "1.1.0",
"com.unity.2d.sprite": "1.0.0", "com.unity.2d.sprite": "1.0.0",
"com.unity.modules.animation": "1.0.0", "com.unity.modules.animation": "1.0.0",
@ -14,7 +14,7 @@
"url": "https://packages.unity.cn" "url": "https://packages.unity.cn"
}, },
"com.unity.2d.common": { "com.unity.2d.common": {
"version": "2.1.0", "version": "2.1.2",
"depth": 1, "depth": 1,
"source": "registry", "source": "registry",
"dependencies": { "dependencies": {
@ -38,12 +38,12 @@
"url": "https://packages.unity.cn" "url": "https://packages.unity.cn"
}, },
"com.unity.2d.psdimporter": { "com.unity.2d.psdimporter": {
"version": "2.1.10", "version": "2.1.11",
"depth": 0, "depth": 0,
"source": "registry", "source": "registry",
"dependencies": { "dependencies": {
"com.unity.2d.common": "2.1.0", "com.unity.2d.common": "2.1.2",
"com.unity.2d.animation": "3.2.14", "com.unity.2d.animation": "3.2.17",
"com.unity.2d.sprite": "1.0.0" "com.unity.2d.sprite": "1.0.0"
}, },
"url": "https://packages.unity.cn" "url": "https://packages.unity.cn"
@ -55,7 +55,7 @@
"dependencies": {} "dependencies": {}
}, },
"com.unity.2d.spriteshape": { "com.unity.2d.spriteshape": {
"version": "3.0.17", "version": "3.0.18",
"depth": 0, "depth": 0,
"source": "registry", "source": "registry",
"dependencies": { "dependencies": {
@ -72,7 +72,7 @@
"dependencies": {} "dependencies": {}
}, },
"com.unity.collab-proxy": { "com.unity.collab-proxy": {
"version": "1.14.4", "version": "1.14.15",
"depth": 0, "depth": 0,
"source": "registry", "source": "registry",
"dependencies": {}, "dependencies": {},
@ -95,7 +95,7 @@
"url": "https://packages.unity.cn" "url": "https://packages.unity.cn"
}, },
"com.unity.ide.visualstudio": { "com.unity.ide.visualstudio": {
"version": "2.0.12", "version": "2.0.14",
"depth": 0, "depth": 0,
"source": "registry", "source": "registry",
"dependencies": { "dependencies": {
@ -104,7 +104,7 @@
"url": "https://packages.unity.cn" "url": "https://packages.unity.cn"
}, },
"com.unity.ide.vscode": { "com.unity.ide.vscode": {
"version": "1.2.4", "version": "1.2.5",
"depth": 0, "depth": 0,
"source": "registry", "source": "registry",
"dependencies": {}, "dependencies": {},
@ -118,7 +118,7 @@
"url": "https://packages.unity.cn" "url": "https://packages.unity.cn"
}, },
"com.unity.test-framework": { "com.unity.test-framework": {
"version": "1.1.29", "version": "1.1.31",
"depth": 0, "depth": 0,
"source": "registry", "source": "registry",
"dependencies": { "dependencies": {

View File

@ -72,6 +72,12 @@ PlayerSettings:
androidRenderOutsideSafeArea: 1 androidRenderOutsideSafeArea: 1
androidUseSwappy: 0 androidUseSwappy: 0
androidBlitType: 0 androidBlitType: 0
androidResizableWindow: 0
androidDefaultWindowWidth: 1920
androidDefaultWindowHeight: 1080
androidMinimumWindowWidth: 400
androidMinimumWindowHeight: 300
androidFullscreenMode: 1
defaultIsNativeResolution: 1 defaultIsNativeResolution: 1
macRetinaSupport: 1 macRetinaSupport: 1
runInBackground: 1 runInBackground: 1
@ -136,7 +142,7 @@ PlayerSettings:
16:10: 1 16:10: 1
16:9: 1 16:9: 1
Others: 1 Others: 1
bundleVersion: 1.2.1 bundleVersion: 1.2.2
preloadedAssets: [] preloadedAssets: []
metroInputSource: 0 metroInputSource: 0
wsaTransparentSwapchain: 0 wsaTransparentSwapchain: 0
@ -184,7 +190,7 @@ PlayerSettings:
Standalone: com.toukagames.pitch Standalone: com.toukagames.pitch
iPhone: com.toukagames.pitch iPhone: com.toukagames.pitch
buildNumber: buildNumber:
iPhone: 2 iPhone: 1
AndroidBundleVersionCode: 1 AndroidBundleVersionCode: 1
AndroidMinSdkVersion: 19 AndroidMinSdkVersion: 19
AndroidTargetSdkVersion: 0 AndroidTargetSdkVersion: 0
@ -261,6 +267,7 @@ PlayerSettings:
templatePackageId: com.unity.template.2d@3.3.2 templatePackageId: com.unity.template.2d@3.3.2
templateDefaultScene: Assets/Scenes/SampleScene.unity templateDefaultScene: Assets/Scenes/SampleScene.unity
AndroidTargetArchitectures: 1 AndroidTargetArchitectures: 1
AndroidTargetDevices: 0
AndroidSplashScreenScale: 0 AndroidSplashScreenScale: 0
androidSplashScreen: {fileID: 0} androidSplashScreen: {fileID: 0}
AndroidKeystoreName: AndroidKeystoreName:
@ -277,6 +284,7 @@ PlayerSettings:
height: 180 height: 180
banner: {fileID: 0} banner: {fileID: 0}
androidGamepadSupportLevel: 0 androidGamepadSupportLevel: 0
chromeosInputEmulation: 1
AndroidValidateAppBundleSize: 1 AndroidValidateAppBundleSize: 1
AndroidAppBundleSizeToValidate: 150 AndroidAppBundleSizeToValidate: 150
m_BuildTargetIcons: m_BuildTargetIcons:
@ -481,7 +489,9 @@ PlayerSettings:
switchNetworkInterfaceManagerInitializeEnabled: 1 switchNetworkInterfaceManagerInitializeEnabled: 1
switchPlayerConnectionEnabled: 1 switchPlayerConnectionEnabled: 1
switchUseMicroSleepForYield: 1 switchUseMicroSleepForYield: 1
switchEnableRamDiskSupport: 0
switchMicroSleepForYieldTime: 25 switchMicroSleepForYieldTime: 25
switchRamDiskSpaceSize: 12
ps4NPAgeRating: 12 ps4NPAgeRating: 12
ps4NPTitleSecret: ps4NPTitleSecret:
ps4NPTrophyPackPath: ps4NPTrophyPackPath:
@ -552,6 +562,7 @@ PlayerSettings:
ps4videoRecordingFeaturesUsed: 0 ps4videoRecordingFeaturesUsed: 0
ps4contentSearchFeaturesUsed: 0 ps4contentSearchFeaturesUsed: 0
ps4CompatibilityPS5: 0 ps4CompatibilityPS5: 0
ps4AllowPS5Detection: 0
ps4GPU800MHz: 1 ps4GPU800MHz: 1
ps4attribEyeToEyeDistanceSettingVR: 0 ps4attribEyeToEyeDistanceSettingVR: 0
ps4IncludedModules: [] ps4IncludedModules: []

View File

@ -1,2 +1,2 @@
m_EditorVersion: 2019.4.28f1c1 m_EditorVersion: 2019.4.38f1c1
m_EditorVersionWithRevision: 2019.4.28f1c1 (1f7bb6726984) m_EditorVersionWithRevision: 2019.4.38f1c1 (df80985e05f0)