From 854aba77a9ea10ca1b51cd867c64de1673259392 Mon Sep 17 00:00:00 2001 From: Nico de Poel Date: Wed, 20 Apr 2022 16:17:44 +0200 Subject: [PATCH] Additional project file updates for consoles --- .gitignore | 2 ++ .../BurstAotSettings_GameCoreScarlett.json | 14 ++++++++++++++ .../BurstAotSettings_GameCoreXboxOne.json | 14 ++++++++++++++ ProjectSettings/BurstAotSettings_PS4.json | 14 ++++++++++++++ ProjectSettings/BurstAotSettings_PS5.json | 14 ++++++++++++++ ProjectSettings/GameCoreScarlettSettings.asset | 2 +- ProjectSettings/GameCoreXboxOneSettings.asset | 2 +- ProjectSettings/PS5Settings.json | 6 ++++-- 8 files changed, 64 insertions(+), 4 deletions(-) create mode 100644 ProjectSettings/BurstAotSettings_GameCoreScarlett.json create mode 100644 ProjectSettings/BurstAotSettings_GameCoreXboxOne.json create mode 100644 ProjectSettings/BurstAotSettings_PS4.json create mode 100644 ProjectSettings/BurstAotSettings_PS5.json diff --git a/.gitignore b/.gitignore index 91bf611..ae7362e 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,5 @@ Assets/StreamingAssets/ Build*/ *_Debug/ Data/ +ORBIS_Release/ +Prospero_Release/ diff --git a/ProjectSettings/BurstAotSettings_GameCoreScarlett.json b/ProjectSettings/BurstAotSettings_GameCoreScarlett.json new file mode 100644 index 0000000..771d37b --- /dev/null +++ b/ProjectSettings/BurstAotSettings_GameCoreScarlett.json @@ -0,0 +1,14 @@ +{ + "MonoBehaviour": { + "Version": 4, + "EnableBurstCompilation": true, + "EnableOptimisations": true, + "EnableSafetyChecks": false, + "EnableDebugInAllBuilds": false, + "CpuMinTargetX32": 0, + "CpuMaxTargetX32": 0, + "CpuMinTargetX64": 0, + "CpuMaxTargetX64": 0, + "OptimizeFor": 0 + } +} diff --git a/ProjectSettings/BurstAotSettings_GameCoreXboxOne.json b/ProjectSettings/BurstAotSettings_GameCoreXboxOne.json new file mode 100644 index 0000000..771d37b --- /dev/null +++ b/ProjectSettings/BurstAotSettings_GameCoreXboxOne.json @@ -0,0 +1,14 @@ +{ + "MonoBehaviour": { + "Version": 4, + "EnableBurstCompilation": true, + "EnableOptimisations": true, + "EnableSafetyChecks": false, + "EnableDebugInAllBuilds": false, + "CpuMinTargetX32": 0, + "CpuMaxTargetX32": 0, + "CpuMinTargetX64": 0, + "CpuMaxTargetX64": 0, + "OptimizeFor": 0 + } +} diff --git a/ProjectSettings/BurstAotSettings_PS4.json b/ProjectSettings/BurstAotSettings_PS4.json new file mode 100644 index 0000000..771d37b --- /dev/null +++ b/ProjectSettings/BurstAotSettings_PS4.json @@ -0,0 +1,14 @@ +{ + "MonoBehaviour": { + "Version": 4, + "EnableBurstCompilation": true, + "EnableOptimisations": true, + "EnableSafetyChecks": false, + "EnableDebugInAllBuilds": false, + "CpuMinTargetX32": 0, + "CpuMaxTargetX32": 0, + "CpuMinTargetX64": 0, + "CpuMaxTargetX64": 0, + "OptimizeFor": 0 + } +} diff --git a/ProjectSettings/BurstAotSettings_PS5.json b/ProjectSettings/BurstAotSettings_PS5.json new file mode 100644 index 0000000..771d37b --- /dev/null +++ b/ProjectSettings/BurstAotSettings_PS5.json @@ -0,0 +1,14 @@ +{ + "MonoBehaviour": { + "Version": 4, + "EnableBurstCompilation": true, + "EnableOptimisations": true, + "EnableSafetyChecks": false, + "EnableDebugInAllBuilds": false, + "CpuMinTargetX32": 0, + "CpuMaxTargetX32": 0, + "CpuMinTargetX64": 0, + "CpuMaxTargetX64": 0, + "OptimizeFor": 0 + } +} diff --git a/ProjectSettings/GameCoreScarlettSettings.asset b/ProjectSettings/GameCoreScarlettSettings.asset index 5728631..18188f2 100644 --- a/ProjectSettings/GameCoreScarlettSettings.asset +++ b/ProjectSettings/GameCoreScarlettSettings.asset @@ -1,5 +1,5 @@ { - "buildSubtarget": 0, + "buildSubtarget": 1, "deploymentMethod": 0, "deploymentDrive": 0, "scid": "00000000-0000-0000-0000-000000000000", diff --git a/ProjectSettings/GameCoreXboxOneSettings.asset b/ProjectSettings/GameCoreXboxOneSettings.asset index 0d3d482..d1cb038 100644 --- a/ProjectSettings/GameCoreXboxOneSettings.asset +++ b/ProjectSettings/GameCoreXboxOneSettings.asset @@ -1,5 +1,5 @@ { - "buildSubtarget": 0, + "buildSubtarget": 1, "deploymentMethod": 0, "deploymentDrive": 0, "scid": "00000000-0000-0000-0000-000000000000", diff --git a/ProjectSettings/PS5Settings.json b/ProjectSettings/PS5Settings.json index 9aa1040..f43f596 100644 --- a/ProjectSettings/PS5Settings.json +++ b/ProjectSettings/PS5Settings.json @@ -42,10 +42,12 @@ "buildCompressionType": 0, "buildCompressionLevel": 0, "keepPackageFiles": false, - "buildSubtarget": 0, + "buildSubtarget": 1, "sdkOverride": "", "saveDataImagePath": "", "configFileParsed": false, - "operatingSystemCanDisableSplashScreen": false + "operatingSystemCanDisableSplashScreen": false, + "supportsVR": false, + "requiresVR": false } } \ No newline at end of file