Skip to content

Commit a66cd3b

Browse files
Feat: Profile Analyzer Package [Skip CI] (#711)
* Added Profile Analyzer package to Boss Room. This tool allows for easy, visual comparison of two profile captures. * Empty commit to skip CI tests
1 parent c7f099f commit a66cd3b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Packages/manifest.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"com.unity.memoryprofiler": "0.5.0-preview.1",
1212
"com.unity.multiplayer.tools": "1.0.0",
1313
"com.unity.netcode.gameobjects": "1.0.0",
14+
"com.unity.performance.profile-analyzer": "1.1.1",
1415
"com.unity.postprocessing": "3.2.1",
1516
"com.unity.render-pipelines.universal": "12.1.6",
1617
"com.unity.services.authentication": "2.1.1",
@@ -22,6 +23,7 @@
2223
"com.unity.toolchain.macos-x86_64-linux-x86_64": "1.0.0",
2324
"com.unity.ugui": "1.0.0",
2425
"com.veriorpies.parrelsync": "https://github.com/VeriorPies/ParrelSync.git?path=/ParrelSync#bb3d5067e49e403d8b8ba15c036d313b4dd2c696",
26+
"jp.hadashikick.vcontainer": "1.11.0",
2527
"com.unity.modules.ai": "1.0.0",
2628
"com.unity.modules.androidjni": "1.0.0",
2729
"com.unity.modules.animation": "1.0.0",
@@ -52,8 +54,7 @@
5254
"com.unity.modules.video": "1.0.0",
5355
"com.unity.modules.vr": "1.0.0",
5456
"com.unity.modules.wind": "1.0.0",
55-
"com.unity.modules.xr": "1.0.0",
56-
"jp.hadashikick.vcontainer": "1.11.0"
57+
"com.unity.modules.xr": "1.0.0"
5758
},
5859
"testables": [
5960
"com.unity.netcode.gameobjects"

Packages/packages-lock.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,13 @@
163163
"dependencies": {},
164164
"url": "https://packages.unity.com"
165165
},
166+
"com.unity.performance.profile-analyzer": {
167+
"version": "1.1.1",
168+
"depth": 0,
169+
"source": "registry",
170+
"dependencies": {},
171+
"url": "https://packages.unity.com"
172+
},
166173
"com.unity.postprocessing": {
167174
"version": "3.2.1",
168175
"depth": 0,

0 commit comments

Comments
 (0)