Skip to content

Commit 995169d

Browse files
committed
VisualStudio integration
1 parent 68bc573 commit 995169d

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed

.vsconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"version": "1.0",
3+
"components": [
4+
"Microsoft.VisualStudio.Workload.ManagedGame"
5+
]
6+
}

Packages/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"dependencies": {
33
"com.unity.editorcoroutines": "1.0.0",
4+
"com.unity.ide.visualstudio": "2.0.7",
45
"com.unity.inputsystem": "1.0.2",
56
"com.unity.terrain-tools": "3.0.2-preview.3",
67
"com.unity.ugui": "1.0.0",

Packages/packages-lock.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@
77
"dependencies": {},
88
"url": "https://packages.unity.com"
99
},
10+
"com.unity.ext.nunit": {
11+
"version": "1.0.5",
12+
"depth": 2,
13+
"source": "registry",
14+
"dependencies": {},
15+
"url": "https://packages.unity.com"
16+
},
17+
"com.unity.ide.visualstudio": {
18+
"version": "2.0.7",
19+
"depth": 0,
20+
"source": "registry",
21+
"dependencies": {
22+
"com.unity.test-framework": "1.1.9"
23+
},
24+
"url": "https://packages.unity.com"
25+
},
1026
"com.unity.inputsystem": {
1127
"version": "1.0.2",
1228
"depth": 0,
@@ -21,6 +37,17 @@
2137
"dependencies": {},
2238
"url": "https://packages.unity.com"
2339
},
40+
"com.unity.test-framework": {
41+
"version": "1.1.19",
42+
"depth": 1,
43+
"source": "registry",
44+
"dependencies": {
45+
"com.unity.ext.nunit": "1.0.5",
46+
"com.unity.modules.imgui": "1.0.0",
47+
"com.unity.modules.jsonserialize": "1.0.0"
48+
},
49+
"url": "https://packages.unity.com"
50+
},
2451
"com.unity.ugui": {
2552
"version": "1.0.0",
2653
"depth": 0,

0 commit comments

Comments
 (0)