Skip to content

Commit

Permalink
Update Burst
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSwerik committed Nov 13, 2020
1 parent fab2a2a commit 6b742eb
Showing 3 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Assembly-CSharp.csproj
Original file line number Diff line number Diff line change
@@ -298,7 +298,7 @@
<HintPath>C:/Program Files/Unity/Hub/Editor/2020.2.0b10/Editor/Data/Managed/UnityEngine/UnityEditor.UnityConnectModule.dll</HintPath>
</Reference>
<Reference Include="Unity.Burst.Unsafe">
<HintPath>D:/Projects/URP Template/Library/PackageCache/com.unity.burst@1.3.4/Unity.Burst.Unsafe.dll</HintPath>
<HintPath>D:/Projects/URP Template/Library/PackageCache/com.unity.burst@1.3.9/Unity.Burst.Unsafe.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.iOS.Extensions.Xcode">
<HintPath>C:/Program Files/Unity/Hub/Editor/2020.2.0b10/Editor/Data/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Xcode.dll</HintPath>
@@ -756,11 +756,11 @@
<Reference Include="Unity.ProGrids">
<HintPath>D:/Projects/URP Template/Library/ScriptAssemblies/Unity.ProGrids.dll</HintPath>
</Reference>
<Reference Include="Unity.RenderPipelines.Core.Editor">
<HintPath>D:/Projects/URP Template/Library/ScriptAssemblies/Unity.RenderPipelines.Core.Editor.dll</HintPath>
</Reference>
<Reference Include="Unity.Animation.Rigging.Editor">
<HintPath>D:/Projects/URP Template/Library/ScriptAssemblies/Unity.Animation.Rigging.Editor.dll</HintPath>
</Reference>
<Reference Include="Unity.RenderPipelines.Core.Editor">
<HintPath>D:/Projects/URP Template/Library/ScriptAssemblies/Unity.RenderPipelines.Core.Editor.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
1 change: 1 addition & 0 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"dependencies": {
"com.unity.animation.rigging": "1.0.3",
"com.unity.burst": "1.3.9",
"com.unity.cinemachine": "2.6.3",
"com.unity.ide.rider": "2.0.7",
"com.unity.inputsystem": "1.0.0",
6 changes: 3 additions & 3 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
@@ -11,8 +11,8 @@
"url": "https://packages.unity.com"
},
"com.unity.burst": {
"version": "1.3.4",
"depth": 1,
"version": "1.3.9",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.mathematics": "1.2.1"
@@ -51,7 +51,7 @@
},
"com.unity.mathematics": {
"version": "1.2.1",
"depth": 2,
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"

0 comments on commit 6b742eb

Please sign in to comment.