-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
74 additions
and
219 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|