Merge branch 'dev' of http://git.juzugame.com/b6-client/b6-unity into dev
This commit is contained in:
commit
b0865a8918
@ -34,12 +34,12 @@ namespace BFEditor.Build
|
|||||||
|
|
||||||
public bool IsGPChannel()
|
public bool IsGPChannel()
|
||||||
{
|
{
|
||||||
return bundleName == "com.juzu.b6.publish.android";
|
return bundleName == "com.knight.connect.rpg";
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool IsGPOfficial()
|
public bool IsGPOfficial()
|
||||||
{
|
{
|
||||||
return bundleName == "com.juzu.b6.publish.android";
|
return bundleName == "com.knight.connect.rpg";
|
||||||
}
|
}
|
||||||
|
|
||||||
// dev包使用mono编译,不会导出as工程
|
// dev包使用mono编译,不会导出as工程
|
||||||
|
|||||||
@ -16,7 +16,7 @@ namespace BFEditor.Build
|
|||||||
BFPlatformOptions platform = BFPlatformOptions.AndroidDev;
|
BFPlatformOptions platform = BFPlatformOptions.AndroidDev;
|
||||||
const string ANDROID_DEV_PACKAGE_NAME = "com.juzu.b6.dev.android";
|
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_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";
|
const string IOS_PACKAGE_NAME = "com.juzu.b6.dev.ios";
|
||||||
|
|
||||||
public BuildProjectWindow()
|
public BuildProjectWindow()
|
||||||
|
|||||||
@ -77,7 +77,7 @@ namespace BF
|
|||||||
{"com.juzu.b6.release.ios", "http://game.juzugame.com:3000"},
|
{"com.juzu.b6.release.ios", "http://game.juzugame.com:3000"},
|
||||||
|
|
||||||
// gp
|
// gp
|
||||||
{"com.juzu.b6.publish.android", "https://b5-entrance.bigfoot-studio.link"},
|
{"com.knight.connect.rpg", "https://b5-entrance.bigfoot-studio.link"},
|
||||||
};
|
};
|
||||||
|
|
||||||
//combine url解析的数据
|
//combine url解析的数据
|
||||||
|
|||||||
@ -48,7 +48,7 @@ namespace BF
|
|||||||
{"com.juzu.b6.release.android", new BFLanguageInfo(new List<string>{"en"})},
|
{"com.juzu.b6.release.android", new BFLanguageInfo(new List<string>{"en"})},
|
||||||
{"com.juzu.b6.release.ios", new BFLanguageInfo(new List<string>{"en"})},
|
{"com.juzu.b6.release.ios", new BFLanguageInfo(new List<string>{"en"})},
|
||||||
// 这个是gp渠道
|
// 这个是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"})},
|
{"com.juzu.b6.ios", new BFLanguageInfo(new List<string>{"en"})},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@ -12,7 +12,7 @@ AudioImporter:
|
|||||||
conversionMode: 0
|
conversionMode: 0
|
||||||
platformSettingOverrides: {}
|
platformSettingOverrides: {}
|
||||||
forceToMono: 1
|
forceToMono: 1
|
||||||
normalize: 1
|
normalize: 0
|
||||||
preloadAudioData: 0
|
preloadAudioData: 0
|
||||||
loadInBackground: 0
|
loadInBackground: 0
|
||||||
ambisonic: 0
|
ambisonic: 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user