Skip to content

Commit de71fac

Browse files
authored
chore: Reverted sample back to 2021.3.45f2 (#2410)
1 parent 6de4f13 commit de71fac

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

samples/unity-of-bugs/Packages/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"dependencies": {
33
"com.unity.burst": "1.8.25",
4-
"com.unity.collab-proxy": "2.10.1",
4+
"com.unity.collab-proxy": "2.9.3",
55
"com.unity.feature.development": "1.0.1",
6-
"com.unity.ide.rider": "3.0.38",
6+
"com.unity.ide.rider": "3.0.31",
77
"com.unity.ide.visualstudio": "2.0.23",
88
"com.unity.ide.vscode": "1.2.5",
99
"com.unity.mobile.android-logcat": "1.4.6",
1010
"com.unity.test-framework": "1.1.33",
1111
"com.unity.textmeshpro": "3.0.9",
1212
"com.unity.timeline": "1.6.5",
1313
"com.unity.ugui": "1.0.0",
14-
"com.unity.visualscripting": "1.9.9",
14+
"com.unity.visualscripting": "1.9.8",
1515
"io.sentry.unity.dev": "file:../../../package-dev",
1616
"com.unity.modules.ai": "1.0.0",
1717
"com.unity.modules.androidjni": "1.0.0",

samples/unity-of-bugs/Packages/packages-lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"url": "https://packages.unity.com"
1212
},
1313
"com.unity.collab-proxy": {
14-
"version": "2.10.1",
14+
"version": "2.9.3",
1515
"depth": 0,
1616
"source": "registry",
1717
"dependencies": {},
@@ -37,16 +37,16 @@
3737
"source": "builtin",
3838
"dependencies": {
3939
"com.unity.ide.visualstudio": "2.0.22",
40-
"com.unity.ide.rider": "3.0.38",
40+
"com.unity.ide.rider": "3.0.31",
4141
"com.unity.ide.vscode": "1.2.5",
4242
"com.unity.editorcoroutines": "1.0.0",
43-
"com.unity.performance.profile-analyzer": "1.2.3",
43+
"com.unity.performance.profile-analyzer": "1.2.2",
4444
"com.unity.test-framework": "1.1.33",
4545
"com.unity.testtools.codecoverage": "1.2.6"
4646
}
4747
},
4848
"com.unity.ide.rider": {
49-
"version": "3.0.38",
49+
"version": "3.0.31",
5050
"depth": 0,
5151
"source": "registry",
5252
"dependencies": {
@@ -85,7 +85,7 @@
8585
"url": "https://packages.unity.com"
8686
},
8787
"com.unity.performance.profile-analyzer": {
88-
"version": "1.2.3",
88+
"version": "1.2.2",
8989
"depth": 1,
9090
"source": "registry",
9191
"dependencies": {},
@@ -150,7 +150,7 @@
150150
}
151151
},
152152
"com.unity.visualscripting": {
153-
"version": "1.9.9",
153+
"version": "1.9.8",
154154
"depth": 0,
155155
"source": "registry",
156156
"dependencies": {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2021.3.58f1
2-
m_EditorVersionWithRevision: 2021.3.58f1 (2c36cafeeccf)
1+
m_EditorVersion: 2021.3.45f2
2+
m_EditorVersionWithRevision: 2021.3.45f2 (88f88f591b2e)

scripts/ci-env.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ param (
55

66
switch ($name) {
77
"unity2021.3" {
8-
return "2021.3.58f1"
8+
return "2021.3.45f2"
99
}
1010
"unity2022.3" {
1111
return "2022.3.62f3"

0 commit comments

Comments
 (0)