This commit is contained in:
xiekaidong 2023-04-24 10:14:41 +08:00
commit b0865a8918
6 changed files with 6 additions and 6 deletions

View File

@ -34,12 +34,12 @@ namespace BFEditor.Build
public bool IsGPChannel()
{
return bundleName == "com.juzu.b6.publish.android";
return bundleName == "com.knight.connect.rpg";
}
public bool IsGPOfficial()
{
return bundleName == "com.juzu.b6.publish.android";
return bundleName == "com.knight.connect.rpg";
}
// dev包使用mono编译不会导出as工程

View File

@ -16,7 +16,7 @@ namespace BFEditor.Build
BFPlatformOptions platform = BFPlatformOptions.AndroidDev;
const string ANDROID_DEV_PACKAGE_NAME = "com.juzu.b6.dev.android";
const string ANDROID_RELEASE_PACKAGE_NAME = "com.juzu.b6.release.android";
const string ANDROID_GP_PACKAGE_NAME = "com.juzu.b6.publish.android";
const string ANDROID_GP_PACKAGE_NAME = "com.knight.connect.rpg";
const string IOS_PACKAGE_NAME = "com.juzu.b6.dev.ios";
public BuildProjectWindow()

View File

@ -77,7 +77,7 @@ namespace BF
{"com.juzu.b6.release.ios", "http://game.juzugame.com:3000"},
// gp
{"com.juzu.b6.publish.android", "https://b5-entrance.bigfoot-studio.link"},
{"com.knight.connect.rpg", "https://b5-entrance.bigfoot-studio.link"},
};
//combine url解析的数据

View File

@ -48,7 +48,7 @@ namespace BF
{"com.juzu.b6.release.android", new BFLanguageInfo(new List<string>{"en"})},
{"com.juzu.b6.release.ios", new BFLanguageInfo(new List<string>{"en"})},
// 这个是gp渠道
{"com.juzu.b6.publish.android", new BFLanguageInfo(new List<string>{"en", "cn", "zh", "th", "ru", "id", "vi"})},
{"com.knight.connect.rpg", new BFLanguageInfo(new List<string>{"en", "cn", "zh", "th", "ru", "id", "vi"})},
{"com.juzu.b6.ios", new BFLanguageInfo(new List<string>{"en"})},
};

Binary file not shown.

View File

@ -12,7 +12,7 @@ AudioImporter:
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 1
normalize: 1
normalize: 0
preloadAudioData: 0
loadInBackground: 0
ambisonic: 0