Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

Commit bcef437

Browse files
authored
UTY-2690: enable burst by default (#124)
Enables Burst by default
1 parent 59a4338 commit bcef437

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
### Changed
1010

1111
- Migrated launch configurations to latest game templates. [#120](https://github.com/spatialos/gdk-for-unity-blank-project/pull/120)
12+
- Enable Burst by default. [#124](https://github.com/spatialos/gdk-for-unity-blank-project/pull/124)
1213

1314
## `0.3.10` - 2020-08-18
1415

workers/unity/ProjectSettings/BurstAotSettings_Android.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
"DisableSafetyChecks": true,
99
"DisableBurstCompilation": true
1010
}
11-
}
11+
}

workers/unity/ProjectSettings/BurstAotSettings_StandaloneLinux.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"m_EditorClassIdentifier": "Unity.Burst.Editor:Unity.Burst.Editor:BurstPlatformAotSettings",
77
"DisableOptimisations": false,
88
"DisableSafetyChecks": true,
9-
"DisableBurstCompilation": true
9+
"DisableBurstCompilation": false
1010
}
1111
}

workers/unity/ProjectSettings/BurstAotSettings_StandaloneLinux64.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"m_EditorClassIdentifier": "Unity.Burst.Editor:Unity.Burst.Editor:BurstPlatformAotSettings",
77
"DisableOptimisations": false,
88
"DisableSafetyChecks": true,
9-
"DisableBurstCompilation": true
9+
"DisableBurstCompilation": false
1010
}
1111
}

workers/unity/ProjectSettings/BurstAotSettings_StandaloneOSX.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"m_EditorClassIdentifier": "Unity.Burst.Editor:Unity.Burst.Editor:BurstPlatformAotSettings",
77
"DisableOptimisations": false,
88
"DisableSafetyChecks": true,
9-
"DisableBurstCompilation": true
9+
"DisableBurstCompilation": false
1010
}
1111
}

workers/unity/ProjectSettings/BurstAotSettings_StandaloneWindows.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"m_EditorClassIdentifier": "Unity.Burst.Editor:Unity.Burst.Editor:BurstPlatformAotSettings",
77
"DisableOptimisations": false,
88
"DisableSafetyChecks": true,
9-
"DisableBurstCompilation": true
9+
"DisableBurstCompilation": false
1010
}
1111
}

0 commit comments

Comments
 (0)