Skip to content

Commit

Permalink
Automated commit for release version 1.2.25
Browse files Browse the repository at this point in the history
  • Loading branch information
jloehr committed Apr 18, 2024
1 parent d9bd7b8 commit 3197e63
Show file tree
Hide file tree
Showing 19 changed files with 664 additions and 663 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- Redirect to the nuget .targets and .props file -->
<Import Project="$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.24\build\microsoft.azure.remoterendering.Cpp.props" Condition="Exists('$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.24\build\microsoft.azure.remoterendering.Cpp.props')" />
<Import Project="$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.25\build\microsoft.azure.remoterendering.Cpp.props" Condition="Exists('$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.25\build\microsoft.azure.remoterendering.Cpp.props')" />

<ImportGroup Label="ExtensionTargets">
<Import Project="$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.24\build\microsoft.azure.remoterendering.Cpp.targets" Condition="Exists('$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.24\build\microsoft.azure.remoterendering.Cpp.targets')" />
<Import Project="$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.25\build\microsoft.azure.remoterendering.Cpp.targets" Condition="Exists('$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.25\build\microsoft.azure.remoterendering.Cpp.targets')" />
</ImportGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Azure.RemoteRendering.Cpp" version="1.2.24" targetFramework="native" />
<package id="Microsoft.Azure.RemoteRendering.Cpp" version="1.2.25" targetFramework="native" />
<package id="OpenXR.Headers" version="1.0.10.2" targetFramework="native" />
<package id="OpenXR.Loader" version="1.0.10.2" targetFramework="native" />
</packages>
4 changes: 2 additions & 2 deletions NativeCpp/HoloLens-Wmr/HolographicApp.targets
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- Redirect to the nuget .targets and .props file -->
<Import Project="$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.24\build\microsoft.azure.remoterendering.Cpp.props" Condition="Exists('$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.24\build\microsoft.azure.remoterendering.Cpp.props')" />
<Import Project="$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.25\build\microsoft.azure.remoterendering.Cpp.props" Condition="Exists('$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.25\build\microsoft.azure.remoterendering.Cpp.props')" />

<ImportGroup Label="ExtensionTargets">
<Import Project="$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.24\build\microsoft.azure.remoterendering.Cpp.targets" Condition="Exists('$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.24\build\microsoft.azure.remoterendering.Cpp.targets')" />
<Import Project="$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.25\build\microsoft.azure.remoterendering.Cpp.targets" Condition="Exists('$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.25\build\microsoft.azure.remoterendering.Cpp.targets')" />
</ImportGroup>

</Project>
2 changes: 1 addition & 1 deletion NativeCpp/HoloLens-Wmr/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Windows.CppWinRT" version="2.0.200729.8" targetFramework="native" />
<package id="Microsoft.Azure.RemoteRendering.Cpp" version="1.2.24" targetFramework="native" />
<package id="Microsoft.Azure.RemoteRendering.Cpp" version="1.2.25" targetFramework="native" />
</packages>
252 changes: 125 additions & 127 deletions Scripts/ARRUtils.ps1

Large diffs are not rendered by default.

252 changes: 125 additions & 127 deletions Scripts/Conversion.ps1

Large diffs are not rendered by default.

250 changes: 124 additions & 126 deletions Scripts/DownloadUnityPackages.ps1

Large diffs are not rendered by default.

252 changes: 125 additions & 127 deletions Scripts/RenderingSession.ps1

Large diffs are not rendered by default.

