Successfull Oculus Builds
This commit is contained in:
@@ -73,15 +73,15 @@ bUseManualIPAddress=False
|
||||
ManualIPAddress=
|
||||
|
||||
[/Script/AndroidRuntimeSettings.AndroidRuntimeSettings]
|
||||
PackageName=BankaiSoftware.[PROJECT]
|
||||
PackageName=BankaiSoftware.FireKrackers
|
||||
StoreVersion=1
|
||||
StoreVersionOffsetArmV7=0
|
||||
StoreVersionOffsetArm64=0
|
||||
StoreVersionOffsetX8664=0
|
||||
ApplicationDisplayName=
|
||||
ApplicationDisplayName=FireKrackers
|
||||
VersionDisplayName=1.0
|
||||
MinSDKVersion=23
|
||||
TargetSDKVersion=29
|
||||
TargetSDKVersion=32
|
||||
InstallLocation=Auto
|
||||
bEnableGradle=True
|
||||
bEnableLint=False
|
||||
@@ -114,9 +114,9 @@ ExtraActivitySettings=
|
||||
bAndroidVoiceEnabled=False
|
||||
+PackageForOculusMobile=Quest2
|
||||
bRemoveOSIG=True
|
||||
KeyStore=ExampleKey.keystore
|
||||
KeyAlias=MyKey
|
||||
KeyStorePassword=dupa123
|
||||
KeyStore=FKKeystore.keystore
|
||||
KeyAlias=FireKrackersKey
|
||||
KeyStorePassword=joncio1
|
||||
KeyPassword=
|
||||
bBuildForArm64=True
|
||||
bBuildForX8664=False
|
||||
|
||||
@@ -11,10 +11,10 @@ CopyrightNotice=All rights reserved.
|
||||
ProjectDisplayedTitle=NSLOCTEXT("[/Script/EngineSettings]", "DBE2D8D443C25AE5C2D3F1BCB403DAC7", "FireKrackers")
|
||||
|
||||
[/Script/UnrealEd.ProjectPackagingSettings]
|
||||
FullRebuild=False
|
||||
FullRebuild=True
|
||||
bGenerateNoChunks=True
|
||||
BuildConfiguration=PPBC_Development
|
||||
ForDistribution=False
|
||||
BuildConfiguration=PPBC_Shipping
|
||||
ForDistribution=True
|
||||
|
||||
[/Script/Engine.AssetManagerSettings]
|
||||
+PrimaryAssetTypesToScan=(PrimaryAssetType="UserWidgetRedpointEOS",AssetBaseClass=/Script/CoreUObject.Object,bHasBlueprintClasses=True,bIsEditorOnly=False,Directories=((Path="/OnlineSubsystemRedpointEOS")),SpecificAssets=,Rules=(Priority=-1,ChunkId=-1,bApplyRecursively=True,CookRule=AlwaysCook))
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 182 KiB After Width: | Height: | Size: 178 KiB |
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 182 KiB After Width: | Height: | Size: 178 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -62,8 +62,10 @@ void ABuildingBlock::DestroyBlock_Implementation() {
|
||||
}
|
||||
|
||||
void ABuildingBlock::DestroyWithDelay_Implementation() {
|
||||
IsBeingDestroyed = true;
|
||||
OnBlockDestroyed.ExecuteIfBound();
|
||||
if (!IsBeingDestroyed) {
|
||||
IsBeingDestroyed = true;
|
||||
OnBlockDestroyed.ExecuteIfBound();
|
||||
}
|
||||
}
|
||||
|
||||
void ABuildingBlock::Ripple() {
|
||||
|
||||
Reference in New Issue
Block a user