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

Commit

Permalink
UTY-2690: Enable Burst by default (#294)
Browse files Browse the repository at this point in the history
Enables Burst by default
  • Loading branch information
BryanJY-Wong authored Sep 2, 2020
1 parent 4fcfd59 commit 06b52e4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
### Changed

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

## `0.3.10` - 2020-08-18

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"DisableSafetyChecks": true,
"DisableBurstCompilation": true
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"m_EditorClassIdentifier": "Unity.Burst.Editor:Unity.Burst.Editor:BurstPlatformAotSettings",
"DisableOptimisations": false,
"DisableSafetyChecks": true,
"DisableBurstCompilation": true
"DisableBurstCompilation": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"m_EditorClassIdentifier": "Unity.Burst.Editor:Unity.Burst.Editor:BurstPlatformAotSettings",
"DisableOptimisations": false,
"DisableSafetyChecks": true,
"DisableBurstCompilation": true
"DisableBurstCompilation": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"m_EditorClassIdentifier": "Unity.Burst.Editor:Unity.Burst.Editor:BurstPlatformAotSettings",
"DisableOptimisations": false,
"DisableSafetyChecks": true,
"DisableBurstCompilation": true
"DisableBurstCompilation": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"m_EditorClassIdentifier": "Unity.Burst.Editor:Unity.Burst.Editor:BurstPlatformAotSettings",
"DisableOptimisations": false,
"DisableSafetyChecks": true,
"DisableBurstCompilation": true
"DisableBurstCompilation": false
}
}

0 comments on commit 06b52e4

Please sign in to comment.