Skip to content

Commit a78a71d

Browse files
chore: drop editor-only Rider and test framework packages
Neither ships into the player, so the APK is unaffected. Removing them just keeps the manifest focused on what the demo actually uses and trims a few hundred MB out of Library/PackageCache on cold CI runners. - com.unity.ide.rider: Rider IDE integration, editor-only. Anyone using Rider locally can add it back to their own copy or rely on Rider's own Unity Editor plugin. - com.unity.test-framework: no [Test] / [UnityTest] / TestRunner / nunit references anywhere in the repo; demo has zero PlayMode or EditMode tests and no asmdef references the package. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 2f455ff commit a78a71d

2 files changed

Lines changed: 1 addition & 281 deletions

File tree

examples/demo/Packages/manifest.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
"com.onesignal.unity.android": "file:../../../com.onesignal.unity.android",
44
"com.onesignal.unity.core": "file:../../../com.onesignal.unity.core",
55
"com.onesignal.unity.ios": "file:../../../com.onesignal.unity.ios",
6-
"com.unity.ide.rider": "3.0.39",
76
"com.unity.inputsystem": "1.19.0",
87
"com.unity.nuget.newtonsoft-json": "3.2.2",
9-
"com.unity.test-framework": "1.6.0",
108
"com.unity.modules.accessibility": "1.0.0",
119
"com.unity.modules.androidjni": "1.0.0",
1210
"com.unity.modules.jsonserialize": "1.0.0",

examples/demo/Packages/packages-lock.json

