diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-02 20:43:53 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-02 20:43:53 +0800 |
| commit | 828d68ce776843b75a324bf20479fda918dc7d29 (patch) | |
| tree | 92fcde04eefb87da525f32920005e558c20f124f /ProjectSettings/BurstAotSettings_StandaloneWindows.json | |
Initialize Unity project with URP and gitignore filesmain
Diffstat (limited to 'ProjectSettings/BurstAotSettings_StandaloneWindows.json')
| -rw-r--r-- | ProjectSettings/BurstAotSettings_StandaloneWindows.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ProjectSettings/BurstAotSettings_StandaloneWindows.json b/ProjectSettings/BurstAotSettings_StandaloneWindows.json new file mode 100644 index 0000000..2144f6d --- /dev/null +++ b/ProjectSettings/BurstAotSettings_StandaloneWindows.json @@ -0,0 +1,16 @@ +{ + "MonoBehaviour": { + "Version": 3, + "EnableBurstCompilation": true, + "EnableOptimisations": true, + "EnableSafetyChecks": false, + "EnableDebugInAllBuilds": false, + "UsePlatformSDKLinker": false, + "CpuMinTargetX32": 0, + "CpuMaxTargetX32": 0, + "CpuMinTargetX64": 0, + "CpuMaxTargetX64": 0, + "CpuTargetsX32": 6, + "CpuTargetsX64": 72 + } +} |
