Skip to content

Commit

Permalink
Finished for build and upgraded burst
Browse files Browse the repository at this point in the history
  • Loading branch information
griffinteller committed Jul 14, 2020
1 parent 0f548bf commit 706fa9a
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Assets/Scripts/Sensor/Lidar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ private void StartRaycastJobs()
var commands = GetRaycastCommands();
_raycastsHandle = RaycastCommand.ScheduleBatch(commands, _raycastHits, 1);
}

[BurstCompile]
private struct MatrixRotater : IJobParallelFor
{
Expand Down
2 changes: 1 addition & 1 deletion Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"com.unity.2d.sprite": "1.0.0",
"com.unity.burst": "1.2.3",
"com.unity.burst": "1.4.0-preview.2",
"com.unity.collab-proxy": "1.2.16",
"com.unity.ide.rider": "2.0.2",
"com.unity.ide.vscode": "1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {}
},
"com.unity.burst": {
"version": "1.2.3",
"version": "1.4.0-preview.2",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down
11 changes: 11 additions & 0 deletions ProjectSettings/BurstAotSettings_StandaloneOSX.json
Original file line number Diff line number Diff line change
@@ -0,0 +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": false
}
}
16 changes: 16 additions & 0 deletions ProjectSettings/BurstAotSettings_StandaloneWindows.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"MonoBehaviour": {
"Version": 3,
"EnableBurstCompilation": true,
"EnableOptimisations": true,
"EnableSafetyChecks": false,
"EnableDebugInAllBuilds": false,
"UsePlatformSDKLinker": false,
"CpuMinTargetX32": 0,
"CpuMaxTargetX32": 0,
"CpuMinTargetX64": 0,
"CpuMaxTargetX64": 0,
"CpuTargetsX32": 6,
"CpuTargetsX64": 72
}
}
2 changes: 1 addition & 1 deletion ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ PlayerSettings:
16:10: 1
16:9: 1
Others: 1
bundleVersion: 0.3.4-alpha.1
bundleVersion: 0.3.4-dev.5
preloadedAssets:
- {fileID: 0}
- {fileID: 0}
Expand Down

0 comments on commit 706fa9a

Please sign in to comment.