효과음 겹치는 문제 수정을 위해 효과음 재생중일때 효과음이 재생되지 않도록 수정
This commit is contained in:
@@ -19,8 +19,8 @@ namespace TON
|
||||
static void PerformAndroidBuild()
|
||||
{
|
||||
string target_dir = APP_NAME + ".apk";
|
||||
PlayerSettings.keystorePass = "dlrhahdla"; //키스토어 비번 입력
|
||||
PlayerSettings.keyaliasPass = "dlrhahdla"; //키스토어 비번 입력
|
||||
PlayerSettings.keystorePass = string.Empty; //키스토어 비번 입력
|
||||
PlayerSettings.keyaliasPass = string.Empty; //키스토어 비번 입력
|
||||
GenericBuild(SCENES, TARGET_DIR + "/" + target_dir, BuildTargetGroup.Android, BuildTarget.Android, BuildOptions.None);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user