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