diff options
| author | realtradam <[email protected]> | 2022-12-07 23:45:28 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-12-07 23:45:28 -0500 |
| commit | 6c3569682f9ada8a5f36c073c9a481818f480571 (patch) | |
| tree | bb96180f5eeb72774afe3ad3d143920af5eca976 /ProjectSettings/BurstAotSettings_StandaloneWindows.json | |
| download | Magnet-Run-3D-6c3569682f9ada8a5f36c073c9a481818f480571.tar.gz Magnet-Run-3D-6c3569682f9ada8a5f36c073c9a481818f480571.zip | |
init
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 + } +} |
