Skip to content

Commit 72ee831

Browse files
committed
chore(unity-version): Update Unity Editor to 2022.3.56f1
1 parent a5799cf commit 72ee831

File tree

7 files changed

+89
-72
lines changed

7 files changed

+89
-72
lines changed

.vscode/launch.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
"version": "0.2.0",
33
"configurations": [
44
{
5-
"name": "Attach to Unity",
5+
"name": "Unity Debugger",
66
"type": "vstuc",
7-
"request": "attach"
7+
"request": "attach",
8+
"projectPath": "${workspaceFolder}"
89
}
910
]
1011
}

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"terminal.integrated.defaultProfile.windows": "Git Bash",
3+
"dotnet.defaultSolution": "Vibration.sln",
34
"dotnet.preferCSharpExtension": true,
45
"dotnetAcquisitionExtension.enableTelemetry": false,
56
"files.associations": {
67
"*.jspre": "javascript",
78
"*.jslib": "javascript"
8-
}
9+
},
10+
"workbench.colorTheme": "Visual Studio 2019 Dark"
911
}

Packages/manifest.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"dependencies": {
3-
"com.unity.collab-proxy": "2.0.7",
3+
"com.unity.collab-proxy": "2.6.0",
44
"com.unity.device-simulator.devices": "1.0.0",
5-
"com.unity.feature.2d": "1.0.0",
6-
"com.unity.ide.rider": "3.0.25",
7-
"com.unity.ide.visualstudio": "2.0.21",
5+
"com.unity.feature.2d": "2.0.1",
6+
"com.unity.ide.rider": "3.0.36",
7+
"com.unity.ide.visualstudio": "2.0.23",
88
"com.unity.test-framework": "1.1.33",
9-
"com.unity.textmeshpro": "3.0.6",
10-
"com.unity.timeline": "1.7.5",
9+
"com.unity.textmeshpro": "3.0.9",
10+
"com.unity.timeline": "1.7.7",
1111
"com.unity.ugui": "1.0.0",
12-
"com.unity.visualscripting": "1.8.0",
12+
"com.unity.visualscripting": "1.9.8",
1313
"com.unity.modules.ai": "1.0.0",
1414
"com.unity.modules.androidjni": "1.0.0",
1515
"com.unity.modules.animation": "1.0.0",
@@ -30,7 +30,6 @@
3030
"com.unity.modules.ui": "1.0.0",
3131
"com.unity.modules.uielements": "1.0.0",
3232
"com.unity.modules.umbra": "1.0.0",
33-
"com.unity.modules.unityanalytics": "1.0.0",
3433
"com.unity.modules.unitywebrequest": "1.0.0",
3534
"com.unity.modules.unitywebrequestassetbundle": "1.0.0",
3635
"com.unity.modules.unitywebrequestaudio": "1.0.0",

Packages/packages-lock.json

Lines changed: 42 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,40 @@
77
"dependencies": {}
88
},
99
"com.unity.2d.animation": {
10-
"version": "9.0.3",
10+
"version": "9.1.3",
1111
"depth": 1,
1212
"source": "registry",
1313
"dependencies": {
14-
"com.unity.2d.common": "8.0.1",
14+
"com.unity.2d.common": "8.0.4",
1515
"com.unity.2d.sprite": "1.0.0",
1616
"com.unity.collections": "1.1.0",
1717
"com.unity.modules.animation": "1.0.0",
1818
"com.unity.modules.uielements": "1.0.0"
1919
},
2020
"url": "https://packages.unity.com"
2121
},
22+
"com.unity.2d.aseprite": {
23+
"version": "1.1.7",
24+
"depth": 1,
25+
"source": "registry",
26+
"dependencies": {
27+
"com.unity.2d.common": "6.0.6",
28+
"com.unity.2d.sprite": "1.0.0",
29+
"com.unity.mathematics": "1.2.6",
30+
"com.unity.modules.animation": "1.0.0"
31+
},
32+
"url": "https://packages.unity.com"
33+
},
2234
"com.unity.2d.common": {
23-
"version": "8.0.1",
35+
"version": "8.0.4",
2436
"depth": 2,
2537
"source": "registry",
2638
"dependencies": {
39+
"com.unity.burst": "1.7.3",
2740
"com.unity.2d.sprite": "1.0.0",
2841
"com.unity.mathematics": "1.1.0",
29-
"com.unity.modules.uielements": "1.0.0",
3042
"com.unity.modules.animation": "1.0.0",
31-
"com.unity.burst": "1.7.3"
43+
"com.unity.modules.uielements": "1.0.0"
3244
},
3345
"url": "https://packages.unity.com"
3446
},
@@ -40,13 +52,13 @@
4052
"url": "https://packages.unity.com"
4153
},
4254
"com.unity.2d.psdimporter": {
43-
"version": "8.0.2",
55+
"version": "8.0.5",
4456
"depth": 1,
4557
"source": "registry",
4658
"dependencies": {
47-
"com.unity.2d.animation": "9.0.1",
48-
"com.unity.2d.common": "8.0.1",
49-
"com.unity.2d.sprite": "1.0.0"
59+
"com.unity.2d.common": "8.0.2",
60+
"com.unity.2d.sprite": "1.0.0",
61+
"com.unity.2d.animation": "9.1.1"
5062
},
5163
"url": "https://packages.unity.com"
5264
},
@@ -57,12 +69,12 @@
5769
"dependencies": {}
5870
},
5971
"com.unity.2d.spriteshape": {
60-
"version": "9.0.2",
72+
"version": "9.0.5",
6173
"depth": 1,
6274
"source": "registry",
6375
"dependencies": {
76+
"com.unity.2d.common": "8.0.4",
6477
"com.unity.mathematics": "1.1.0",
65-
"com.unity.2d.common": "8.0.1",
6678
"com.unity.modules.physics2d": "1.0.0"
6779
},
6880
"url": "https://packages.unity.com"
@@ -77,28 +89,29 @@
7789
}
7890
},
7991
"com.unity.2d.tilemap.extras": {
80-
"version": "3.1.0",
92+
"version": "3.1.3",
8193
"depth": 1,
8294
"source": "registry",
8395
"dependencies": {
84-
"com.unity.modules.tilemap": "1.0.0",
85-
"com.unity.2d.tilemap": "1.0.0",
8696
"com.unity.ugui": "1.0.0",
97+
"com.unity.2d.tilemap": "1.0.0",
98+
"com.unity.modules.tilemap": "1.0.0",
8799
"com.unity.modules.jsonserialize": "1.0.0"
88100
},
89101
"url": "https://packages.unity.com"
90102
},
91103
"com.unity.burst": {
92-
"version": "1.8.4",
104+
"version": "1.8.18",
93105
"depth": 3,
94106
"source": "registry",
95107
"dependencies": {
96-
"com.unity.mathematics": "1.2.1"
108+
"com.unity.mathematics": "1.2.1",
109+
"com.unity.modules.jsonserialize": "1.0.0"
97110
},
98111
"url": "https://packages.unity.com"
99112
},
100113
"com.unity.collab-proxy": {
101-
"version": "2.0.7",
114+
"version": "2.6.0",
102115
"depth": 0,
103116
"source": "registry",
104117
"dependencies": {},
@@ -129,21 +142,22 @@
129142
"url": "https://packages.unity.com"
130143
},
131144
"com.unity.feature.2d": {
132-
"version": "1.0.0",
145+
"version": "2.0.1",
133146
"depth": 0,
134147
"source": "builtin",
135148
"dependencies": {
136-
"com.unity.2d.animation": "9.0.3",
149+
"com.unity.2d.animation": "9.1.3",
137150
"com.unity.2d.pixel-perfect": "5.0.3",
138-
"com.unity.2d.psdimporter": "8.0.2",
151+
"com.unity.2d.psdimporter": "8.0.5",
139152
"com.unity.2d.sprite": "1.0.0",
140-
"com.unity.2d.spriteshape": "9.0.2",
153+
"com.unity.2d.spriteshape": "9.0.5",
141154
"com.unity.2d.tilemap": "1.0.0",
142-
"com.unity.2d.tilemap.extras": "3.1.0"
155+
"com.unity.2d.tilemap.extras": "3.1.3",
156+
"com.unity.2d.aseprite": "1.1.7"
143157
}
144158
},
145159
"com.unity.ide.rider": {
146-
"version": "3.0.25",
160+
"version": "3.0.36",
147161
"depth": 0,
148162
"source": "registry",
149163
"dependencies": {
@@ -152,7 +166,7 @@
152166
"url": "https://packages.unity.com"
153167
},
154168
"com.unity.ide.visualstudio": {
155-
"version": "2.0.21",
169+
"version": "2.0.23",
156170
"depth": 0,
157171
"source": "registry",
158172
"dependencies": {
@@ -179,7 +193,7 @@
179193
"url": "https://packages.unity.com"
180194
},
181195
"com.unity.textmeshpro": {
182-
"version": "3.0.6",
196+
"version": "3.0.9",
183197
"depth": 0,
184198
"source": "registry",
185199
"dependencies": {
@@ -188,13 +202,13 @@
188202
"url": "https://packages.unity.com"
189203
},
190204
"com.unity.timeline": {
191-
"version": "1.7.5",
205+
"version": "1.7.7",
192206
"depth": 0,
193207
"source": "registry",
194208
"dependencies": {
209+
"com.unity.modules.audio": "1.0.0",
195210
"com.unity.modules.director": "1.0.0",
196211
"com.unity.modules.animation": "1.0.0",
197-
"com.unity.modules.audio": "1.0.0",
198212
"com.unity.modules.particlesystem": "1.0.0"
199213
},
200214
"url": "https://packages.unity.com"
@@ -209,7 +223,7 @@
209223
}
210224
},
211225
"com.unity.visualscripting": {
212-
"version": "1.8.0",
226+
"version": "1.9.8",
213227
"depth": 0,
214228
"source": "registry",
215229
"dependencies": {
@@ -362,15 +376,6 @@
362376
"source": "builtin",
363377
"dependencies": {}
364378
},
365-
"com.unity.modules.unityanalytics": {
366-
"version": "1.0.0",
367-
"depth": 0,
368-
"source": "builtin",
369-
"dependencies": {
370-
"com.unity.modules.unitywebrequest": "1.0.0",
371-
"com.unity.modules.jsonserialize": "1.0.0"
372-
}
373-
},
374379
"com.unity.modules.unitywebrequest": {
375380
"version": "1.0.0",
376381
"depth": 0,

ProjectSettings/PackageManagerSettings.asset

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ MonoBehaviour:
1313
m_Name:
1414
m_EditorClassIdentifier:
1515
m_EnablePreReleasePackages: 0
16-
m_EnablePackageDependencies: 0
1716
m_AdvancedSettingsExpanded: 1
1817
m_ScopedRegistriesSettingsExpanded: 1
1918
m_SeeAllPackageVersions: 0
19+
m_DismissPreviewPackagesInUse: 0
2020
oneTimeWarningShown: 0
2121
m_Registries:
2222
- m_Id: main
@@ -25,20 +25,12 @@ MonoBehaviour:
2525
m_Scopes: []
2626
m_IsDefault: 1
2727
m_Capabilities: 7
28+
m_ConfigSource: 0
2829
m_UserSelectedRegistryName:
2930
m_UserAddingNewScopedRegistry: 0
3031
m_RegistryInfoDraft:
31-
m_ErrorMessage:
32-
m_Original:
33-
m_Id:
34-
m_Name:
35-
m_Url:
36-
m_Scopes: []
37-
m_IsDefault: 0
38-
m_Capabilities: 0
3932
m_Modified: 0
40-
m_Name:
41-
m_Url:
42-
m_Scopes:
43-
-
44-
m_SelectedScopeIndex: 0
33+
m_ErrorMessage:
34+
m_UserModificationsInstanceId: -838
35+
m_OriginalInstanceId: -840
36+
m_LoadAssets: 0

0 commit comments

Comments
 (0)