Skip to content

Commit a118edd

Browse files
committed
fix: readd memory profiler and remove additional packages from manifest
1 parent 2b82f8d commit a118edd

File tree

2 files changed

+15
-30
lines changed

2 files changed

+15
-30
lines changed

Packages/manifest.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"com.unity.inputsystem": "1.14.0",
99
"com.unity.learn.iet-framework": "4.0.4",
1010
"com.unity.learn.iet-framework.authoring": "1.2.2",
11+
"com.unity.memoryprofiler": "1.1.6",
1112
"com.unity.multiplayer.center": "1.0.0",
1213
"com.unity.multiplayer.playmode": "1.5.0",
1314
"com.unity.multiplayer.tools": "2.2.4",
@@ -28,7 +29,6 @@
2829
"com.unity.modules.animation": "1.0.0",
2930
"com.unity.modules.assetbundle": "1.0.0",
3031
"com.unity.modules.audio": "1.0.0",
31-
"com.unity.modules.cloth": "1.0.0",
3232
"com.unity.modules.director": "1.0.0",
3333
"com.unity.modules.imageconversion": "1.0.0",
3434
"com.unity.modules.imgui": "1.0.0",
@@ -37,9 +37,6 @@
3737
"com.unity.modules.physics": "1.0.0",
3838
"com.unity.modules.physics2d": "1.0.0",
3939
"com.unity.modules.screencapture": "1.0.0",
40-
"com.unity.modules.terrain": "1.0.0",
41-
"com.unity.modules.terrainphysics": "1.0.0",
42-
"com.unity.modules.tilemap": "1.0.0",
4340
"com.unity.modules.ui": "1.0.0",
4441
"com.unity.modules.uielements": "1.0.0",
4542
"com.unity.modules.umbra": "1.0.0",

Packages/packages-lock.json

Lines changed: 14 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,19 @@
114114
"dependencies": {},
115115
"url": "https://packages.unity.com"
116116
},
117+
"com.unity.memoryprofiler": {
118+
"version": "1.1.6",
119+
"depth": 0,
120+
"source": "registry",
121+
"dependencies": {
122+
"com.unity.burst": "1.8.0",
123+
"com.unity.collections": "1.2.3",
124+
"com.unity.mathematics": "1.2.1",
125+
"com.unity.profiling.core": "1.0.0",
126+
"com.unity.editorcoroutines": "1.0.0"
127+
},
128+
"url": "https://packages.unity.com"
129+
},
117130
"com.unity.multiplayer.center": {
118131
"version": "1.0.0",
119132
"depth": 0,
@@ -470,14 +483,6 @@
470483
"source": "builtin",
471484
"dependencies": {}
472485
},
473-
"com.unity.modules.cloth": {
474-
"version": "1.0.0",
475-
"depth": 0,
476-
"source": "builtin",
477-
"dependencies": {
478-
"com.unity.modules.physics": "1.0.0"
479-
}
480-
},
481486
"com.unity.modules.director": {
482487
"version": "1.0.0",
483488
"depth": 0,
@@ -547,27 +552,10 @@
547552
},
548553
"com.unity.modules.terrain": {
549554
"version": "1.0.0",
550-
"depth": 0,
555+
"depth": 2,
551556
"source": "builtin",
552557
"dependencies": {}
553558
},
554-
"com.unity.modules.terrainphysics": {
555-
"version": "1.0.0",
556-
"depth": 0,
557-
"source": "builtin",
558-
"dependencies": {
559-
"com.unity.modules.physics": "1.0.0",
560-
"com.unity.modules.terrain": "1.0.0"
561-
}
562-
},
563-
"com.unity.modules.tilemap": {
564-
"version": "1.0.0",
565-
"depth": 0,
566-
"source": "builtin",
567-
"dependencies": {
568-
"com.unity.modules.physics2d": "1.0.0"
569-
}
570-
},
571559
"com.unity.modules.ui": {
572560
"version": "1.0.0",
573561
"depth": 0,

0 commit comments

Comments
 (0)