Skip to content

Commit 36cfc17

Browse files
committed
build: remove unused 2d dependencies
1 parent ba8976d commit 36cfc17

File tree

2 files changed

+0
-75
lines changed

2 files changed

+0
-75
lines changed

Packages/manifest.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
{
22
"dependencies": {
3-
"com.unity.2d.animation": "10.2.1",
4-
"com.unity.2d.pixel-perfect": "5.0.3",
5-
"com.unity.2d.psdimporter": "9.1.0",
6-
"com.unity.2d.sprite": "1.0.0",
7-
"com.unity.2d.spriteshape": "10.0.7",
8-
"com.unity.2d.tilemap": "1.0.0",
93
"com.unity.ai.navigation": "2.0.9",
104
"com.unity.collab-proxy": "2.9.3",
115
"com.unity.ide.rider": "3.0.38",

Packages/packages-lock.json

Lines changed: 0 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -9,75 +9,6 @@
99
"com.unity.test-framework": "1.0.0"
1010
}
1111
},
12-
"com.unity.2d.animation": {
13-
"version": "10.2.1",
14-
"depth": 0,
15-
"source": "registry",
16-
"dependencies": {
17-
"com.unity.2d.common": "9.1.1",
18-
"com.unity.2d.sprite": "1.0.0",
19-
"com.unity.collections": "1.2.4",
20-
"com.unity.modules.animation": "1.0.0",
21-
"com.unity.modules.uielements": "1.0.0"
22-
},
23-
"url": "https://packages.unity.com"
24-
},
25-
"com.unity.2d.common": {
26-
"version": "9.1.1",
27-
"depth": 1,
28-
"source": "registry",
29-
"dependencies": {
30-
"com.unity.burst": "1.8.4",
31-
"com.unity.2d.sprite": "1.0.0",
32-
"com.unity.mathematics": "1.1.0",
33-
"com.unity.modules.animation": "1.0.0",
34-
"com.unity.modules.uielements": "1.0.0"
35-
},
36-
"url": "https://packages.unity.com"
37-
},
38-
"com.unity.2d.pixel-perfect": {
39-
"version": "5.0.3",
40-
"depth": 0,
41-
"source": "registry",
42-
"dependencies": {},
43-
"url": "https://packages.unity.com"
44-
},
45-
"com.unity.2d.psdimporter": {
46-
"version": "9.1.0",
47-
"depth": 0,
48-
"source": "registry",
49-
"dependencies": {
50-
"com.unity.2d.common": "9.1.1",
51-
"com.unity.2d.sprite": "1.0.0"
52-
},
53-
"url": "https://packages.unity.com"
54-
},
55-
"com.unity.2d.sprite": {
56-
"version": "1.0.0",
57-
"depth": 0,
58-
"source": "builtin",
59-
"dependencies": {}
60-
},
61-
"com.unity.2d.spriteshape": {
62-
"version": "10.0.7",
63-
"depth": 0,
64-
"source": "registry",
65-
"dependencies": {
66-
"com.unity.2d.common": "9.0.7",
67-
"com.unity.mathematics": "1.1.0",
68-
"com.unity.modules.physics2d": "1.0.0"
69-
},
70-
"url": "https://packages.unity.com"
71-
},
72-
"com.unity.2d.tilemap": {
73-
"version": "1.0.0",
74-
"depth": 0,
75-
"source": "builtin",
76-
"dependencies": {
77-
"com.unity.modules.tilemap": "1.0.0",
78-
"com.unity.modules.uielements": "1.0.0"
79-
}
80-
},
8112
"com.unity.ai.navigation": {
8213
"version": "2.0.9",
8314
"depth": 0,

0 commit comments

Comments
 (0)