Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Commit

Permalink
Fix burst for all desktop platforms
Browse files Browse the repository at this point in the history
Remove deprecated linux86 burst settings
  • Loading branch information
zeroZshadow committed Apr 1, 2020
1 parent 0dc5e25 commit 756b014
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 31 deletions.

This file was deleted.

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 workers/unity/ProjectSettings/BurstAotSettings_StandaloneOSX.json
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
}
}

0 comments on commit 756b014

Please sign in to comment.