Skip to content

Commit c3da8b4

Browse files
committed
Upgrade to new visual studio package
1 parent 28e81d8 commit c3da8b4

File tree

5 files changed

+79
-108
lines changed

5 files changed

+79
-108
lines changed

.vscode/extensions.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"recommendations": [
3+
"visualstudiotoolsforunity.vstuc"
4+
]
5+
}

.vscode/launch.json

Lines changed: 9 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,10 @@
11
{
2-
"version": "0.2.0",
3-
"configurations": [
4-
{
5-
"name": "Unity Editor",
6-
"type": "unity",
7-
"request": "launch"
8-
},
9-
{
10-
"name": "Windows Player",
11-
"type": "unity",
12-
"request": "launch"
13-
},
14-
{
15-
"name": "OSX Player",
16-
"type": "unity",
17-
"request": "launch"
18-
},
19-
{
20-
"name": "Linux Player",
21-
"type": "unity",
22-
"request": "launch"
23-
},
24-
{
25-
"name": "iOS Player",
26-
"type": "unity",
27-
"request": "launch"
28-
},
29-
{
30-
"name": "Android Player",
31-
"type": "unity",
32-
"request": "launch"
33-
}
34-
]
35-
}
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"name": "Attach to Unity",
6+
"type": "vstuc",
7+
"request": "attach"
8+
}
9+
]
10+
}

.vscode/settings.json

Lines changed: 59 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,60 @@
11
{
2-
"files.exclude": {
3-
"**/.DS_Store": true,
4-
"**/*.booproj": true,
5-
"**/*.meta": true,
6-
"**/*.pidb": true,
7-
"**/*.suo": true,
8-
"build/": true,
9-
"Build/": true,
10-
"Library/": true,
11-
"library/": true,
12-
"obj/": true,
13-
"Obj/": true,
14-
"temp/": true,
15-
"Temp/": true,
16-
"UIElementsSchema/": true
17-
}
18-
}
2+
"files.exclude": {
3+
"**/.DS_Store": true,
4+
"**/.git": true,
5+
"**/.vs": true,
6+
"**/.gitmodules": true,
7+
"**/.vsconfig": true,
8+
"**/*.booproj": true,
9+
"**/*.pidb": true,
10+
"**/*.suo": true,
11+
"**/*.user": true,
12+
"**/*.userprefs": true,
13+
"**/*.unityproj": true,
14+
"**/*.dll": true,
15+
"**/*.exe": true,
16+
"**/*.pdf": true,
17+
"**/*.mid": true,
18+
"**/*.midi": true,
19+
"**/*.wav": true,
20+
"**/*.gif": true,
21+
"**/*.ico": true,
22+
"**/*.jpg": true,
23+
"**/*.jpeg": true,
24+
"**/*.png": true,
25+
"**/*.psd": true,
26+
"**/*.tga": true,
27+
"**/*.tif": true,
28+
"**/*.tiff": true,
29+
"**/*.3ds": true,
30+
"**/*.3DS": true,
31+
"**/*.fbx": true,
32+
"**/*.FBX": true,
33+
"**/*.lxo": true,
34+
"**/*.LXO": true,
35+
"**/*.ma": true,
36+
"**/*.MA": true,
37+
"**/*.obj": true,
38+
"**/*.OBJ": true,
39+
"**/*.asset": true,
40+
"**/*.cubemap": true,
41+
"**/*.flare": true,
42+
"**/*.mat": true,
43+
"**/*.meta": true,
44+
"**/*.prefab": true,
45+
"**/*.unity": true,
46+
"build/": true,
47+
"Build/": true,
48+
"Library/": true,
49+
"library/": true,
50+
"obj/": true,
51+
"Obj/": true,
52+
"Logs/": true,
53+
"logs/": true,
54+
"ProjectSettings/": true,
55+
"UserSettings/": true,
56+
"temp/": true,
57+
"Temp/": true
58+
},
59+
"dotnet.defaultSolution": "Pacman.sln"
60+
}

