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

Commit 06b52e4

Browse files
authored
UTY-2690: Enable Burst by default (#294)
Enables Burst by default
1 parent 4fcfd59 commit 06b52e4

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
@@ -10,6 +10,7 @@
1010
### Changed
1111

1212
- Migrated launch configurations to latest game templates. [#290](https://github.com/spatialos/gdk-for-unity-fps-starter-project/pull/290)
13+
- Enabled Burst by default. [#294](https://github.com/spatialos/gdk-for-unity-fps-starter-project/pull/294)
1314

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

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)