252 changes: 125 additions & 127 deletions Scripts/ValidateConversionJson.ps1

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Scripts/unity_sample_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
{
"name": "com.microsoft.azure.remote-rendering",
"version": "1.2.24",
"version": "1.2.25",
"registry": "https://pkgs.dev.azure.com/aipmr/MixedReality-Unity-Packages/_packaging/Unity-packages/npm/registry"
}
]
Expand Down
2 changes: 1 addition & 1 deletion Unity/Quickstart/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"com.microsoft.azure.remote-rendering": "file:../../MRPackages/com.microsoft.azure.remote-rendering-1.2.24.tgz",
"com.microsoft.azure.remote-rendering": "file:../../MRPackages/com.microsoft.azure.remote-rendering-1.2.25.tgz",
"com.microsoft.mixedreality.openxr": "file:../../MRPackages/com.microsoft.mixedreality.openxr-1.8.1.tgz",
"com.unity.ide.rider": "3.0.24",
"com.unity.ide.visualstudio": "2.0.18",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ public class AddCapabilities
[PostProcessBuild(0)]
public static void OnPostprocessBuild(BuildTarget target, string pathToBuiltProject)
{
if (target != BuildTarget.WSAPlayer)
{
return;
}

// Find the appxmanifest, assume the one we want is the first one
string[] manifests = Directory.GetFiles(
pathToBuiltProject,
Expand Down
7 changes: 6 additions & 1 deletion Unity/Showcase/App/Assets/App/Startup/BuildAppUriHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,14 @@ public class BuildAppUriHandler
[PostProcessBuild(1)]
public static void OnPostprocessBuild(BuildTarget target, string pathToBuiltProject)
{
if (target != BuildTarget.WSAPlayer)
{
return;
}

// Find the appxmanifest, assume the one we want is the first one
string[] manifests = Directory.GetFiles(
pathToBuiltProject,
pathToBuiltProject,
"Package.appxmanifest",
SearchOption.AllDirectories);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using System;
using System.Collections.Generic;
using System.IO;
using UnityEditor;
using UnityEditor.Build;
using UnityEditor.Build.Reporting;
using UnityEngine;
Expand All @@ -25,15 +26,15 @@ public class PatchProjectConfigurations : IPostprocessBuildWithReport

public void OnPostprocessBuild(BuildReport report)
{
if (report == null || report.files == null)
if (report == null || report.files == null || report.summary.platformGroup != BuildTargetGroup.WSA)
{
return;
}

foreach (var patchEntry in _replacements)
{
string[] files = Directory.GetFiles(
report.summary.outputPath,
report.summary.outputPath,
patchEntry.fileSearchPattern,
SearchOption.AllDirectories);

Expand Down
2 changes: 1 addition & 1 deletion Unity/Showcase/App/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"scopedRegistries": [],
"dependencies": {
"com.microsoft.azure.remote-rendering": "file:../../../MRPackages/com.microsoft.azure.remote-rendering-1.2.24.tgz",
"com.microsoft.azure.remote-rendering": "file:../../../MRPackages/com.microsoft.azure.remote-rendering-1.2.25.tgz",
"com.microsoft.mixedreality.openxr": "file:../../../MRPackages/com.microsoft.mixedreality.openxr-1.8.1.tgz",
"com.microsoft.mixedreality.toolkit.extensions": "file:../../../MRPackages/com.microsoft.mixedreality.toolkit.extensions-2.8.3.tgz",
"com.microsoft.mixedreality.toolkit.foundation": "file:../../../MRPackages/com.microsoft.mixedreality.toolkit.foundation-2.8.3.tgz",
Expand Down
4 changes: 2 additions & 2 deletions Unity/Showcase/App/ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ PlayerSettings:
16:10: 1
16:9: 1
Others: 1
bundleVersion: 1.2.24
bundleVersion: 1.2.25
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
Expand Down Expand Up @@ -576,7 +576,7 @@ PlayerSettings:
m_RenderingPath: 1
m_MobileRenderingPath: 1
metroPackageName: Azure.Remote.Rendering.Showcase
metroPackageVersion: 1.2.24.0
metroPackageVersion: 1.2.25.0
metroCertificatePath: Assets/WSATestCertificate.pfx
metroCertificatePassword:
metroCertificateSubject: Microsoft
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Unity/Tutorial-Complete/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"com.microsoft.azure.remote-rendering": "file:../../MRPackages/com.microsoft.azure.remote-rendering-1.2.24.tgz",
"com.microsoft.azure.remote-rendering": "file:../../MRPackages/com.microsoft.azure.remote-rendering-1.2.25.tgz",
"com.microsoft.mixedreality.openxr": "file:../../MRPackages/com.microsoft.mixedreality.openxr-1.8.1.tgz",
"com.microsoft.mixedreality.toolkit.foundation": "file:../../MRPackages/com.microsoft.mixedreality.toolkit.foundation-2.7.2.tgz",
"com.microsoft.mixedreality.toolkit.standardassets": "file:../../MRPackages/com.microsoft.mixedreality.toolkit.standardassets-2.7.2.tgz",
Expand Down
4 changes: 2 additions & 2 deletions Unity/TutorialAssets/TutorialAssets.unitypackage
Git LFS file not shown

0 comments on commit 3197e63

Please sign in to comment.