experimenting with fixing .uproject association issue

This commit is contained in:
Ji Yoon Rhee 2023-10-10 02:00:48 -04:00
parent 5665ec9a00
commit b5035aed79
7 changed files with 3317 additions and 1023 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -0,0 +1,5 @@
[CrashReportClient]
bHideLogFilesOption=false
bIsAllowedToCloseWithoutSending=true
CrashConfigPurgeDays=2

View File

@ -1193,7 +1193,7 @@ InstalledPlugins=DLSS
InstalledPlugins=NIS
[AssetEditorSubsystem]
CleanShutdown=False
CleanShutdown=True
[/Script/Engine.WorldPartitionEditorPerProjectUserSettings]
bHideEditorDataLayers=False
@ -1210,7 +1210,7 @@ PerWorldEditorSettings=(("/Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap",
[RootWindow]
ScreenPosition=X=120.800 Y=46.400
WindowSize=X=1308.800 Y=748.800
WindowSize=X=1312.000 Y=752.000
InitiallyMaximized=False
[SlateAdditionalLayoutConfig]
@ -1543,5 +1543,5 @@ bEnableReinstancing=False
[DetailCustomWidgetExpansion]
WorldSettings=WorldSettings.WorldPartitionSetup.RuntimeHash,
WorldPartitionRuntimeSpatialHash=WorldSettings.WorldPartitionSetup.RuntimeHash,
WorldPartitionRuntimeSpatialHash=

View File

@ -70,11 +70,3 @@ JavaPath=(Path="")
TemplateMapInfos=(ThumbnailTexture=None,Thumbnail="/Engine/Maps/Templates/Thumbnails/OpenWorld.OpenWorld",Map="/Engine/Maps/Templates/OpenWorld",DisplayName="Open World",Category="OpenWorld")
TemplateMapInfos=(ThumbnailTexture=None,Thumbnail="/Engine/Maps/Templates/Thumbnails/Basic.Basic",Map="/Engine/Maps/Templates/Template_Default",DisplayName="Basic",Category="")
[WindowsApplication.Accessibility]
StickyKeysHotkey=False
ToggleKeysHotkey=True
FilterKeysHotkey=True
StickyKeysConfirmation=False
ToggleKeysConfirmation=True
FilterKeysConfirmation=True

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long