Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
### Changed

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd probably put this in 'Changed'


## `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
}
}