修改包名

This commit is contained in:
2026-05-20 15:18:16 +08:00
parent e0ddde0393
commit a9497b537d
13 changed files with 36 additions and 27 deletions
+2 -2
View File
@@ -101,8 +101,8 @@ namespace ChillConnect
isGameStart = true; isGameStart = true;
TrackKit.TrackLoginFunnel(LoginFunnelEventType.EnterHall); TrackKit.TrackLoginFunnel(LoginFunnelEventType.EnterHall);
Debug.Log("?????????????????" + PurchasingManager.GetPaySku(PayType.pack_reward)); // Debug.Log("?????????????????" + PurchasingManager.GetPaySku(PayType.pack_reward));
Debug.Log(JsonConvert.SerializeObject(ConfigSystem.GetConfig<ApplePayModel>().DataList)); // Debug.Log(JsonConvert.SerializeObject(ConfigSystem.GetConfig<ApplePayModel>().DataList));
// bool enterGame = CommonHelper.GetBoolByChance(ConfigSystem.GetConfig<CommonModel>().roomrate / 100f); // bool enterGame = CommonHelper.GetBoolByChance(ConfigSystem.GetConfig<CommonModel>().roomrate / 100f);
// if (GameHelper.IsGiftSwitch() && enterGame) // if (GameHelper.IsGiftSwitch() && enterGame)
// { // {
@@ -11,12 +11,12 @@ namespace ChillConnect
#endif #endif
public const string DomainRelease = "chillconnect.fun"; public const string DomainRelease = "chillconnect.fun";
//is debug test-------- //is debug test--------
public const string DomainDebugUrl = @"https://sandbox-api.swhitegames.tech/api/"; public const string DomainDebugUrl = @"https://api.jsoncompare.online/";
public static readonly string DomainReleaseUrl = $"https://{DomainRelease}/api/"; public static readonly string DomainReleaseUrl = $"https://{DomainRelease}/api/";
public static bool isWatchedAD = false; public static bool isWatchedAD = false;
public const string identifier = "com.funksharkgame.ballcrushbest"; public const string identifier = "com.matchgame.captaindicedubloons";
private LoginSystem loginSystem; private LoginSystem loginSystem;
private ConfigSystem configSystem; private ConfigSystem configSystem;
private PlayDataSystem playDataSystem; private PlayDataSystem playDataSystem;
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,5 +1,5 @@
fileFormatVersion: 2 fileFormatVersion: 2
guid: a1db2c67b9bcb461d80c693e83a051b0 guid: 5c254af47ebe1d6418958a3dcbb4b757
TextScriptImporter: TextScriptImporter:
externalObjects: {} externalObjects: {}
userData: userData:
+2 -1
View File
@@ -12,4 +12,5 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: c836612725633cc4093d7ac06e7d9ef1, type: 3} m_Script: {fileID: 11500000, guid: c836612725633cc4093d7ac06e7d9ef1, type: 3}
m_Name: GameConfig m_Name: GameConfig
m_EditorClassIdentifier: m_EditorClassIdentifier:
packageName: com.funksharkgame.ballcrushbest packageName: com.matchgame.captaindicedubloons
hardwareAcceleration: 1
+1 -1
View File
@@ -13,6 +13,6 @@ MonoBehaviour:
m_Name: NetworkConfig m_Name: NetworkConfig
m_EditorClassIdentifier: m_EditorClassIdentifier:
showNetworkLog: 1 showNetworkLog: 1
debugHost: sandbox-api.swhitegames.tech debugHost: api.jsoncompare.online
releaseHost: ballcrushbest.fun releaseHost: ballcrushbest.fun
connectionMode: 0 connectionMode: 0
+2 -2
View File
@@ -44,8 +44,8 @@ namespace ChillConnect
public void upRewardAndRank() public void upRewardAndRank()
{ {
upRankReward(); // upRankReward();
updateRank(); // updateRank();
} }
@@ -81,11 +81,9 @@ namespace ChillConnect
state => state =>
{ {
Debug.Log($"配置加载状态{state}"); Debug.Log($"配置加载状态{state}");
Debug.Log(JsonConvert.SerializeObject(ConfigSystem.GetConfig<ApplePayModel>().DataList)); // Debug.Log(JsonConvert.SerializeObject(ConfigSystem.GetConfig<ApplePayModel>().DataList));
if (state == ConfigLoaderState.Successful) if (state == ConfigLoaderState.Successful)
{ {
Debug.Log(GameHelper.NeedShowOpenAd());
Debug.Log(type);
if (type == 0) if (type == 0)
{ {
Debug.Log(GameHelper.NeedShowOpenAd()); Debug.Log(GameHelper.NeedShowOpenAd());
+1 -1
View File
@@ -8,7 +8,7 @@
"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": "4.12.2",
"com.unity.textmeshpro": "3.0.7", "com.unity.textmeshpro": "3.0.7",
"com.unity.timeline": "1.7.6", "com.unity.timeline": "1.7.7",
"com.unity.ugui": "1.0.0", "com.unity.ugui": "1.0.0",
"com.unity.visualscripting": "1.9.4", "com.unity.visualscripting": "1.9.4",
"com.unity.modules.ai": "1.0.0", "com.unity.modules.ai": "1.0.0",
+9 -9
View File
@@ -54,16 +54,16 @@
"source": "builtin", "source": "builtin",
"dependencies": { "dependencies": {
"com.unity.ide.visualstudio": "2.0.22", "com.unity.ide.visualstudio": "2.0.22",
"com.unity.ide.rider": "3.0.27", "com.unity.ide.rider": "3.0.36",
"com.unity.ide.vscode": "1.2.5", "com.unity.ide.vscode": "1.2.5",
"com.unity.editorcoroutines": "1.0.0", "com.unity.editorcoroutines": "1.0.0",
"com.unity.performance.profile-analyzer": "1.2.2", "com.unity.performance.profile-analyzer": "1.2.3",
"com.unity.test-framework": "1.1.33", "com.unity.test-framework": "1.1.33",
"com.unity.testtools.codecoverage": "1.2.4" "com.unity.testtools.codecoverage": "1.2.6"
} }
}, },
"com.unity.ide.rider": { "com.unity.ide.rider": {
"version": "3.0.27", "version": "3.0.36",
"depth": 1, "depth": 1,
"source": "registry", "source": "registry",
"dependencies": { "dependencies": {
@@ -95,7 +95,7 @@
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.performance.profile-analyzer": { "com.unity.performance.profile-analyzer": {
"version": "1.2.2", "version": "1.2.3",
"depth": 1, "depth": 1,
"source": "registry", "source": "registry",
"dependencies": {}, "dependencies": {},
@@ -122,7 +122,7 @@
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.services.core": { "com.unity.services.core": {
"version": "1.12.5", "version": "1.14.0",
"depth": 1, "depth": 1,
"source": "registry", "source": "registry",
"dependencies": { "dependencies": {
@@ -133,7 +133,7 @@
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.settings-manager": { "com.unity.settings-manager": {
"version": "2.0.1", "version": "2.1.0",
"depth": 2, "depth": 2,
"source": "registry", "source": "registry",
"dependencies": {}, "dependencies": {},
@@ -151,7 +151,7 @@
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.testtools.codecoverage": { "com.unity.testtools.codecoverage": {
"version": "1.2.4", "version": "1.2.6",
"depth": 1, "depth": 1,
"source": "registry", "source": "registry",
"dependencies": { "dependencies": {
@@ -170,7 +170,7 @@
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.timeline": { "com.unity.timeline": {
"version": "1.7.6", "version": "1.7.7",
"depth": 0, "depth": 0,
"source": "registry", "source": "registry",
"dependencies": { "dependencies": {
+12 -2
View File
@@ -12,8 +12,8 @@ PlayerSettings:
targetDevice: 2 targetDevice: 2
useOnDemandResources: 0 useOnDemandResources: 0
accelerometerFrequency: 60 accelerometerFrequency: 60
companyName: funksharkgame companyName: matchgame
productName: ballcrushbest productName: captaindicedubloons
defaultCursor: {fileID: 0} defaultCursor: {fileID: 0}
cursorHotspot: {x: 0, y: 0} cursorHotspot: {x: 0, y: 0}
m_SplashScreenBackgroundColor: {r: 0.13725491, g: 0.12156863, b: 0.1254902, a: 1} m_SplashScreenBackgroundColor: {r: 0.13725491, g: 0.12156863, b: 0.1254902, a: 1}
@@ -76,6 +76,8 @@ PlayerSettings:
androidMinimumWindowWidth: 400 androidMinimumWindowWidth: 400
androidMinimumWindowHeight: 300 androidMinimumWindowHeight: 300
androidFullscreenMode: 1 androidFullscreenMode: 1
androidAutoRotationBehavior: 1
androidPredictiveBackSupport: 1
defaultIsNativeResolution: 1 defaultIsNativeResolution: 1
macRetinaSupport: 1 macRetinaSupport: 1
runInBackground: 1 runInBackground: 1
@@ -83,6 +85,7 @@ PlayerSettings:
muteOtherAudioSources: 0 muteOtherAudioSources: 0
Prepare IOS For Recording: 0 Prepare IOS For Recording: 0
Force IOS Speakers When Recording: 0 Force IOS Speakers When Recording: 0
audioSpatialExperience: 0
deferSystemGesturesMode: 0 deferSystemGesturesMode: 0
hideHomeButton: 0 hideHomeButton: 0
submitAnalytics: 1 submitAnalytics: 1
@@ -136,6 +139,8 @@ PlayerSettings:
vulkanEnableLateAcquireNextImage: 0 vulkanEnableLateAcquireNextImage: 0
vulkanEnableCommandBufferRecycling: 1 vulkanEnableCommandBufferRecycling: 1
loadStoreDebugModeEnabled: 0 loadStoreDebugModeEnabled: 0
visionOSBundleVersion: 1.0
tvOSBundleVersion: 1.0
bundleVersion: 1.0.2 bundleVersion: 1.0.2
preloadedAssets: [] preloadedAssets: []
metroInputSource: 0 metroInputSource: 0
@@ -182,8 +187,10 @@ PlayerSettings:
strictShaderVariantMatching: 0 strictShaderVariantMatching: 0
VertexChannelCompressionMask: 4054 VertexChannelCompressionMask: 4054
iPhoneSdkVersion: 988 iPhoneSdkVersion: 988
iOSSimulatorArchitecture: 0
iOSTargetOSVersionString: 13.0 iOSTargetOSVersionString: 13.0
tvOSSdkVersion: 0 tvOSSdkVersion: 0
tvOSSimulatorArchitecture: 0
tvOSRequireExtendedGameController: 0 tvOSRequireExtendedGameController: 0
tvOSTargetOSVersionString: 12.0 tvOSTargetOSVersionString: 12.0
VisionOSSdkVersion: 0 VisionOSSdkVersion: 0
@@ -230,6 +237,7 @@ PlayerSettings:
iOSMetalForceHardShadows: 0 iOSMetalForceHardShadows: 0
metalEditorSupport: 1 metalEditorSupport: 1
metalAPIValidation: 1 metalAPIValidation: 1
metalCompileShaderBinary: 0
iOSRenderExtraFrameOnPause: 0 iOSRenderExtraFrameOnPause: 0
iosCopyPluginsCodeInsteadOfSymlink: 0 iosCopyPluginsCodeInsteadOfSymlink: 0
appleDeveloperTeamID: appleDeveloperTeamID:
@@ -729,6 +737,7 @@ PlayerSettings:
switchSocketBufferEfficiency: 4 switchSocketBufferEfficiency: 4
switchSocketInitializeEnabled: 1 switchSocketInitializeEnabled: 1
switchNetworkInterfaceManagerInitializeEnabled: 1 switchNetworkInterfaceManagerInitializeEnabled: 1
switchDisableHTCSPlayerConnection: 0
switchUseNewStyleFilepaths: 1 switchUseNewStyleFilepaths: 1
switchUseLegacyFmodPriorities: 0 switchUseLegacyFmodPriorities: 0
switchUseMicroSleepForYield: 1 switchUseMicroSleepForYield: 1
@@ -905,6 +914,7 @@ PlayerSettings:
metroTileBackgroundColor: {r: 0.13333334, g: 0.17254902, b: 0.21568628, a: 0} metroTileBackgroundColor: {r: 0.13333334, g: 0.17254902, b: 0.21568628, a: 0}
metroSplashScreenBackgroundColor: {r: 0.12941177, g: 0.17254902, b: 0.21568628, a: 1} metroSplashScreenBackgroundColor: {r: 0.12941177, g: 0.17254902, b: 0.21568628, a: 1}
metroSplashScreenUseBackgroundColor: 0 metroSplashScreenUseBackgroundColor: 0
syncCapabilities: 0
platformCapabilities: {} platformCapabilities: {}
metroTargetDeviceFamilies: {} metroTargetDeviceFamilies: {}
metroFTAName: metroFTAName:
+2 -2
View File
@@ -1,2 +1,2 @@
m_EditorVersion: 2022.3.16f1 m_EditorVersion: 2022.3.62f2
m_EditorVersionWithRevision: 2022.3.16f1 (d2c21f0ef2f1) m_EditorVersionWithRevision: 2022.3.62f2 (7670c08855a9)