Skip to content

Commit

Permalink
UE 5.1!
Browse files Browse the repository at this point in the history
  • Loading branch information
gtnardy committed Dec 20, 2022
1 parent 41127de commit 3d7af2a
Show file tree
Hide file tree
Showing 8 changed files with 74 additions and 219 deletions.
83 changes: 13 additions & 70 deletions Config/DefaultEngine.ini

Large diffs are not rendered by default.

55 changes: 8 additions & 47 deletions Config/DefaultGame.ini
Original file line number Diff line number Diff line change
@@ -1,53 +1,14 @@
[/Script/EngineSettings.GeneralProjectSettings]
ProjectID=E284D87C42DAB6F165C07FA8AD01045D
ProjectName=nanos world Assets Development Kit
CompanyName=nanos
Homepage="https://nanos.world"
Description=nanos world sandbox game
CopyrightNotice=Confidential information of nanos. Not for disclosure or distribution without nanos prior written consent. This software contains code, techniques and know-how which is confidential and proprietary to nanos. Product and Trade Secret source code contains trade secrets of nanos. Copyright (C) nanos. All Rights Reserved. Use of this software is subject to the terms of an end user license agreement.

[/Script/UnrealEd.ProjectPackagingSettings]
Build=IfProjectHasCode
BuildConfiguration=PPBC_Development
BuildTarget=
StagingDirectory=(Path="")
FullRebuild=False
ForDistribution=False
IncludeDebugFiles=False
BlueprintNativizationMethod=Disabled
bIncludeNativizedAssetsInProjectGeneration=False
bExcludeMonolithicEngineHeadersInNativizedCode=False
UsePakFile=False
bUseIoStore=False
bGenerateChunks=False
bGenerateNoChunks=False
bChunkHardReferencesOnly=False
bForceOneChunkPerFile=False
MaxChunkSize=0
bBuildHttpChunkInstallData=False
HttpChunkInstallDataDirectory=(Path="")
PakFileCompressionFormats=
PakFileAdditionalCompressionOptions=
HttpChunkInstallDataVersion=
IncludePrerequisites=True
IncludeAppLocalPrerequisites=False
bShareMaterialShaderCode=False
bSharedMaterialNativeLibraries=True
ApplocalPrerequisitesDirectory=(Path="")
IncludeCrashReporter=False
InternationalizationPreset=English
+CulturesToStage=en
LocalizationTargetCatchAllChunkId=0
bCookAll=False
bCookMapsOnly=False
bCompressed=True
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
UsePakFile=False
IncludePrerequisites=False
bCookAll=True

116 changes: 16 additions & 100 deletions Config/DefaultInput.ini

Large diffs are not rendered by default.

Binary file added Content/Splash/EdSplash.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Content/Splash/Splash.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added NanosWorldADK.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 8 additions & 2 deletions NanosWorldADK.uproject
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
{
"FileVersion": 3,
"EngineAssociation": "5.0",
"EngineAssociation": "5.1",
"Category": "",
"Description": "",
"Plugins": [
{
"Name": "AndroidFileServer",
"Enabled": false
}
],
"TargetPlatforms": [
"Windows",
"Linux"
]
}
}
29 changes: 29 additions & 0 deletions Platforms/HoloLens/Config/HoloLensEngine.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@


[/Script/HoloLensPlatformEditor.HoloLensTargetSettings]
bBuildForEmulation=False
bBuildForDevice=True
bUseNameForLogo=True
bBuildForRetailWindowsStore=False
bAutoIncrementVersion=False
bShouldCreateAppInstaller=False
AppInstallerInstallationURL=
HoursBetweenUpdateChecks=0
bEnablePIXProfiling=False
TileBackgroundColor=(B=64,G=0,R=0,A=255)
SplashScreenBackgroundColor=(B=64,G=0,R=0,A=255)
+PerCultureResources=(CultureId="",Strings=(PackageDisplayName="",PublisherDisplayName="",PackageDescription="",ApplicationDisplayName="",ApplicationDescription=""),Images=())
TargetDeviceFamily=Windows.Holographic
MinimumPlatformVersion=
MaximumPlatformVersionTested=10.0.18362.0
MaxTrianglesPerCubicMeter=500.000000
SpatialMeshingVolumeSize=20.000000
CompilerVersion=Default
Windows10SDKVersion=10.0.18362.0
bSetDefaultCapabilities=False
SpatializationPlugin=
SourceDataOverridePlugin=
ReverbPlugin=
OcclusionPlugin=
SoundCueCookQualityIndex=-1

0 comments on commit 3d7af2a

Please sign in to comment.