From b96050e518bb84d84ff9c1796e516666e4ae6a8e Mon Sep 17 00:00:00 2001 From: realtradam Date: Mon, 5 Dec 2022 23:39:59 -0500 Subject: fix editor building --- ProjectSettings/BurstAotSettings_StandaloneLinux64.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ProjectSettings/BurstAotSettings_StandaloneLinux64.json (limited to 'ProjectSettings') diff --git a/ProjectSettings/BurstAotSettings_StandaloneLinux64.json b/ProjectSettings/BurstAotSettings_StandaloneLinux64.json new file mode 100644 index 0000000..d9612a6 --- /dev/null +++ b/ProjectSettings/BurstAotSettings_StandaloneLinux64.json @@ -0,0 +1,15 @@ +{ + "MonoBehaviour": { + "Version": 4, + "EnableBurstCompilation": true, + "EnableOptimisations": true, + "EnableSafetyChecks": false, + "EnableDebugInAllBuilds": false, + "CpuMinTargetX32": 0, + "CpuMaxTargetX32": 0, + "CpuMinTargetX64": 0, + "CpuMaxTargetX64": 0, + "CpuTargetsX64": 72, + "OptimizeFor": 0 + } +} -- cgit v1.2.3