Skip to content

Commit 1ae70d0

Browse files
author
david.algis
committed
📦️ Upgrade Unity version to 2021.3.17f
1 parent 15836f0 commit 1ae70d0

File tree

4 files changed

+29
-20
lines changed

4 files changed

+29
-20
lines changed

InteropUnityCUDA/Assets/Utilities/ParticlesDrawer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ private void OnPostRender()
3939
{
4040
_material.SetPass(0);
4141
_material.SetBuffer(_particlesProp, _particlesComputeBuffer);
42-
_particlesComputeBuffer.GetData(x,0,0,1);
42+
// _particlesComputeBuffer.GetData(x,0,0,1);
4343

4444
_material.SetFloat(_sizeParticles, _particlesSizeForRender);
4545
Graphics.DrawProceduralNow(MeshTopology.Points, _nbrParticles, 1);

InteropUnityCUDA/Packages/manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"dependencies": {
33
"com.unity.burst": "1.6.6",
4-
"com.unity.collab-proxy": "1.15.12",
4+
"com.unity.collab-proxy": "1.17.7",
55
"com.unity.feature.development": "1.0.1",
6-
"com.unity.ide.rider": "3.0.12",
7-
"com.unity.ide.visualstudio": "2.0.14",
6+
"com.unity.ide.rider": "3.0.18",
7+
"com.unity.ide.visualstudio": "2.0.17",
88
"com.unity.ide.vscode": "1.2.5",
99
"com.unity.mathematics": "1.2.6",
10-
"com.unity.test-framework": "1.1.29",
10+
"com.unity.test-framework": "1.1.31",
1111
"com.unity.timeline": "1.6.4",
1212
"com.unity.ugui": "1.0.0",
13-
"com.unity.visualscripting": "1.7.6",
13+
"com.unity.visualscripting": "1.8.0",
1414
"com.unity.modules.ai": "1.0.0",
1515
"com.unity.modules.androidjni": "1.0.0",
1616
"com.unity.modules.animation": "1.0.0",

InteropUnityCUDA/Packages/packages-lock.json

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://packages.unity.com"
1111
},
1212
"com.unity.collab-proxy": {
13-
"version": "1.15.12",
13+
"version": "1.17.7",
1414
"depth": 0,
1515
"source": "registry",
1616
"dependencies": {
@@ -37,17 +37,17 @@
3737
"depth": 0,
3838
"source": "builtin",
3939
"dependencies": {
40-
"com.unity.ide.visualstudio": "2.0.14",
41-
"com.unity.ide.rider": "3.0.12",
40+
"com.unity.ide.visualstudio": "2.0.17",
41+
"com.unity.ide.rider": "3.0.18",
4242
"com.unity.ide.vscode": "1.2.5",
4343
"com.unity.editorcoroutines": "1.0.0",
4444
"com.unity.performance.profile-analyzer": "1.1.1",
45-
"com.unity.test-framework": "1.1.29",
46-
"com.unity.testtools.codecoverage": "1.0.1"
45+
"com.unity.test-framework": "1.1.31",
46+
"com.unity.testtools.codecoverage": "1.2.2"
4747
}
4848
},
4949
"com.unity.ide.rider": {
50-
"version": "3.0.12",
50+
"version": "3.0.18",
5151
"depth": 0,
5252
"source": "registry",
5353
"dependencies": {
@@ -56,7 +56,7 @@
5656
"url": "https://packages.unity.com"
5757
},
5858
"com.unity.ide.visualstudio": {
59-
"version": "2.0.14",
59+
"version": "2.0.17",
6060
"depth": 0,
6161
"source": "registry",
6262
"dependencies": {
@@ -78,6 +78,13 @@
7878
"dependencies": {},
7979
"url": "https://packages.unity.com"
8080
},
81+
"com.unity.nuget.newtonsoft-json": {
82+
"version": "3.0.2",
83+
"depth": 2,
84+
"source": "registry",
85+
"dependencies": {},
86+
"url": "https://packages.unity.com"
87+
},
8188
"com.unity.performance.profile-analyzer": {
8289
"version": "1.1.1",
8390
"depth": 1,
@@ -86,11 +93,13 @@
8693
"url": "https://packages.unity.com"
8794
},
8895
"com.unity.services.core": {
89-
"version": "1.0.1",
96+
"version": "1.7.0",
9097
"depth": 1,
9198
"source": "registry",
9299
"dependencies": {
93-
"com.unity.modules.unitywebrequest": "1.0.0"
100+
"com.unity.modules.unitywebrequest": "1.0.0",
101+
"com.unity.nuget.newtonsoft-json": "3.0.2",
102+
"com.unity.modules.androidjni": "1.0.0"
94103
},
95104
"url": "https://packages.unity.com"
96105
},
@@ -102,7 +111,7 @@
102111
"url": "https://packages.unity.com"
103112
},
104113
"com.unity.test-framework": {
105-
"version": "1.1.29",
114+
"version": "1.1.31",
106115
"depth": 0,
107116
"source": "registry",
108117
"dependencies": {
@@ -113,7 +122,7 @@
113122
"url": "https://packages.unity.com"
114123
},
115124
"com.unity.testtools.codecoverage": {
116-
"version": "1.0.1",
125+
"version": "1.2.2",
117126
"depth": 1,
118127
"source": "registry",
119128
"dependencies": {
@@ -144,7 +153,7 @@
144153
}
145154
},
146155
"com.unity.visualscripting": {
147-
"version": "1.7.6",
156+
"version": "1.8.0",
148157
"depth": 0,
149158
"source": "registry",
150159
"dependencies": {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2021.2.14f1
2-
m_EditorVersionWithRevision: 2021.2.14f1 (bcb93e5482d2)
1+
m_EditorVersion: 2021.3.17f1
2+
m_EditorVersionWithRevision: 2021.3.17f1 (3e8111cac19d)

0 commit comments

Comments
 (0)