This repository has been archived by the owner on Jan 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
20 additions
and
31 deletions.
There are no files selected for viewing
11 changes: 0 additions & 11 deletions
11
workers/unity/ProjectSettings/BurstAotSettings_StandaloneLinux.json
This file was deleted.
Oops, something went wrong.
20 changes: 10 additions & 10 deletions
20
workers/unity/ProjectSettings/BurstAotSettings_StandaloneLinux64.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"MonoBehaviour": { | ||
"m_Enabled": true, | ||
"m_EditorHideFlags": 0, | ||
"m_Name": "", | ||
"m_EditorClassIdentifier": "Unity.Burst.Editor:Unity.Burst.Editor:BurstPlatformAotSettings", | ||
"DisableOptimisations": false, | ||
"DisableSafetyChecks": true, | ||
"DisableBurstCompilation": true | ||
} | ||
} | ||
"MonoBehaviour": { | ||
"Version": 2, | ||
"EnableBurstCompilation": true, | ||
"EnableOptimisations": true, | ||
"EnableSafetyChecks": false, | ||
"UsePlatformSDKLinker": false, | ||
"CpuMinTargetX64": 3, | ||
"CpuMaxTargetX64": 4 | ||
} | ||
} |
20 changes: 10 additions & 10 deletions
20
workers/unity/ProjectSettings/BurstAotSettings_StandaloneOSX.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"MonoBehaviour": { | ||
"m_Enabled": true, | ||
"m_EditorHideFlags": 0, | ||
"m_Name": "", | ||
"m_EditorClassIdentifier": "Unity.Burst.Editor:Unity.Burst.Editor:BurstPlatformAotSettings", | ||
"DisableOptimisations": false, | ||
"DisableSafetyChecks": true, | ||
"DisableBurstCompilation": true | ||
} | ||
} | ||
"MonoBehaviour": { | ||
"Version": 2, | ||
"EnableBurstCompilation": true, | ||
"EnableOptimisations": true, | ||
"EnableSafetyChecks": false, | ||
"UsePlatformSDKLinker": false, | ||
"CpuMinTargetX64": 3, | ||
"CpuMaxTargetX64": 4 | ||
} | ||
} |