Improvements
|
@ -0,0 +1,14 @@
|
|||
# This file is automatically generated by Android Tools.
|
||||
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
|
||||
#
|
||||
# This file must be checked in Version Control Systems.
|
||||
#
|
||||
# To customize properties used by the Ant build system edit
|
||||
# "ant.properties", and override values to adapt the script to your
|
||||
# project structure.
|
||||
#
|
||||
# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
|
||||
proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
||||
|
||||
# Project target.
|
||||
target=android-19
|
After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 1.0 MiB |
After Width: | Height: | Size: 1.0 MiB |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 22 KiB |
After Width: | Height: | Size: 22 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 5.1 KiB |
After Width: | Height: | Size: 5.2 KiB |
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_id"></string>
|
||||
</resources>
|
|
@ -77,7 +77,7 @@ vr.InstancedStereo=True
|
|||
r.MobileHDR=False
|
||||
vr.MobileMultiView=True
|
||||
r.Mobile.UseHWsRGBEncoding=True
|
||||
vr.RoundRobinOcclusion=False
|
||||
vr.RoundRobinOcclusion=True
|
||||
vr.ODSCapture=False
|
||||
r.MeshStreaming=False
|
||||
r.WireframeCullThreshold=5.000000
|
||||
|
@ -132,7 +132,7 @@ ThreePlayerSplitscreenLayout=FavorTop
|
|||
FourPlayerSplitscreenLayout=Grid
|
||||
bOffsetPlayerGamepadIds=False
|
||||
GameInstanceClass=/Script/Engine.GameInstance
|
||||
GameDefaultMap=/Game/Siim/VRTemplateMapSiim.VRTemplateMapSiim
|
||||
GameDefaultMap=/Game/Maps/Exhibition.Exhibition
|
||||
ServerDefaultMap=/Engine/Maps/Entry.Entry
|
||||
GlobalDefaultGameMode=/Game/VRTemplate/Blueprints/VRGameMode.VRGameMode_C
|
||||
GlobalDefaultServerGameMode=None
|
||||
|
@ -175,7 +175,7 @@ StoreVersionOffsetX8664=0
|
|||
ApplicationDisplayName=
|
||||
VersionDisplayName=1.0
|
||||
MinSDKVersion=23
|
||||
TargetSDKVersion=25
|
||||
TargetSDKVersion=29
|
||||
InstallLocation=InternalOnly
|
||||
bEnableGradle=True
|
||||
bEnableLint=False
|
||||
|
@ -213,10 +213,10 @@ KeyStore=UE.keystore
|
|||
KeyAlias=DistroKey
|
||||
KeyStorePassword=codesigner
|
||||
KeyPassword=
|
||||
bBuildForArmV7=True
|
||||
bBuildForArm64=False
|
||||
bBuildForArmV7=False
|
||||
bBuildForArm64=True
|
||||
bBuildForX8664=False
|
||||
bBuildForES31=True
|
||||
bBuildForES31=False
|
||||
bSupportsVulkan=True
|
||||
bSupportsVulkanSM5=False
|
||||
ClangSanitizer=None
|
||||
|
@ -263,7 +263,7 @@ AutoStreamingThreshold=0.000000
|
|||
AndroidGraphicsDebugger=None
|
||||
MaliGraphicsDebuggerPath=(Path="")
|
||||
bEnableMaliPerfCounters=False
|
||||
bMultiTargetFormat_ETC2=True
|
||||
bMultiTargetFormat_ETC2=False
|
||||
bMultiTargetFormat_DXT=True
|
||||
bMultiTargetFormat_ASTC=True
|
||||
TextureFormatPriority_ETC2=0.200000
|
||||
|
|
|
@ -2,3 +2,76 @@
|
|||
ProjectID=91407DA546A55FB46A0ED68419EBF86D
|
||||
bStartInVR=True
|
||||
|
||||
[/Script/UnrealEd.ProjectPackagingSettings]
|
||||
Build=IfProjectHasCode
|
||||
BuildConfiguration=PPBC_Development
|
||||
BuildTarget=
|
||||
StagingDirectory=(Path="D:/Unreal Projects/Builds/build5")
|
||||
FullRebuild=False
|
||||
ForDistribution=False
|
||||
IncludeDebugFiles=False
|
||||
BlueprintNativizationMethod=Disabled
|
||||
bIncludeNativizedAssetsInProjectGeneration=False
|
||||
bExcludeMonolithicEngineHeadersInNativizedCode=False
|
||||
UsePakFile=True
|
||||
bUseIoStore=False
|
||||
bMakeBinaryConfig=False
|
||||
bGenerateChunks=False
|
||||
bGenerateNoChunks=False
|
||||
bChunkHardReferencesOnly=False
|
||||
bForceOneChunkPerFile=False
|
||||
MaxChunkSize=0
|
||||
bBuildHttpChunkInstallData=False
|
||||
HttpChunkInstallDataDirectory=(Path="")
|
||||
bCompressed=True
|
||||
PakFileCompressionFormats=Oodle
|
||||
bForceUseProjectCompressionFormatIgnoreHardwareOverride=False
|
||||
PakFileAdditionalCompressionOptions=-compressionblocksize=256KB
|
||||
PakFileCompressionMethod=Kraken
|
||||
PakFileCompressionLevel_DebugDevelopment=3
|
||||
PakFileCompressionLevel_TestShipping=5
|
||||
PakFileCompressionLevel_Distribution=7
|
||||
HttpChunkInstallDataVersion=
|
||||
IncludePrerequisites=True
|
||||
IncludeAppLocalPrerequisites=False
|
||||
bShareMaterialShaderCode=True
|
||||
bDeterministicShaderCodeOrder=False
|
||||
bSharedMaterialNativeLibraries=True
|
||||
ApplocalPrerequisitesDirectory=(Path="")
|
||||
IncludeCrashReporter=False
|
||||
InternationalizationPreset=English
|
||||
-CulturesToStage=en
|
||||
+CulturesToStage=en
|
||||
LocalizationTargetCatchAllChunkId=0
|
||||
bCookAll=False
|
||||
bCookMapsOnly=False
|
||||
bSkipEditorContent=False
|
||||
bSkipMovies=False
|
||||
-IniKeyBlacklist=KeyStorePassword
|
||||
-IniKeyBlacklist=KeyPassword
|
||||
-IniKeyBlacklist=rsa.privateexp
|
||||
-IniKeyBlacklist=rsa.modulus
|
||||
-IniKeyBlacklist=rsa.publicexp
|
||||
-IniKeyBlacklist=aes.key
|
||||
-IniKeyBlacklist=SigningPublicExponent
|
||||
-IniKeyBlacklist=SigningModulus
|
||||
-IniKeyBlacklist=SigningPrivateExponent
|
||||
-IniKeyBlacklist=EncryptionKey
|
||||
-IniKeyBlacklist=IniKeyBlacklist
|
||||
-IniKeyBlacklist=IniSectionBlacklist
|
||||
+IniKeyBlacklist=KeyStorePassword
|
||||
+IniKeyBlacklist=KeyPassword
|
||||
+IniKeyBlacklist=rsa.privateexp
|
||||
+IniKeyBlacklist=rsa.modulus
|
||||
+IniKeyBlacklist=rsa.publicexp
|
||||
+IniKeyBlacklist=aes.key
|
||||
+IniKeyBlacklist=SigningPublicExponent
|
||||
+IniKeyBlacklist=SigningModulus
|
||||
+IniKeyBlacklist=SigningPrivateExponent
|
||||
+IniKeyBlacklist=EncryptionKey
|
||||
+IniKeyBlacklist=IniKeyBlacklist
|
||||
+IniKeyBlacklist=IniSectionBlacklist
|
||||
+MapsToCook=(FilePath="/Game/Maps/Gallery")
|
||||
+MapsToCook=(FilePath="/Game/Maps/Exhibition")
|
||||
+MapsToCook=(FilePath="/Game/VRTemplate/Maps/VRTemplateMap")
|
||||
|
||||
|
|
BIN
Content/Maps/Gallery.umap (Stored with Git LFS)
BIN
Content/Maps/Gallery_BuiltData.uasset (Stored with Git LFS)
BIN
Content/VRTemplate/Maps/VRTemplateMap.umap (Stored with Git LFS)
BIN
Content/VRTemplate/Maps/VRTemplateMap_BuiltData.uasset (Stored with Git LFS)
|
@ -57,22 +57,6 @@
|
|||
{
|
||||
"Name": "DatasmithImporter",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "TwinmotionToUnreal",
|
||||
"Enabled": true,
|
||||
"SupportedTargetPlatforms": [
|
||||
"Win64",
|
||||
"Mac"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "TwinmotionToUnrealContent",
|
||||
"Enabled": true,
|
||||
"SupportedTargetPlatforms": [
|
||||
"Win64",
|
||||
"Mac"
|
||||
]
|
||||
}
|
||||
],
|
||||
"TargetPlatforms": [
|
||||
|
|