Skip to content

Commit

Permalink
1.10.1 Update (#180)
Browse files Browse the repository at this point in the history
* 1.10.1 bump
  • Loading branch information
marlenaklein-msft authored Apr 17, 2024
1 parent 68a57a4 commit 0b32167
Show file tree
Hide file tree
Showing 12 changed files with 64 additions and 49 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ MonoBehaviour:
- {fileID: 8285308273667768336}
m_renderMode: 1
m_depthSubmissionMode: 0
m_optimizeBufferDiscards: 0
m_symmetricProjection: 0
--- !u!114 &-6804906655704171061
MonoBehaviour:
Expand Down Expand Up @@ -287,6 +288,7 @@ MonoBehaviour:
forceRemoveInternetPermission: 1
symmetricProjection: 0
systemSplashScreen: {fileID: 0}
optimizeBufferDiscards: 1
lateLatchingMode: 0
lateLatchingDebug: 0
--- !u!114 &-6631738441101422452
Expand Down Expand Up @@ -544,6 +546,7 @@ MonoBehaviour:
- {fileID: 3159989109347170179}
m_renderMode: 1
m_depthSubmissionMode: 1
m_optimizeBufferDiscards: 0
m_symmetricProjection: 0
--- !u!114 &-1863264517852689691
MonoBehaviour:
Expand Down Expand Up @@ -960,6 +963,7 @@ MonoBehaviour:
- {fileID: -6631738441101422452}
m_renderMode: 1
m_depthSubmissionMode: 0
m_optimizeBufferDiscards: 0
m_symmetricProjection: 0
--- !u!114 &3004377197438603822
MonoBehaviour:
Expand Down
12 changes: 6 additions & 6 deletions AzureSpatialAnchorsSample/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
"dependencies": {
"com.microsoft.azure.spatial-anchors-sdk.core": "2.13.0",
"com.microsoft.azure.spatial-anchors-sdk.windows": "2.13.0",
"com.microsoft.mixedreality.openxr": "1.10.0",
"com.microsoft.mixedreality.openxr": "1.10.1",
"com.microsoft.mixedreality.openxr.samplescenarios": "file:../../SampleScenarios",
"com.microsoft.mixedreality.openxr.sampleshared": "file:../../SampleShared",
"com.microsoft.mixedreality.toolkit.foundation": "2.8.3",
"com.microsoft.mixedreality.toolkit.standardassets": "2.8.3",
"com.microsoft.mrtk.graphicstools.unity": "https://github.com/microsoft/MixedReality-GraphicsTools-Unity.git?path=/com.microsoft.mrtk.graphicstools.unity#v0.5.0",
"com.unity.ide.rider": "3.0.24",
"com.unity.ide.visualstudio": "2.0.18",
"com.unity.ide.rider": "3.0.28",
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.ide.vscode": "1.2.5",
"com.unity.textmeshpro": "3.0.6",
"com.unity.timeline": "1.6.5",
"com.unity.ugui": "1.0.0",
"com.unity.xr.arfoundation": "4.2.9",
"com.unity.xr.management": "4.3.3",
"com.unity.xr.openxr": "1.9.1",
"com.unity.xr.arfoundation": "4.2.10",
"com.unity.xr.management": "4.4.0",
"com.unity.xr.openxr": "1.10.0",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",
Expand Down
18 changes: 9 additions & 9 deletions AzureSpatialAnchorsSample/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"url": "https://pkgs.dev.azure.com/aipmr/MixedReality-Unity-Packages/_packaging/Unity-packages/npm/registry"
},
"com.microsoft.mixedreality.openxr": {
"version": "1.10.0",
"version": "1.10.1",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down Expand Up @@ -84,7 +84,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.rider": {
"version": "3.0.24",
"version": "3.0.28",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -93,7 +93,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.visualstudio": {
"version": "2.0.18",
"version": "2.0.22",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down Expand Up @@ -168,18 +168,18 @@
}
},
"com.unity.xr.arfoundation": {
"version": "4.2.9",
"version": "4.2.10",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.xr.arsubsystems": "4.2.9",
"com.unity.xr.arsubsystems": "4.2.10",
"com.unity.xr.management": "4.0.1",
"com.unity.modules.particlesystem": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.xr.arsubsystems": {
"version": "4.2.9",
"version": "4.2.10",
"depth": 1,
"source": "registry",
"dependencies": {
Expand All @@ -189,7 +189,7 @@
"url": "https://packages.unity.com"
},
"com.unity.xr.core-utils": {
"version": "2.2.3",
"version": "2.3.0",
"depth": 1,
"source": "registry",
"dependencies": {
Expand All @@ -209,7 +209,7 @@
},
"com.unity.xr.management": {
"version": "4.4.0",
"depth": 1,
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.modules.subsystems": "1.0.0",
Expand All @@ -220,7 +220,7 @@
"url": "https://packages.unity.com"
},
"com.unity.xr.openxr": {
"version": "1.9.1",
"version": "1.10.0",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ PlayerSettings:
defaultScreenHeightWeb: 600
m_StereoRenderingPath: 2
m_ActiveColorSpace: 1
unsupportedMSAAFallback: 0
m_MTRendering: 1
mipStripping: 0
numberOfMipsStripped: 0
Expand All @@ -74,6 +75,7 @@ PlayerSettings:
androidMinimumWindowWidth: 400
androidMinimumWindowHeight: 300
androidFullscreenMode: 1
androidAutoRotationBehavior: 1
defaultIsNativeResolution: 1
macRetinaSupport: 1
runInBackground: 0
Expand Down Expand Up @@ -121,6 +123,7 @@ PlayerSettings:
switchNVNOtherPoolsGranularity: 16777216
switchNVNMaxPublicTextureIDCount: 0
switchNVNMaxPublicSamplerIDCount: 0
switchMaxWorkerMultiple: 8
stadiaPresentMode: 0
stadiaTargetFramerate: 0
vulkanNumSwapchainBuffers: 3
Expand Down Expand Up @@ -473,7 +476,7 @@ PlayerSettings:
switchSocketConcurrencyLimit: 14
switchScreenResolutionBehavior: 2
switchUseCPUProfiler: 0
switchUseGOLDLinker: 0
switchEnableFileSystemTrace: 0
switchLTOSetting: 0
switchApplicationID: 0x01004b9000490000
switchNSODependencies:
Expand Down Expand Up @@ -602,7 +605,6 @@ PlayerSettings:
switchSocketBufferEfficiency: 4
switchSocketInitializeEnabled: 1
switchNetworkInterfaceManagerInitializeEnabled: 1
switchPlayerConnectionEnabled: 1
switchUseNewStyleFilepaths: 0
switchUseLegacyFmodPriorities: 1
switchUseMicroSleepForYield: 1
Expand Down Expand Up @@ -762,6 +764,7 @@ PlayerSettings:
metroTileBackgroundColor: {r: 0.13333334, g: 0.17254902, b: 0.21568628, a: 0}
metroSplashScreenBackgroundColor: {r: 0.12941177, g: 0.17254902, b: 0.21568628, a: 1}
metroSplashScreenUseBackgroundColor: 0
syncCapabilities: 1
platformCapabilities:
WindowsStoreApps:
GazeInput: False
Expand Down
4 changes: 2 additions & 2 deletions AzureSpatialAnchorsSample/ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2021.3.30f1
m_EditorVersionWithRevision: 2021.3.30f1 (b4360d7cdac4)
m_EditorVersion: 2021.3.37f1
m_EditorVersionWithRevision: 2021.3.37f1 (3b6005ad5ad6)
24 changes: 14 additions & 10 deletions BasicSample/Assets/XR/Settings/OpenXR Package Settings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
m_enabled: 1
nameUi: Mixed Reality Features
version: 1.9.0
version: 1.10.0
featureIdInternal: com.microsoft.openxr.feature.hololens
openxrExtensionStrings: XR_MSFT_holographic_window_attachment XR_KHR_win32_convert_performance_counter_time
XR_MSFT_unbounded_reference_space XR_MSFT_spatial_anchor XR_MSFT_secondary_view_configuration
Expand All @@ -61,7 +61,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
m_enabled: 1
nameUi: Motion Controller Model
version: 1.9.0
version: 1.10.0
featureIdInternal: com.microsoft.openxr.feature.controller
openxrExtensionStrings: XR_MSFT_controller_model XR_FB_render_model
company: Microsoft
Expand Down Expand Up @@ -356,6 +356,7 @@ MonoBehaviour:
forceRemoveInternetPermission: 1
symmetricProjection: 0
systemSplashScreen: {fileID: 0}
optimizeBufferDiscards: 1
lateLatchingMode: 0
lateLatchingDebug: 0
--- !u!114 &-2243880476816450596
Expand Down Expand Up @@ -548,6 +549,7 @@ MonoBehaviour:
- {fileID: -3824335636065670193}
m_renderMode: 1
m_depthSubmissionMode: 2
m_optimizeBufferDiscards: 0
m_symmetricProjection: 0
--- !u!114 &-115873451730485748
MonoBehaviour:
Expand Down Expand Up @@ -698,7 +700,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 2d2e2731103cdda44af77955a0b4814c, type: 3}
m_Name: AppRemotingPlugin WSA
m_EditorClassIdentifier:
m_enabled: 0
m_enabled: 1
nameUi: Holographic Remoting remote app
version: 1.10.0
featureIdInternal: com.microsoft.openxr.feature.appremoting
Expand All @@ -720,7 +722,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
m_enabled: 1
nameUi: Hand Tracking
version: 1.9.0
version: 1.10.0
featureIdInternal: com.microsoft.openxr.feature.handtracking
openxrExtensionStrings: XR_EXT_hand_tracking XR_EXT_hand_joints_motion_range XR_EXT_hand_tracking_data_source
XR_MSFT_hand_tracking_mesh
Expand Down Expand Up @@ -787,6 +789,7 @@ MonoBehaviour:
- {fileID: 2250797161635112949}
m_renderMode: 1
m_depthSubmissionMode: 1
m_optimizeBufferDiscards: 0
m_symmetricProjection: 0
--- !u!114 &1522211243541709705
MonoBehaviour:
Expand Down Expand Up @@ -822,7 +825,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
m_enabled: 1
nameUi: Motion Controller Model
version: 1.9.0
version: 1.10.0
featureIdInternal: com.microsoft.openxr.feature.controller
openxrExtensionStrings: XR_MSFT_controller_model XR_FB_render_model
company: Microsoft
Expand Down Expand Up @@ -924,7 +927,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
m_enabled: 1
nameUi: Hand Tracking
version: 1.9.0
version: 1.10.0
featureIdInternal: com.microsoft.openxr.feature.handtracking
openxrExtensionStrings: XR_EXT_hand_tracking XR_EXT_hand_joints_motion_range XR_EXT_hand_tracking_data_source
XR_MSFT_hand_tracking_mesh
Expand Down Expand Up @@ -1051,7 +1054,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
m_enabled: 1
nameUi: HP Reverb G2 Controller Profile
version: 1.9.0
version: 1.10.0
featureIdInternal: com.microsoft.openxr.feature.interaction.hpmixedrealitycontroller
openxrExtensionStrings: XR_EXT_hp_mixed_reality_controller
company: Microsoft
Expand Down Expand Up @@ -1131,9 +1134,9 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 2d2e2731103cdda44af77955a0b4814c, type: 3}
m_Name: AppRemotingPlugin Standalone
m_EditorClassIdentifier:
m_enabled: 0
m_enabled: 1
nameUi: Holographic Remoting remote app
version: 1.9.0
version: 1.10.0
featureIdInternal: com.microsoft.openxr.feature.appremoting
openxrExtensionStrings: XR_MSFT_holographic_remoting XR_MSFT_holographic_remoting_speech
company: Microsoft
Expand Down Expand Up @@ -1215,7 +1218,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
m_enabled: 0
nameUi: Holographic Remoting for Play Mode
version: 1.9.0
version: 1.10.0
featureIdInternal: com.microsoft.openxr.feature.playmoderemoting
openxrExtensionStrings: XR_MSFT_holographic_remoting XR_MSFT_holographic_remoting_speech
company: Microsoft
Expand Down Expand Up @@ -1363,6 +1366,7 @@ MonoBehaviour:
- {fileID: 2699197257058169017}
m_renderMode: 1
m_depthSubmissionMode: 1
m_optimizeBufferDiscards: 0
m_symmetricProjection: 0
--- !u!114 &8994374148928900080
MonoBehaviour:
Expand Down
12 changes: 6 additions & 6 deletions BasicSample/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"dependencies": {
"com.microsoft.mixedreality.openxr": "1.10.0",
"com.microsoft.mixedreality.openxr": "1.10.1",
"com.microsoft.mixedreality.openxr.samplescenarios": "file:../../SampleScenarios",
"com.microsoft.mixedreality.openxr.sampleshared": "file:../../SampleShared",
"com.microsoft.mixedreality.toolkit.foundation": "2.8.3",
"com.microsoft.mixedreality.toolkit.standardassets": "2.8.3",
"com.microsoft.mrtk.graphicstools.unity": "https://github.com/microsoft/MixedReality-GraphicsTools-Unity.git?path=/com.microsoft.mrtk.graphicstools.unity#v0.5.0",
"com.unity.ide.rider": "3.0.24",
"com.unity.ide.visualstudio": "2.0.18",
"com.unity.ide.rider": "3.0.28",
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.ide.vscode": "1.2.5",
"com.unity.inputsystem": "1.7.0",
"com.unity.test-framework": "1.1.33",
"com.unity.textmeshpro": "3.0.6",
"com.unity.timeline": "1.6.5",
"com.unity.ugui": "1.0.0",
"com.unity.xr.arfoundation": "4.2.9",
"com.unity.xr.arfoundation": "4.2.10",
"com.unity.xr.legacyinputhelpers": "2.1.10",
"com.unity.xr.management": "4.3.3",
"com.unity.xr.openxr": "1.9.1",
"com.unity.xr.management": "4.4.0",
"com.unity.xr.openxr": "1.10.0",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",
Expand Down
Loading

0 comments on commit 0b32167

Please sign in to comment.