Skip to content

Commit 1f339ae

Browse files
committed
Upgrade to new visual studio package
1 parent ab3d2de commit 1f339ae

File tree

5 files changed

+85
-98
lines changed

5 files changed

+85
-98
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: 54 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,55 @@
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+
"**/.gitmodules": true,
6+
"**/*.booproj": true,
7+
"**/*.pidb": true,
8+
"**/*.suo": true,
9+
"**/*.user": true,
10+
"**/*.userprefs": true,
11+
"**/*.unityproj": true,
12+
"**/*.dll": true,
13+
"**/*.exe": true,
14+
"**/*.pdf": true,
15+
"**/*.mid": true,
16+
"**/*.midi": true,
17+
"**/*.wav": true,
18+
"**/*.gif": true,
19+
"**/*.ico": true,
20+
"**/*.jpg": true,
21+
"**/*.jpeg": true,
22+
"**/*.png": true,
23+
"**/*.psd": true,
24+
"**/*.tga": true,
25+
"**/*.tif": true,
26+
"**/*.tiff": true,
27+
"**/*.3ds": true,
28+
"**/*.3DS": true,
29+
"**/*.fbx": true,
30+
"**/*.FBX": true,
31+
"**/*.lxo": true,
32+
"**/*.LXO": true,
33+
"**/*.ma": true,
34+
"**/*.MA": true,
35+
"**/*.obj": true,
36+
"**/*.OBJ": true,
37+
"**/*.asset": true,
38+
"**/*.cubemap": true,
39+
"**/*.flare": true,
40+
"**/*.mat": true,
41+
"**/*.meta": true,
42+
"**/*.prefab": true,
43+
"**/*.unity": true,
44+
"build/": true,
45+
"Build/": true,
46+
"Library/": true,
47+
"library/": true,
48+
"obj/": true,
49+
"Obj/": true,
50+
"ProjectSettings/": true,
51+
"temp/": true,
52+
"Temp/": true
53+
},
54+
"dotnet.defaultSolution": "Flappy Bird.sln"
55+
}

Packages/manifest.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
{
22
"dependencies": {
3-
"com.unity.2d.animation": "3.2.14",
3+
"com.unity.2d.animation": "3.2.18",
44
"com.unity.2d.pixel-perfect": "2.1.0",
5-
"com.unity.2d.psdimporter": "2.1.10",
5+
"com.unity.2d.psdimporter": "2.1.11",
66
"com.unity.2d.sprite": "1.0.0",
7-
"com.unity.2d.spriteshape": "3.0.17",
7+
"com.unity.2d.spriteshape": "3.0.18",
88
"com.unity.2d.tilemap": "1.0.0",
9-
"com.unity.ide.rider": "1.2.1",
10-
"com.unity.ide.visualstudio": "2.0.12",
11-
"com.unity.ide.vscode": "1.2.4",
12-
"com.unity.test-framework": "1.1.29",
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

Lines changed: 11 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"dependencies": {
33
"com.unity.2d.animation": {
4-
"version": "3.2.14",
4+
"version": "3.2.18",
55
"depth": 0,
66
"source": "registry",
77
"dependencies": {
8-
"com.unity.2d.common": "2.1.0",
8+
"com.unity.2d.common": "2.1.2",
99
"com.unity.mathematics": "1.1.0",
1010
"com.unity.2d.sprite": "1.0.0",
1111
"com.unity.modules.animation": "1.0.0",
@@ -14,7 +14,7 @@
1414
"url": "https://packages.unity.com"
1515
},
1616
"com.unity.2d.common": {
17-
"version": "2.1.0",
17+
"version": "2.1.2",
1818
"depth": 1,
1919
"source": "registry",
2020
"dependencies": {
@@ -38,12 +38,12 @@
3838
"url": "https://packages.unity.com"
3939
},
4040
"com.unity.2d.psdimporter": {
41-
"version": "2.1.10",
41+
"version": "2.1.11",
4242
"depth": 0,
4343
"source": "registry",
4444
"dependencies": {
45-
"com.unity.2d.common": "2.1.0",
46-
"com.unity.2d.animation": "3.2.14",
45+
"com.unity.2d.common": "2.1.2",
46+
"com.unity.2d.animation": "3.2.17",
4747
"com.unity.2d.sprite": "1.0.0"
4848
},
4949
"url": "https://packages.unity.com"
@@ -55,7 +55,7 @@
5555
"dependencies": {}
5656
},
5757
"com.unity.2d.spriteshape": {
58-
"version": "3.0.17",
58+
"version": "3.0.18",
5959
"depth": 0,
6060
"source": "registry",
6161
"dependencies": {
@@ -78,40 +78,24 @@
7878
"dependencies": {},
7979
"url": "https://packages.unity.com"
8080
},
81-
"com.unity.ide.rider": {
82-
"version": "1.2.1",
83-
"depth": 0,
84-
"source": "registry",
85-
"dependencies": {
86-
"com.unity.test-framework": "1.1.1"
87-
},
88-
"url": "https://packages.unity.com"
89-
},
9081
"com.unity.ide.visualstudio": {
91-
"version": "2.0.12",
82+
"version": "2.0.22",
9283
"depth": 0,
9384
"source": "registry",
9485
"dependencies": {
9586
"com.unity.test-framework": "1.1.9"
9687
},
9788
"url": "https://packages.unity.com"
9889
},
99-
"com.unity.ide.vscode": {
100-
"version": "1.2.4",
101-
"depth": 0,
102-
"source": "registry",
103-
"dependencies": {},
104-
"url": "https://packages.unity.com"
105-
},
10690
"com.unity.mathematics": {
107-
"version": "1.1.0",
108-
"depth": 1,
91+
"version": "1.2.6",
92+
"depth": 0,
10993
"source": "registry",
11094
"dependencies": {},
11195
"url": "https://packages.unity.com"
11296
},
11397
"com.unity.test-framework": {
114-
"version": "1.1.29",
98+
"version": "1.1.33",
11599
"depth": 0,
116100
"source": "registry",
117101
"dependencies": {
@@ -130,18 +114,6 @@
130114
},
131115
"url": "https://packages.unity.com"
132116
},
133-
"com.unity.timeline": {
134-
"version": "1.2.18",
135-
"depth": 0,
136-
"source": "registry",
137-
"dependencies": {
138-
"com.unity.modules.director": "1.0.0",
139-
"com.unity.modules.animation": "1.0.0",
140-
"com.unity.modules.audio": "1.0.0",
141-
"com.unity.modules.particlesystem": "1.0.0"
142-
},
143-
"url": "https://packages.unity.com"
144-
},
145117
"com.unity.ugui": {
146118
"version": "1.0.0",
147119
"depth": 0,

0 commit comments

Comments
 (0)