Lines changed: 1 addition & 279 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,6 @@
2222
"com.onesignal.unity.core": "5.2.8"
2323
}
2424
},
25-
"com.unity.ai.navigation": {
26-
"version": "2.0.12",
27-
"depth": 0,
28-
"source": "registry",
29-
"dependencies": {
30-
"com.unity.modules.ai": "1.0.0"
31-
},
32-
"url": "https://packages.unity.com"
33-
},
3425
"com.unity.asset-store-tools": {
3526
"version": "file:com.unity.asset-store-tools",
3627
"depth": 0,
@@ -39,21 +30,6 @@
3930
"com.unity.nuget.newtonsoft-json": "3.2.1"
4031
}
4132
},
42-
"com.unity.ext.nunit": {
43-
"version": "2.0.5",
44-
"depth": 1,
45-
"source": "builtin",
46-
"dependencies": {}
47-
},
48-
"com.unity.ide.rider": {
49-
"version": "3.0.39",
50-
"depth": 0,
51-
"source": "registry",
52-
"dependencies": {
53-
"com.unity.ext.nunit": "1.0.6"
54-
},
55-
"url": "https://packages.unity.com"
56-
},
5733
"com.unity.inputsystem": {
5834
"version": "1.19.0",
5935
"depth": 0,
@@ -63,128 +39,34 @@
6339
},
6440
"url": "https://packages.unity.com"
6541
},
66-
"com.unity.multiplayer.center": {
67-
"version": "1.0.1",
68-
"depth": 0,
69-
"source": "builtin",
70-
"dependencies": {
71-
"com.unity.modules.uielements": "1.0.0"
72-
}
73-
},
7442
"com.unity.nuget.newtonsoft-json": {
7543
"version": "3.2.2",
7644
"depth": 0,
7745
"source": "registry",
7846
"dependencies": {},
7947
"url": "https://packages.unity.com"
8048
},
81-
"com.unity.test-framework": {
82-
"version": "1.6.0",
83-
"depth": 0,
84-
"source": "builtin",
85-
"dependencies": {
86-
"com.unity.ext.nunit": "2.0.3",
87-
"com.unity.modules.imgui": "1.0.0",
88-
"com.unity.modules.jsonserialize": "1.0.0"
89-
}
90-
},
91-
"com.unity.timeline": {
92-
"version": "1.8.12",
93-
"depth": 0,
94-
"source": "registry",
95-
"dependencies": {
96-
"com.unity.modules.audio": "1.0.0",
97-
"com.unity.modules.director": "1.0.0",
98-
"com.unity.modules.animation": "1.0.0",
99-
"com.unity.modules.particlesystem": "1.0.0"
100-
},
101-
"url": "https://packages.unity.com"
102-
},
103-
"com.unity.ugui": {
104-
"version": "2.0.0",
105-
"depth": 0,
106-
"source": "builtin",
107-
"dependencies": {
108-
"com.unity.modules.ui": "1.0.0",
109-
"com.unity.modules.imgui": "1.0.0"
110-
}
111-
},
11249
"com.unity.modules.accessibility": {
11350
"version": "1.0.0",
11451
"depth": 0,
11552
"source": "builtin",
11653
"dependencies": {}
11754
},
118-
"com.unity.modules.adaptiveperformance": {
119-
"version": "1.0.0",
120-
"depth": 0,
121-
"source": "builtin",
122-
"dependencies": {
123-
"com.unity.modules.subsystems": "1.0.0"
124-
}
125-
},
126-
"com.unity.modules.ai": {
127-
"version": "1.0.0",
128-
"depth": 0,
129-
"source": "builtin",
130-
"dependencies": {}
131-
},
13255
"com.unity.modules.androidjni": {
13356
"version": "1.0.0",
13457
"depth": 0,
13558
"source": "builtin",
13659
"dependencies": {}
13760
},
138-
"com.unity.modules.animation": {
139-
"version": "1.0.0",
140-
"depth": 0,
141-
"source": "builtin",
142-
"dependencies": {}
143-
},
144-
"com.unity.modules.assetbundle": {
145-
"version": "1.0.0",
146-
"depth": 0,
147-
"source": "builtin",
148-
"dependencies": {}
149-
},
150-
"com.unity.modules.audio": {
151-
"version": "1.0.0",
152-
"depth": 0,
153-
"source": "builtin",
154-
"dependencies": {}
155-
},
156-
"com.unity.modules.cloth": {
157-
"version": "1.0.0",
158-
"depth": 0,
159-
"source": "builtin",
160-
"dependencies": {
161-
"com.unity.modules.physics": "1.0.0"
162-
}
163-
},
164-
"com.unity.modules.director": {
165-
"version": "1.0.0",
166-
"depth": 0,
167-
"source": "builtin",
168-
"dependencies": {
169-
"com.unity.modules.audio": "1.0.0",
170-
"com.unity.modules.animation": "1.0.0"
171-
}
172-
},
17361
"com.unity.modules.hierarchycore": {
17462
"version": "1.0.0",
17563
"depth": 1,
17664
"source": "builtin",
17765
"dependencies": {}
17866
},
179-
"com.unity.modules.imageconversion": {
180-
"version": "1.0.0",
181-
"depth": 0,
182-
"source": "builtin",
183-
"dependencies": {}
184-
},
18567
"com.unity.modules.imgui": {
18668
"version": "1.0.0",
187-
"depth": 0,
69+
"depth": 1,
18870
"source": "builtin",
18971
"dependencies": {}
19072
},
@@ -194,63 +76,12 @@
19476
"source": "builtin",
19577
"dependencies": {}
19678
},
197-
"com.unity.modules.particlesystem": {
198-
"version": "1.0.0",
199-
"depth": 0,
200-
"source": "builtin",
201-
"dependencies": {}
202-
},
20379
"com.unity.modules.physics": {
204-
"version": "1.0.0",
205-
"depth": 0,
206-
"source": "builtin",
207-
"dependencies": {}
208-
},
209-
"com.unity.modules.physics2d": {
210-
"version": "1.0.0",
211-
"depth": 0,
212-
"source": "builtin",
213-
"dependencies": {}
214-
},
215-
"com.unity.modules.screencapture": {
216-
"version": "1.0.0",
217-
"depth": 0,
218-
"source": "builtin",
219-
"dependencies": {
220-
"com.unity.modules.imageconversion": "1.0.0"
221-
}
222-
},
223-
"com.unity.modules.subsystems": {
22480
"version": "1.0.0",
22581
"depth": 1,
22682
"source": "builtin",
227-
"dependencies": {
228-
"com.unity.modules.jsonserialize": "1.0.0"
229-
}
230-
},
231-
"com.unity.modules.terrain": {
232-
"version": "1.0.0",
233-
"depth": 0,
234-
"source": "builtin",
23583
"dependencies": {}
23684
},
237-
"com.unity.modules.terrainphysics": {
238-
"version": "1.0.0",
239-
"depth": 0,
240-
"source": "builtin",
241-
"dependencies": {
242-
"com.unity.modules.physics": "1.0.0",
243-
"com.unity.modules.terrain": "1.0.0"
244-
}
245-
},
246-
"com.unity.modules.tilemap": {
247-
"version": "1.0.0",
248-
"depth": 0,
249-
"source": "builtin",
250-
"dependencies": {
251-
"com.unity.modules.physics2d": "1.0.0"
252-
}
253-
},
25485
"com.unity.modules.ui": {
25586
"version": "1.0.0",
25687
"depth": 0,
@@ -269,120 +100,11 @@
269100
"com.unity.modules.physics": "1.0.0"
270101
}
271102
},
272-
"com.unity.modules.umbra": {
273-
"version": "1.0.0",
274-
"depth": 0,
275-
"source": "builtin",
276-
"dependencies": {}
277-
},
278-
"com.unity.modules.unityanalytics": {
279-
"version": "1.0.0",
280-
"depth": 0,
281-
"source": "builtin",
282-
"dependencies": {
283-
"com.unity.modules.unitywebrequest": "1.0.0",
284-
"com.unity.modules.jsonserialize": "1.0.0"
285-
}
286-
},
287103
"com.unity.modules.unitywebrequest": {
288104
"version": "1.0.0",
289105
"depth": 0,
290106
"source": "builtin",
291107
"dependencies": {}
292-
},
293-
"com.unity.modules.unitywebrequestassetbundle": {
294-
"version": "1.0.0",
295-
"depth": 0,
296-
"source": "builtin",
297-
"dependencies": {
298-
"com.unity.modules.assetbundle": "1.0.0",
299-
"com.unity.modules.unitywebrequest": "1.0.0"
300-
}
301-
},
302-
"com.unity.modules.unitywebrequestaudio": {
303-
"version": "1.0.0",
304-
"depth": 0,
305-
"source": "builtin",
306-
"dependencies": {
307-
"com.unity.modules.unitywebrequest": "1.0.0",
308-
"com.unity.modules.audio": "1.0.0"
309-
}
310-
},
311-
"com.unity.modules.unitywebrequesttexture": {
312-
"version": "1.0.0",
313-
"depth": 0,
314-
"source": "builtin",
315-
"dependencies": {
316-
"com.unity.modules.unitywebrequest": "1.0.0",
317-
"com.unity.modules.imageconversion": "1.0.0"
318-
}
319-
},
320-
"com.unity.modules.unitywebrequestwww": {
321-
"version": "1.0.0",
322-
"depth": 0,
323-
"source": "builtin",
324-
"dependencies": {
325-
"com.unity.modules.unitywebrequest": "1.0.0",
326-
"com.unity.modules.unitywebrequestassetbundle": "1.0.0",
327-
"com.unity.modules.unitywebrequestaudio": "1.0.0",
328-
"com.unity.modules.audio": "1.0.0",
329-
"com.unity.modules.assetbundle": "1.0.0",
330-
"com.unity.modules.imageconversion": "1.0.0"
331-
}
332-
},
333-
"com.unity.modules.vectorgraphics": {
334-
"version": "1.0.0",
335-
"depth": 0,
336-
"source": "builtin",
337-
"dependencies": {
338-
"com.unity.modules.uielements": "1.0.0",
339-
"com.unity.modules.imageconversion": "1.0.0",
340-
"com.unity.modules.imgui": "1.0.0"
341-
}
342-
},
343-
"com.unity.modules.vehicles": {
344-
"version": "1.0.0",
345-
"depth": 0,
346-
"source": "builtin",
347-
"dependencies": {
348-
"com.unity.modules.physics": "1.0.0"
349-
}
350-
},
351-
"com.unity.modules.video": {
352-
"version": "1.0.0",
353-
"depth": 0,
354-
"source": "builtin",
355-
"dependencies": {
356-
"com.unity.modules.audio": "1.0.0",
357-
"com.unity.modules.ui": "1.0.0",
358-
"com.unity.modules.unitywebrequest": "1.0.0"
359-
}
360-
},
361-
"com.unity.modules.vr": {
362-
"version": "1.0.0",
363-
"depth": 0,
364-
"source": "builtin",
365-
"dependencies": {
366-
"com.unity.modules.jsonserialize": "1.0.0",
367-
"com.unity.modules.physics": "1.0.0",
368-
"com.unity.modules.xr": "1.0.0"
369-
}
370-
},
371-
"com.unity.modules.wind": {
372-
"version": "1.0.0",
373-
"depth": 0,
374-
"source": "builtin",
375-
"dependencies": {}
376-
},
377-
"com.unity.modules.xr": {
378-
"version": "1.0.0",
379-
"depth": 0,
380-
"source": "builtin",
381-
"dependencies": {
382-
"com.unity.modules.physics": "1.0.0",
383-
"com.unity.modules.jsonserialize": "1.0.0",
384-
"com.unity.modules.subsystems": "1.0.0"
385-
}
386108
}
387109
}
388110
}

0 commit comments

Comments
 (0)