1.0.1 구글 결제 최신버전
This commit is contained in:
parent
1c33c5f7c3
commit
2911342b51
Binary file not shown.
|
|
@ -18,7 +18,6 @@ public static class AutoBuild
|
||||||
|
|
||||||
if (_bt == BuildTarget.Android)
|
if (_bt == BuildTarget.Android)
|
||||||
{
|
{
|
||||||
PlayerSettings.Android.splitApplicationBinary = false;
|
|
||||||
File.WriteAllText("Assets/Resources/VersionCode.txt", PlayerSettings.Android.bundleVersionCode.ToString());
|
File.WriteAllText("Assets/Resources/VersionCode.txt", PlayerSettings.Android.bundleVersionCode.ToString());
|
||||||
PlayerSettings.Android.targetArchitectures = AndroidArchitecture.ARMv7 | AndroidArchitecture.ARM64;
|
PlayerSettings.Android.targetArchitectures = AndroidArchitecture.ARMv7 | AndroidArchitecture.ARM64;
|
||||||
}
|
}
|
||||||
|
|
@ -76,6 +75,7 @@ public static class AutoBuild
|
||||||
var curVer = PlayerSettings.bundleVersion;
|
var curVer = PlayerSettings.bundleVersion;
|
||||||
PlayerSettings.bundleVersion = "9.9.9";
|
PlayerSettings.bundleVersion = "9.9.9";
|
||||||
EditorUserBuildSettings.buildAppBundle = false;
|
EditorUserBuildSettings.buildAppBundle = false;
|
||||||
|
PlayerSettings.Android.splitApplicationBinary = false;
|
||||||
BuildStart("AndroidData/GoStop_Test_" + Application.version + "_(" + PlayerSettings.Android.bundleVersionCode + ").apk", BuildTarget.Android);
|
BuildStart("AndroidData/GoStop_Test_" + Application.version + "_(" + PlayerSettings.Android.bundleVersionCode + ").apk", BuildTarget.Android);
|
||||||
PlayerSettings.bundleVersion = curVer;
|
PlayerSettings.bundleVersion = curVer;
|
||||||
}
|
}
|
||||||
|
|
@ -87,6 +87,7 @@ public static class AutoBuild
|
||||||
//PlayerSettings.Android.minSdkVersion = AndroidSdkVersions.AndroidApiLevel23;
|
//PlayerSettings.Android.minSdkVersion = AndroidSdkVersions.AndroidApiLevel23;
|
||||||
|
|
||||||
EditorUserBuildSettings.buildAppBundle = false;
|
EditorUserBuildSettings.buildAppBundle = false;
|
||||||
|
PlayerSettings.Android.splitApplicationBinary = false;
|
||||||
BuildStart("AndroidData/GoStop_Test_" + Application.version + "_(" + PlayerSettings.Android.bundleVersionCode + ").apk", BuildTarget.Android);
|
BuildStart("AndroidData/GoStop_Test_" + Application.version + "_(" + PlayerSettings.Android.bundleVersionCode + ").apk", BuildTarget.Android);
|
||||||
}
|
}
|
||||||
[MenuItem("AutoBuild/Build Live AAB")]
|
[MenuItem("AutoBuild/Build Live AAB")]
|
||||||
|
|
@ -97,6 +98,7 @@ public static class AutoBuild
|
||||||
Set_AndroidKeyStore();
|
Set_AndroidKeyStore();
|
||||||
|
|
||||||
EditorUserBuildSettings.buildAppBundle = true;
|
EditorUserBuildSettings.buildAppBundle = true;
|
||||||
|
PlayerSettings.Android.splitApplicationBinary = true;
|
||||||
BuildStart("AndroidData/GoStop_Live_" + Application.version + "_(" + PlayerSettings.Android.bundleVersionCode + ").aab", BuildTarget.Android);
|
BuildStart("AndroidData/GoStop_Live_" + Application.version + "_(" + PlayerSettings.Android.bundleVersionCode + ").aab", BuildTarget.Android);
|
||||||
//if (EditorUtility.DisplayDialog("라이브 빌드", "현재 버전 : " + PlayerSettings.bundleVersion + " " + PlayerSettings.Android.bundleVersionCode.ToString(), "OK", "Not Build"))
|
//if (EditorUtility.DisplayDialog("라이브 빌드", "현재 버전 : " + PlayerSettings.bundleVersion + " " + PlayerSettings.Android.bundleVersionCode.ToString(), "OK", "Not Build"))
|
||||||
// AppBundlePublisher.Build();
|
// AppBundlePublisher.Build();
|
||||||
|
|
@ -109,6 +111,7 @@ public static class AutoBuild
|
||||||
Set_OneStoreKeyStore();
|
Set_OneStoreKeyStore();
|
||||||
|
|
||||||
EditorUserBuildSettings.buildAppBundle = true;
|
EditorUserBuildSettings.buildAppBundle = true;
|
||||||
|
PlayerSettings.Android.splitApplicationBinary = true;
|
||||||
BuildStart("AndroidData/GoStop_Live_OneStore" + Application.version + "_(" + PlayerSettings.Android.bundleVersionCode + ").aab", BuildTarget.Android);
|
BuildStart("AndroidData/GoStop_Live_OneStore" + Application.version + "_(" + PlayerSettings.Android.bundleVersionCode + ").aab", BuildTarget.Android);
|
||||||
//if (EditorUtility.DisplayDialog("라이브 빌드", "현재 버전 : " + PlayerSettings.bundleVersion + " " + PlayerSettings.Android.bundleVersionCode.ToString(), "OK", "Not Build"))
|
//if (EditorUtility.DisplayDialog("라이브 빌드", "현재 버전 : " + PlayerSettings.bundleVersion + " " + PlayerSettings.Android.bundleVersionCode.ToString(), "OK", "Not Build"))
|
||||||
// AppBundlePublisher.Build();
|
// AppBundlePublisher.Build();
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: fb678a2e7f18f914a87ecb076dd436b2
|
guid: 9371a8d163a58dd4792c935d0cbfd834
|
||||||
labels:
|
labels:
|
||||||
- gvh
|
- gvh
|
||||||
- gvh_version-9.5.0
|
- gvh_version-9.5.0
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,6 @@ MonoBehaviour:
|
||||||
- GoogleMobileAds.Mediation.UnityAds.Common
|
- GoogleMobileAds.Mediation.UnityAds.Common
|
||||||
- GoogleMobileAds.Mediation.UnityAds.iOS
|
- GoogleMobileAds.Mediation.UnityAds.iOS
|
||||||
- KinoBloom.Runtime
|
- KinoBloom.Runtime
|
||||||
- Purchasing.Common
|
|
||||||
showAdvancedSettings: 1
|
showAdvancedSettings: 1
|
||||||
addMgrToSceneAutomatically: 0
|
addMgrToSceneAutomatically: 0
|
||||||
autoUpdateReferences: 1
|
autoUpdateReferences: 1
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
17
|
19
|
||||||
|
|
@ -3,19 +3,19 @@
|
||||||
"com.google.ads.mobile": "9.5.0",
|
"com.google.ads.mobile": "9.5.0",
|
||||||
"com.google.ads.mobile.mediation.metaaudiencenetwork": "3.14.0",
|
"com.google.ads.mobile.mediation.metaaudiencenetwork": "3.14.0",
|
||||||
"com.unity.2d.sprite": "1.0.0",
|
"com.unity.2d.sprite": "1.0.0",
|
||||||
"com.unity.addressables": "2.7.2",
|
"com.unity.addressables": "2.7.3",
|
||||||
"com.unity.ai.navigation": "2.0.9",
|
"com.unity.ai.navigation": "2.0.9",
|
||||||
"com.unity.collab-proxy": "2.9.3",
|
"com.unity.collab-proxy": "2.9.3",
|
||||||
"com.unity.device-simulator.devices": "1.0.0",
|
"com.unity.device-simulator.devices": "1.0.0",
|
||||||
"com.unity.ide.rider": "3.0.37",
|
"com.unity.ide.rider": "3.0.38",
|
||||||
"com.unity.ide.visualstudio": "2.0.23",
|
"com.unity.ide.visualstudio": "2.0.23",
|
||||||
"com.unity.ide.vscode": "1.2.5",
|
"com.unity.ide.vscode": "1.2.5",
|
||||||
"com.unity.mobile.android-logcat": "1.4.5",
|
"com.unity.mobile.android-logcat": "1.4.5",
|
||||||
"com.unity.multiplayer.center": "1.0.0",
|
"com.unity.multiplayer.center": "1.0.0",
|
||||||
"com.unity.nuget.newtonsoft-json": "3.2.1",
|
"com.unity.nuget.newtonsoft-json": "3.2.1",
|
||||||
"com.unity.purchasing": "4.12.2",
|
"com.unity.purchasing": "5.0.2",
|
||||||
"com.unity.recorder": "5.1.2",
|
"com.unity.recorder": "5.1.2",
|
||||||
"com.unity.test-framework": "1.5.1",
|
"com.unity.test-framework": "1.6.0",
|
||||||
"com.unity.timeline": "1.8.9",
|
"com.unity.timeline": "1.8.9",
|
||||||
"com.unity.ugui": "2.0.0",
|
"com.unity.ugui": "2.0.0",
|
||||||
"com.unity.modules.accessibility": "1.0.0",
|
"com.unity.modules.accessibility": "1.0.0",
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
"dependencies": {}
|
"dependencies": {}
|
||||||
},
|
},
|
||||||
"com.unity.addressables": {
|
"com.unity.addressables": {
|
||||||
"version": "2.7.2",
|
"version": "2.7.3",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
"source": "registry",
|
"source": "registry",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
@ -43,7 +43,7 @@
|
||||||
"com.unity.modules.jsonserialize": "1.0.0",
|
"com.unity.modules.jsonserialize": "1.0.0",
|
||||||
"com.unity.modules.imageconversion": "1.0.0",
|
"com.unity.modules.imageconversion": "1.0.0",
|
||||||
"com.unity.modules.unitywebrequest": "1.0.0",
|
"com.unity.modules.unitywebrequest": "1.0.0",
|
||||||
"com.unity.scriptablebuildpipeline": "2.4.1",
|
"com.unity.scriptablebuildpipeline": "2.4.2",
|
||||||
"com.unity.modules.unitywebrequestassetbundle": "1.0.0"
|
"com.unity.modules.unitywebrequestassetbundle": "1.0.0"
|
||||||
},
|
},
|
||||||
"url": "https://packages.unity.com"
|
"url": "https://packages.unity.com"
|
||||||
|
|
@ -67,7 +67,7 @@
|
||||||
"url": "https://packages.unity.com"
|
"url": "https://packages.unity.com"
|
||||||
},
|
},
|
||||||
"com.unity.burst": {
|
"com.unity.burst": {
|
||||||
"version": "1.8.24",
|
"version": "1.8.25",
|
||||||
"depth": 2,
|
"depth": 2,
|
||||||
"source": "registry",
|
"source": "registry",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
@ -109,7 +109,7 @@
|
||||||
"dependencies": {}
|
"dependencies": {}
|
||||||
},
|
},
|
||||||
"com.unity.ide.rider": {
|
"com.unity.ide.rider": {
|
||||||
"version": "3.0.37",
|
"version": "3.0.38",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
"source": "registry",
|
"source": "registry",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
@ -177,12 +177,12 @@
|
||||||
"url": "https://packages.unity.com"
|
"url": "https://packages.unity.com"
|
||||||
},
|
},
|
||||||
"com.unity.purchasing": {
|
"com.unity.purchasing": {
|
||||||
"version": "4.12.2",
|
"version": "5.0.2",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
"source": "registry",
|
"source": "registry",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.unity.ugui": "1.0.0",
|
"com.unity.ugui": "1.0.0",
|
||||||
"com.unity.services.core": "1.12.5",
|
"com.unity.services.core": "1.14.0",
|
||||||
"com.unity.modules.androidjni": "1.0.0",
|
"com.unity.modules.androidjni": "1.0.0",
|
||||||
"com.unity.modules.jsonserialize": "1.0.0",
|
"com.unity.modules.jsonserialize": "1.0.0",
|
||||||
"com.unity.modules.unitywebrequest": "1.0.0"
|
"com.unity.modules.unitywebrequest": "1.0.0"
|
||||||
|
|
@ -201,7 +201,7 @@
|
||||||
"url": "https://packages.unity.com"
|
"url": "https://packages.unity.com"
|
||||||
},
|
},
|
||||||
"com.unity.scriptablebuildpipeline": {
|
"com.unity.scriptablebuildpipeline": {
|
||||||
"version": "2.4.1",
|
"version": "2.4.2",
|
||||||
"depth": 1,
|
"depth": 1,
|
||||||
"source": "registry",
|
"source": "registry",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
@ -222,7 +222,7 @@
|
||||||
"url": "https://packages.unity.com"
|
"url": "https://packages.unity.com"
|
||||||
},
|
},
|
||||||
"com.unity.test-framework": {
|
"com.unity.test-framework": {
|
||||||
"version": "1.5.1",
|
"version": "1.6.0",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
"source": "builtin",
|
"source": "builtin",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
@ -232,7 +232,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"com.unity.test-framework.performance": {
|
"com.unity.test-framework.performance": {
|
||||||
"version": "3.1.0",
|
"version": "3.2.0",
|
||||||
"depth": 2,
|
"depth": 2,
|
||||||
"source": "registry",
|
"source": "registry",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
|
|
@ -141,7 +141,7 @@ PlayerSettings:
|
||||||
loadStoreDebugModeEnabled: 0
|
loadStoreDebugModeEnabled: 0
|
||||||
visionOSBundleVersion: 1.0
|
visionOSBundleVersion: 1.0
|
||||||
tvOSBundleVersion: 1.0
|
tvOSBundleVersion: 1.0
|
||||||
bundleVersion: 1.0.0
|
bundleVersion: 9.9.9
|
||||||
preloadedAssets: []
|
preloadedAssets: []
|
||||||
metroInputSource: 0
|
metroInputSource: 0
|
||||||
wsaTransparentSwapchain: 0
|
wsaTransparentSwapchain: 0
|
||||||
|
|
@ -175,7 +175,7 @@ PlayerSettings:
|
||||||
iPhone: 0
|
iPhone: 0
|
||||||
tvOS: 0
|
tvOS: 0
|
||||||
overrideDefaultApplicationIdentifier: 1
|
overrideDefaultApplicationIdentifier: 1
|
||||||
AndroidBundleVersionCode: 17
|
AndroidBundleVersionCode: 19
|
||||||
AndroidMinSdkVersion: 24
|
AndroidMinSdkVersion: 24
|
||||||
AndroidTargetSdkVersion: 35
|
AndroidTargetSdkVersion: 35
|
||||||
AndroidPreferredInstallLocation: 1
|
AndroidPreferredInstallLocation: 1
|
||||||
|
|
@ -269,7 +269,7 @@ PlayerSettings:
|
||||||
AndroidTargetArchitectures: 3
|
AndroidTargetArchitectures: 3
|
||||||
AndroidSplashScreenScale: 0
|
AndroidSplashScreenScale: 0
|
||||||
androidSplashScreen: {fileID: 0}
|
androidSplashScreen: {fileID: 0}
|
||||||
AndroidKeystoreName: '{inproject}: AndroidData/RandomGFGoStop_One.keystore'
|
AndroidKeystoreName: '{inproject}: AndroidData/RandomGFGoStop.keystore'
|
||||||
AndroidKeyaliasName: fgb
|
AndroidKeyaliasName: fgb
|
||||||
AndroidEnableArmv9SecurityFeatures: 0
|
AndroidEnableArmv9SecurityFeatures: 0
|
||||||
AndroidEnableArm64MTE: 0
|
AndroidEnableArm64MTE: 0
|
||||||
|
|
@ -909,7 +909,7 @@ PlayerSettings:
|
||||||
XboxOneOverrideIdentityPublisher:
|
XboxOneOverrideIdentityPublisher:
|
||||||
vrEditorSettings: {}
|
vrEditorSettings: {}
|
||||||
cloudServicesEnabled:
|
cloudServicesEnabled:
|
||||||
Purchasing: 0
|
Purchasing: 1
|
||||||
Unity Ads: 1
|
Unity Ads: 1
|
||||||
luminIcon:
|
luminIcon:
|
||||||
m_Name:
|
m_Name:
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
m_EditorVersion: 6000.0.58f2
|
m_EditorVersion: 6000.0.59f2
|
||||||
m_EditorVersionWithRevision: 6000.0.58f2 (92dee566b325)
|
m_EditorVersionWithRevision: 6000.0.59f2 (ef281c76c3c1)
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ UnityConnectSettings:
|
||||||
m_LogBufferSize: 10
|
m_LogBufferSize: 10
|
||||||
m_CaptureEditorExceptions: 1
|
m_CaptureEditorExceptions: 1
|
||||||
UnityPurchasingSettings:
|
UnityPurchasingSettings:
|
||||||
m_Enabled: 0
|
m_Enabled: 1
|
||||||
m_TestMode: 0
|
m_TestMode: 0
|
||||||
UnityAnalyticsSettings:
|
UnityAnalyticsSettings:
|
||||||
m_Enabled: 1
|
m_Enabled: 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue