Skip to content

Commit 057f8ff

Browse files
committed
Upgrade to new visual studio package
1 parent fc35912 commit 057f8ff

File tree

5 files changed

+84
-90
lines changed

5 files changed

+84
-90
lines changed

.vscode/extensions.json

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

.vscode/launch.json

+9-34
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

+59-17
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": "Snake.sln"
60+
}

Packages/manifest.json

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
{
22
"dependencies": {
3-
"com.unity.2d.animation": "3.2.17",
3+
"com.unity.2d.animation": "3.2.18",
44
"com.unity.2d.pixel-perfect": "2.1.0",
55
"com.unity.2d.psdimporter": "2.1.11",
66
"com.unity.2d.sprite": "1.0.0",
77
"com.unity.2d.spriteshape": "3.0.18",
88
"com.unity.2d.tilemap": "1.0.0",
9-
"com.unity.collab-proxy": "1.14.18",
10-
"com.unity.ide.rider": "1.2.1",
11-
"com.unity.ide.vscode": "1.2.5",
12-
"com.unity.test-framework": "1.1.31",
9+
"com.unity.ide.visualstudio": "2.0.22",
10+
"com.unity.mathematics": "1.2.6",
11+
"com.unity.test-framework": "1.1.33",
1312
"com.unity.textmeshpro": "2.1.6",
14-
"com.unity.timeline": "1.2.18",
1513
"com.unity.ugui": "1.0.0",
1614
"com.unity.modules.ai": "1.0.0",
1715
"com.unity.modules.androidjni": "1.0.0",

Packages/packages-lock.json

+7-33
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"com.unity.2d.animation": {
4-
"version": "3.2.17",
4+
"version": "3.2.18",
55
"depth": 0,
66
"source": "registry",
77
"dependencies": {
@@ -71,45 +71,31 @@
7171
"source": "builtin",
7272
"dependencies": {}
7373
},
74-
"com.unity.collab-proxy": {
75-
"version": "1.14.18",
76-
"depth": 0,
77-
"source": "registry",
78-
"dependencies": {},
79-
"url": "https://packages.unity.com"
80-
},
8174
"com.unity.ext.nunit": {
8275
"version": "1.0.6",
8376
"depth": 1,
8477
"source": "registry",
8578
"dependencies": {},
8679
"url": "https://packages.unity.com"
8780
},
88-
"com.unity.ide.rider": {
89-
"version": "1.2.1",
81+
"com.unity.ide.visualstudio": {
82+
"version": "2.0.22",
9083
"depth": 0,
9184
"source": "registry",
9285
"dependencies": {
93-
"com.unity.test-framework": "1.1.1"
86+
"com.unity.test-framework": "1.1.9"
9487
},
9588
"url": "https://packages.unity.com"
9689
},
97-
"com.unity.ide.vscode": {
98-
"version": "1.2.5",
99-
"depth": 0,
100-
"source": "registry",
101-
"dependencies": {},
102-
"url": "https://packages.unity.com"
103-
},
10490
"com.unity.mathematics": {
105-
"version": "1.1.0",
106-
"depth": 1,
91+
"version": "1.2.6",
92+
"depth": 0,
10793
"source": "registry",
10894
"dependencies": {},
10995
"url": "https://packages.unity.com"
11096
},
11197
"com.unity.test-framework": {
112-
"version": "1.1.31",
98+
"version": "1.1.33",
11399
"depth": 0,
114100
"source": "registry",
115101
"dependencies": {
@@ -128,18 +114,6 @@
128114
},
129115
"url": "https://packages.unity.com"
130116
},
131-
"com.unity.timeline": {
132-
"version": "1.2.18",
133-
"depth": 0,
134-
"source": "registry",
135-
"dependencies": {
136-
"com.unity.modules.director": "1.0.0",
137-
"com.unity.modules.animation": "1.0.0",
138-
"com.unity.modules.audio": "1.0.0",
139-
"com.unity.modules.particlesystem": "1.0.0"
140-
},
141-
"url": "https://packages.unity.com"
142-
},
143117
"com.unity.ugui": {
144118
"version": "1.0.0",
145119
"depth": 0,

0 commit comments

Comments
 (0)