Skip to content

Commit 19712a1

Browse files
committed
fix: missing com.unity.test-framework.performance
1 parent b8bcef8 commit 19712a1

3 files changed

Lines changed: 17 additions & 1 deletion

File tree

src/MemoryPack.Unity/Packages/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"com.unity.ide.visualstudio": "2.0.22",
99
"com.unity.ide.vscode": "1.2.5",
1010
"com.unity.test-framework": "1.1.33",
11+
"com.unity.test-framework.performance": "2.8.1-preview",
1112
"com.unity.textmeshpro": "3.0.6",
1213
"com.unity.timeline": "1.7.6",
1314
"com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.9",

src/MemoryPack.Unity/Packages/packages-lock.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,16 @@
8686
},
8787
"url": "https://packages.unity.com"
8888
},
89+
"com.unity.test-framework.performance": {
90+
"version": "2.8.1-preview",
91+
"depth": 0,
92+
"source": "registry",
93+
"dependencies": {
94+
"com.unity.test-framework": "1.1.0",
95+
"com.unity.modules.jsonserialize": "1.0.0"
96+
},
97+
"url": "https://packages.unity.com"
98+
},
8999
"com.unity.textmeshpro": {
90100
"version": "3.0.6",
91101
"depth": 0,

src/MemoryPack.Unity/ProjectSettings/ProjectSettings.asset

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ PlayerSettings:
7676
androidMinimumWindowWidth: 400
7777
androidMinimumWindowHeight: 300
7878
androidFullscreenMode: 1
79+
androidAutoRotationBehavior: 1
7980
defaultIsNativeResolution: 1
8081
macRetinaSupport: 1
8182
runInBackground: 1
@@ -136,6 +137,8 @@ PlayerSettings:
136137
vulkanEnableLateAcquireNextImage: 0
137138
vulkanEnableCommandBufferRecycling: 1
138139
loadStoreDebugModeEnabled: 0
140+
visionOSBundleVersion: 1.0
141+
tvOSBundleVersion: 1.0
139142
bundleVersion: 1.0
140143
preloadedAssets: []
141144
metroInputSource: 0
@@ -230,6 +233,7 @@ PlayerSettings:
230233
iOSMetalForceHardShadows: 0
231234
metalEditorSupport: 1
232235
metalAPIValidation: 1
236+
metalCompileShaderBinary: 0
233237
iOSRenderExtraFrameOnPause: 0
234238
iosCopyPluginsCodeInsteadOfSymlink: 0
235239
appleDeveloperTeamID:
@@ -600,7 +604,7 @@ PlayerSettings:
600604
-
601605
platformArchitecture: {}
602606
scriptingBackend:
603-
Standalone: 1
607+
Standalone: 0
604608
il2cppCompilerConfiguration: {}
605609
il2cppCodeGeneration:
606610
Standalone: 0
@@ -652,6 +656,7 @@ PlayerSettings:
652656
metroTileBackgroundColor: {r: 0.13333334, g: 0.17254902, b: 0.21568628, a: 0}
653657
metroSplashScreenBackgroundColor: {r: 0.12941177, g: 0.17254902, b: 0.21568628, a: 1}
654658
metroSplashScreenUseBackgroundColor: 0
659+
syncCapabilities: 0
655660
platformCapabilities: {}
656661
metroTargetDeviceFamilies: {}
657662
metroFTAName:

0 commit comments

Comments
 (0)