Updated to UE 5.3
This commit is contained in:
parent
1174b5e324
commit
ea7239b76a
|
@ -73,7 +73,7 @@ r.GPUCrashDebugging=False
|
|||
vr.InstancedStereo=True
|
||||
r.MobileHDR=False
|
||||
vr.MobileMultiView=True
|
||||
r.Mobile.UseHWsRGBEncoding=True
|
||||
r.Mobile.UseHWsRGBEncoding=False
|
||||
vr.RoundRobinOcclusion=False
|
||||
vr.ODSCapture=False
|
||||
r.MeshStreaming=False
|
||||
|
@ -179,7 +179,6 @@ SoundCueCookQualityIndex=-1
|
|||
[/Script/AndroidRuntimeSettings.AndroidRuntimeSettings]
|
||||
PackageName=com.epicgames.[PROJECT]
|
||||
StoreVersion=1
|
||||
StoreVersionOffsetArmV7=0
|
||||
StoreVersionOffsetArm64=0
|
||||
StoreVersionOffsetX8664=0
|
||||
ApplicationDisplayName=
|
||||
|
@ -187,7 +186,6 @@ VersionDisplayName=1.0
|
|||
MinSDKVersion=23
|
||||
TargetSDKVersion=25
|
||||
InstallLocation=InternalOnly
|
||||
bEnableGradle=True
|
||||
bEnableLint=False
|
||||
bPackageDataInsideApk=True
|
||||
bCreateAllPlatformsInstall=False
|
||||
|
@ -201,24 +199,26 @@ bPublicLogFiles=True
|
|||
Orientation=SensorLandscape
|
||||
MaxAspectRatio=2.100000
|
||||
bUseDisplayCutout=False
|
||||
bAllowResizing=False
|
||||
bSupportSizeChanges=False
|
||||
bRestoreNotificationsOnReboot=False
|
||||
bFullScreen=True
|
||||
bEnableNewKeyboard=True
|
||||
DepthBufferPreference=Default
|
||||
bValidateTextureFormats=True
|
||||
bForceCompressNativeLibs=False
|
||||
bEnableAdvancedBinaryCompression=True
|
||||
bEnableBundle=False
|
||||
bEnableUniversalAPK=True
|
||||
bBundleABISplit=True
|
||||
bBundleLanguageSplit=True
|
||||
bBundleDensitySplit=True
|
||||
ExtraApplicationSettings=
|
||||
ExtraApplicationSettings=<meta-data android:name="com.oculus.supportedDevices" android:value="quest|quest2|questpro" />
|
||||
ExtraActivitySettings=
|
||||
bAndroidVoiceEnabled=False
|
||||
+PackageForOculusMobile=Quest2
|
||||
+PackageForOculusMobile=Quest
|
||||
bEnableMulticastSupport=False
|
||||
bPackageForMetaQuest=True
|
||||
bRemoveOSIG=False
|
||||
+GoogleVRCaps=Daydream33
|
||||
bGoogleVRSustainedPerformance=False
|
||||
KeyStore=UE.keystore
|
||||
KeyAlias=DistroKey
|
||||
KeyStorePassword=codesigner
|
||||
|
@ -228,17 +228,23 @@ bBuildForX8664=False
|
|||
bBuildForES31=False
|
||||
bSupportsVulkan=True
|
||||
bSupportsVulkanSM5=False
|
||||
ClangSanitizer=None
|
||||
DebugVulkanLayerDirectory=(Path="")
|
||||
bAndroidOpenGLSupportsBackbufferSampling=False
|
||||
bDetectVulkanByDefault=True
|
||||
bBuildWithHiddenSymbolVisibility=False
|
||||
bDisableStackProtector=False
|
||||
bDisableLibCppSharedDependencyValidation=False
|
||||
bSaveSymbols=False
|
||||
bForceLDLinker=False
|
||||
bStripShaderReflection=True
|
||||
bEnableGooglePlaySupport=False
|
||||
bUseGetAccounts=False
|
||||
GamesAppID=
|
||||
bEnableSnapshots=False
|
||||
bSupportAdMob=True
|
||||
AdMobAppID=
|
||||
TagForChildDirectedTreatment=TAG_FOR_CHILD_DIRECTED_TREATMENT_UNSPECIFIED
|
||||
TagForUnderAgeOfConsent=TAG_FOR_UNDER_AGE_OF_CONSENT_UNSPECIFIED
|
||||
MaxAdContentRating=MAX_AD_CONTENT_RATING_G
|
||||
AdMobAdUnitID=
|
||||
GooglePlayLicenseKey=
|
||||
GCMClientSenderID=
|
||||
|
@ -254,10 +260,10 @@ AudioNumBuffersToEnqueue=4
|
|||
AudioMaxChannels=0
|
||||
AudioNumSourceWorkers=0
|
||||
SpatializationPlugin=Built-in Spatialization
|
||||
SourceDataOverridePlugin=
|
||||
ReverbPlugin=Built-in Reverb
|
||||
OcclusionPlugin=
|
||||
CompressionOverrides=(bOverrideCompressionTimes=False,DurationThreshold=5.000000,MaxNumRandomBranches=0,SoundCueQualityIndex=0)
|
||||
bUseAudioStreamCaching=False
|
||||
CacheSizeKB=0
|
||||
MaxChunkSizeOverrideKB=0
|
||||
bResampleForDevice=False
|
||||
|
@ -280,7 +286,9 @@ TextureFormatPriority_DXT=0.600000
|
|||
TextureFormatPriority_ASTC=0.900000
|
||||
SDKAPILevelOverride=
|
||||
NDKAPILevelOverride=
|
||||
BuildToolsOverride=
|
||||
bStreamLandscapeMeshLODs=False
|
||||
bEnableDomStorage=False
|
||||
|
||||
[/Script/Engine.CollisionProfile]
|
||||
-Profiles=(Name="NoCollision",CollisionEnabled=NoCollision,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="No collision",bCanModify=False)
|
||||
|
|
BIN
Content/VRTemplate/Maps/VRTemplateMap.umap (Stored with Git LFS)
BIN
Content/VRTemplate/Maps/VRTemplateMap.umap (Stored with Git LFS)
Binary file not shown.
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"FileVersion": 3,
|
||||
"EngineAssociation": "5.2",
|
||||
"EngineAssociation": "5.3",
|
||||
"Category": "",
|
||||
"Description": "",
|
||||
"Plugins": [
|
||||
|
|
Loading…
Reference in New Issue