Skip to content

Commit 3149aca

Browse files
authored
Merge pull request #8821 from davidkline-ms/relNoteUpdate
Add additional references to the ARM64 workaround to ReleaseNotes and UsingUpm articles
2 parents 1794c28 + 5fa3770 commit 3149aca

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

Documentation/ReleaseNotes.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
- [Updating guidance](Updating.md#upgrading-to-a-new-version-of-mrtk)
66
- [Known issues](#known-issues)
77

8+
> [!IMPORTANT]
9+
> There is a known compiler issue that impacts applications built for Microsoft HoloLens 2 using
10+
> ARM64. This issue is addressed in the forthcoming 16.8 update for Visual Studio 2019. Until the
11+
> update is available, please import the `com.microsoft.mixedreality.toolkit.tools` package to apply
12+
> a workaround.
13+
814
## What's new
915

1016
> [!NOTE]

Documentation/usingupm.md

+5
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ To add an MRTK package, modify the dependencies section of the `Packages/manifes
4646
"com.microsoft.mixedreality.toolkit.tools": "2.5.1",
4747
"com.microsoft.mixedreality.toolkit.examples": "2.5.1",
4848
```
49+
> [!IMPORTANT]
50+
> There is a known compiler issue that impacts applications built for Microsoft HoloLens 2 using
51+
> ARM64. This issue is addressed in the forthcoming 16.8 update for Visual Studio 2019. Until the
52+
> update is available, please import the `com.microsoft.mixedreality.toolkit.tools` package to apply
53+
> a workaround.
4954
5055
## Managing Mixed Reality features with the Unity Package Manager
5156

0 commit comments

Comments
 (0)