Browse Source

Additional project file updates for consoles

console
Nico de Poel 4 years ago
parent
commit
854aba77a9
  1. 2
      .gitignore
  2. 14
      ProjectSettings/BurstAotSettings_GameCoreScarlett.json
  3. 14
      ProjectSettings/BurstAotSettings_GameCoreXboxOne.json
  4. 14
      ProjectSettings/BurstAotSettings_PS4.json
  5. 14
      ProjectSettings/BurstAotSettings_PS5.json
  6. 2
      ProjectSettings/GameCoreScarlettSettings.asset
  7. 2
      ProjectSettings/GameCoreXboxOneSettings.asset
  8. 6
      ProjectSettings/PS5Settings.json

2
.gitignore

@ -18,3 +18,5 @@ Assets/StreamingAssets/
Build*/ Build*/
*_Debug/ *_Debug/
Data/ Data/
ORBIS_Release/
Prospero_Release/

14
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
}
}

14
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
}
}

14
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
}
}

14
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
}
}

2
ProjectSettings/GameCoreScarlettSettings.asset

@ -1,5 +1,5 @@
{ {
"buildSubtarget": 0,
"buildSubtarget": 1,
"deploymentMethod": 0, "deploymentMethod": 0,
"deploymentDrive": 0, "deploymentDrive": 0,
"scid": "00000000-0000-0000-0000-000000000000", "scid": "00000000-0000-0000-0000-000000000000",

2
ProjectSettings/GameCoreXboxOneSettings.asset

@ -1,5 +1,5 @@
{ {
"buildSubtarget": 0,
"buildSubtarget": 1,
"deploymentMethod": 0, "deploymentMethod": 0,
"deploymentDrive": 0, "deploymentDrive": 0,
"scid": "00000000-0000-0000-0000-000000000000", "scid": "00000000-0000-0000-0000-000000000000",

6
ProjectSettings/PS5Settings.json

@ -42,10 +42,12 @@
"buildCompressionType": 0, "buildCompressionType": 0,
"buildCompressionLevel": 0, "buildCompressionLevel": 0,
"keepPackageFiles": false, "keepPackageFiles": false,
"buildSubtarget": 0,
"buildSubtarget": 1,
"sdkOverride": "", "sdkOverride": "",
"saveDataImagePath": "", "saveDataImagePath": "",
"configFileParsed": false, "configFileParsed": false,
"operatingSystemCanDisableSplashScreen": false
"operatingSystemCanDisableSplashScreen": false,
"supportsVR": false,
"requiresVR": false
} }
} }
Loading…
Cancel
Save