Packages/manifest.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
11
{
22
"dependencies": {
3-
"com.unity.2d.animation": "7.0.10",
3+
"com.unity.2d.animation": "7.0.12",
44
"com.unity.2d.pixel-perfect": "5.0.3",
55
"com.unity.2d.psdimporter": "6.0.7",
66
"com.unity.2d.sprite": "1.0.0",
77
"com.unity.2d.spriteshape": "7.0.7",
88
"com.unity.2d.tilemap": "1.0.0",
99
"com.unity.2d.tilemap.extras": "2.2.5",
10-
"com.unity.collab-proxy": "2.0.3",
11-
"com.unity.ide.rider": "3.0.20",
12-
"com.unity.ide.visualstudio": "2.0.18",
13-
"com.unity.ide.vscode": "1.2.5",
14-
"com.unity.test-framework": "1.1.31",
10+
"com.unity.ide.visualstudio": "2.0.22",
1511
"com.unity.textmeshpro": "3.0.6",
16-
"com.unity.timeline": "1.6.4",
1712
"com.unity.ugui": "1.0.0",
18-
"com.unity.visualscripting": "1.8.0",
1913
"com.unity.modules.ai": "1.0.0",
2014
"com.unity.modules.androidjni": "1.0.0",
2115
"com.unity.modules.animation": "1.0.0",

Packages/packages-lock.json

Lines changed: 4 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"com.unity.2d.animation": {
4-
"version": "7.0.10",
4+
"version": "7.0.12",
55
"depth": 0,
66
"source": "registry",
77
"dependencies": {
@@ -94,45 +94,22 @@
9494
},
9595
"url": "https://packages.unity.com"
9696
},
97-
"com.unity.collab-proxy": {
98-
"version": "2.0.3",
99-
"depth": 0,
100-
"source": "registry",
101-
"dependencies": {},
102-
"url": "https://packages.unity.com"
103-
},
10497
"com.unity.ext.nunit": {
10598
"version": "1.0.6",
106-
"depth": 1,
99+
"depth": 2,
107100
"source": "registry",
108101
"dependencies": {},
109102
"url": "https://packages.unity.com"
110103
},
111-
"com.unity.ide.rider": {
112-
"version": "3.0.20",
113-
"depth": 0,
114-
"source": "registry",
115-
"dependencies": {
116-
"com.unity.ext.nunit": "1.0.6"
117-
},
118-
"url": "https://packages.unity.com"
119-
},
120104
"com.unity.ide.visualstudio": {
121-
"version": "2.0.18",
105+
"version": "2.0.22",
122106
"depth": 0,
123107
"source": "registry",
124108
"dependencies": {
125109
"com.unity.test-framework": "1.1.9"
126110
},
127111
"url": "https://packages.unity.com"
128112
},
129-
"com.unity.ide.vscode": {
130-
"version": "1.2.5",
131-
"depth": 0,
132-
"source": "registry",
133-
"dependencies": {},
134-
"url": "https://packages.unity.com"
135-
},
136113
"com.unity.mathematics": {
137114
"version": "1.2.6",
138115
"depth": 1,
@@ -142,7 +119,7 @@
142119
},
143120
"com.unity.test-framework": {
144121
"version": "1.1.31",
145-
"depth": 0,
122+
"depth": 1,
146123
"source": "registry",
147124
"dependencies": {
148125
"com.unity.ext.nunit": "1.0.6",
@@ -160,18 +137,6 @@
160137
},
161138
"url": "https://packages.unity.com"
162139
},
163-
"com.unity.timeline": {
164-
"version": "1.6.4",
165-
"depth": 0,
166-
"source": "registry",
167-
"dependencies": {
168-
"com.unity.modules.director": "1.0.0",
169-
"com.unity.modules.animation": "1.0.0",
170-
"com.unity.modules.audio": "1.0.0",
171-
"com.unity.modules.particlesystem": "1.0.0"
172-
},
173-
"url": "https://packages.unity.com"
174-
},
175140
"com.unity.ugui": {
176141
"version": "1.0.0",
177142
"depth": 0,
@@ -181,16 +146,6 @@
181146
"com.unity.modules.imgui": "1.0.0"
182147
}
183148
},
184-
"com.unity.visualscripting": {
185-
"version": "1.8.0",
186-
"depth": 0,
187-
"source": "registry",
188-
"dependencies": {
189-
"com.unity.ugui": "1.0.0",
190-
"com.unity.modules.jsonserialize": "1.0.0"
191-
},
192-
"url": "https://packages.unity.com"
193-
},
194149
"com.unity.modules.ai": {
195150
"version": "1.0.0",
196151
"depth": 0,

0 commit comments

Comments
 (0)