Skip to content

Commit aedcc39

Browse files
committed
Remove unused Unity modules from manifest and package-lock files
1 parent beac02e commit aedcc39

File tree

2 files changed

+1
-106
lines changed

2 files changed

+1
-106
lines changed

Packages/manifest.json

+1-13
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,10 @@
55
"com.unity.test-framework": "1.4.5",
66
"com.unity.textmeshpro": "3.0.6",
77
"com.unity.ugui": "1.0.0",
8-
"com.unity.modules.androidjni": "1.0.0",
9-
"com.unity.modules.animation": "1.0.0",
10-
"com.unity.modules.assetbundle": "1.0.0",
11-
"com.unity.modules.audio": "1.0.0",
12-
"com.unity.modules.imageconversion": "1.0.0",
138
"com.unity.modules.imgui": "1.0.0",
149
"com.unity.modules.jsonserialize": "1.0.0",
15-
"com.unity.modules.screencapture": "1.0.0",
1610
"com.unity.modules.ui": "1.0.0",
17-
"com.unity.modules.uielements": "1.0.0",
18-
"com.unity.modules.unityanalytics": "1.0.0",
19-
"com.unity.modules.unitywebrequest": "1.0.0",
20-
"com.unity.modules.unitywebrequestassetbundle": "1.0.0",
21-
"com.unity.modules.unitywebrequestaudio": "1.0.0",
22-
"com.unity.modules.unitywebrequesttexture": "1.0.0",
23-
"com.unity.modules.unitywebrequestwww": "1.0.0"
11+
"com.unity.modules.uielements": "1.0.0"
2412
},
2513
"scopedRegistries": [
2614
{

Packages/packages-lock.json

-93
Original file line numberDiff line numberDiff line change
@@ -51,36 +51,6 @@
5151
"com.unity.modules.imgui": "1.0.0"
5252
}
5353
},
54-
"com.unity.modules.androidjni": {
55-
"version": "1.0.0",
56-
"depth": 0,
57-
"source": "builtin",
58-
"dependencies": {}
59-
},
60-
"com.unity.modules.animation": {
61-
"version": "1.0.0",
62-
"depth": 0,
63-
"source": "builtin",
64-
"dependencies": {}
65-
},
66-
"com.unity.modules.assetbundle": {
67-
"version": "1.0.0",
68-
"depth": 0,
69-
"source": "builtin",
70-
"dependencies": {}
71-
},
72-
"com.unity.modules.audio": {
73-
"version": "1.0.0",
74-
"depth": 0,
75-
"source": "builtin",
76-
"dependencies": {}
77-
},
78-
"com.unity.modules.imageconversion": {
79-
"version": "1.0.0",
80-
"depth": 0,
81-
"source": "builtin",
82-
"dependencies": {}
83-
},
8454
"com.unity.modules.imgui": {
8555
"version": "1.0.0",
8656
"depth": 0,
@@ -93,14 +63,6 @@
9363
"source": "builtin",
9464
"dependencies": {}
9565
},
96-
"com.unity.modules.screencapture": {
97-
"version": "1.0.0",
98-
"depth": 0,
99-
"source": "builtin",
100-
"dependencies": {
101-
"com.unity.modules.imageconversion": "1.0.0"
102-
}
103-
},
10466
"com.unity.modules.ui": {
10567
"version": "1.0.0",
10668
"depth": 0,
@@ -116,61 +78,6 @@
11678
"com.unity.modules.imgui": "1.0.0",
11779
"com.unity.modules.jsonserialize": "1.0.0"
11880
}
119-
},
120-
"com.unity.modules.unityanalytics": {
121-
"version": "1.0.0",
122-
"depth": 0,
123-
"source": "builtin",
124-
"dependencies": {
125-
"com.unity.modules.unitywebrequest": "1.0.0",
126-
"com.unity.modules.jsonserialize": "1.0.0"
127-
}
128-
},
129-
"com.unity.modules.unitywebrequest": {
130-
"version": "1.0.0",
131-
"depth": 0,
132-
"source": "builtin",
133-
"dependencies": {}
134-
},
135-
"com.unity.modules.unitywebrequestassetbundle": {
136-
"version": "1.0.0",
137-
"depth": 0,
138-
"source": "builtin",
139-
"dependencies": {
140-
"com.unity.modules.assetbundle": "1.0.0",
141-
"com.unity.modules.unitywebrequest": "1.0.0"
142-
}
143-
},
144-
"com.unity.modules.unitywebrequestaudio": {
145-
"version": "1.0.0",
146-
"depth": 0,
147-
"source": "builtin",
148-
"dependencies": {
149-
"com.unity.modules.unitywebrequest": "1.0.0",
150-
"com.unity.modules.audio": "1.0.0"
151-
}
152-
},
153-
"com.unity.modules.unitywebrequesttexture": {
154-
"version": "1.0.0",
155-
"depth": 0,
156-
"source": "builtin",
157-
"dependencies": {
158-
"com.unity.modules.unitywebrequest": "1.0.0",
159-
"com.unity.modules.imageconversion": "1.0.0"
160-
}
161-
},
162-
"com.unity.modules.unitywebrequestwww": {
163-
"version": "1.0.0",
164-
"depth": 0,
165-
"source": "builtin",
166-
"dependencies": {
167-
"com.unity.modules.unitywebrequest": "1.0.0",
168-
"com.unity.modules.unitywebrequestassetbundle": "1.0.0",
169-
"com.unity.modules.unitywebrequestaudio": "1.0.0",
170-
"com.unity.modules.audio": "1.0.0",
171-
"com.unity.modules.assetbundle": "1.0.0",
172-
"com.unity.modules.imageconversion": "1.0.0"
173-
}
17481
}
17582
}
17683
}

0 commit comments

Comments
 (0)