From b97e24aa6d3d34b941953fb425d033d36df4afeb Mon Sep 17 00:00:00 2001 From: ALEXTANG <574809918@qq.com> Date: Sat, 13 May 2023 22:21:49 +0800 Subject: [PATCH] Create BurstAotSettings_iOS.json --- ProjectSettings/BurstAotSettings_iOS.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ProjectSettings/BurstAotSettings_iOS.json diff --git a/ProjectSettings/BurstAotSettings_iOS.json b/ProjectSettings/BurstAotSettings_iOS.json new file mode 100644 index 00000000..771d37b7 --- /dev/null +++ b/ProjectSettings/BurstAotSettings_iOS.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 + } +}