diff options
| author | realtradam <[email protected]> | 2022-12-05 23:39:59 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-12-05 23:39:59 -0500 |
| commit | b96050e518bb84d84ff9c1796e516666e4ae6a8e (patch) | |
| tree | 3cab921eddbbf184f02e0d3dd894abe3c3c154af /ProjectSettings | |
| parent | 6b7f05daefae6e127d3fc5c75ca725c9b1478bf1 (diff) | |
| download | UnityDancingGraph-b96050e518bb84d84ff9c1796e516666e4ae6a8e.tar.gz UnityDancingGraph-b96050e518bb84d84ff9c1796e516666e4ae6a8e.zip | |
fix editor building
Diffstat (limited to 'ProjectSettings')
| -rw-r--r-- | ProjectSettings/BurstAotSettings_StandaloneLinux64.json | 15 |
1 files changed, 15 insertions, 0 deletions
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 + } +} |
