From 272281c167e589a8ad4523da6d555e1e52a304fb Mon Sep 17 00:00:00 2001 From: lolambean <122493651+lolambean@users.noreply.github.com> Date: Fri, 22 Nov 2024 10:56:11 -0800 Subject: [PATCH 1/3] Update README.md Add banner about WV2 support --- GettingStartedGuides/HoloLens2_GettingStarted/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/GettingStartedGuides/HoloLens2_GettingStarted/README.md b/GettingStartedGuides/HoloLens2_GettingStarted/README.md index 9abeedd2..4773c203 100644 --- a/GettingStartedGuides/HoloLens2_GettingStarted/README.md +++ b/GettingStartedGuides/HoloLens2_GettingStarted/README.md @@ -9,6 +9,9 @@ urlFragment: HoloLens2_GettingStarted --- # Get started with WebView2 in HoloLens 2 Unity apps +> [!IMPORTANT] +> WebView2 continues to be available. However, support for WebView2 is discontinued (no bug fixes, content updates or technical support), and we can therefore make no guarantees that applications will continue to work for any extended period of time. + This sample, **HoloLens2_GettingStarted**, is the completed Unity project that results from following the steps in the tutorial [Get started with WebView2 in HoloLens 2 Unity apps](https://learn.microsoft.com/microsoft-edge/webview2/get-started/hololens2). ![The running app from the finished HoloLens 2 tutorial](screenshots/hololens-getting-started-webview2.png) From 3060869357a6666d872ab3b4362082627f2a43fa Mon Sep 17 00:00:00 2001 From: lolambean <122493651+lolambean@users.noreply.github.com> Date: Fri, 22 Nov 2024 16:49:03 -0800 Subject: [PATCH 2/3] Update GettingStartedGuides/HoloLens2_GettingStarted/README.md Co-authored-by: Nic Champagne Williamson [MSFT] <45700886+champnic@users.noreply.github.com> --- GettingStartedGuides/HoloLens2_GettingStarted/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GettingStartedGuides/HoloLens2_GettingStarted/README.md b/GettingStartedGuides/HoloLens2_GettingStarted/README.md index 4773c203..2686858b 100644 --- a/GettingStartedGuides/HoloLens2_GettingStarted/README.md +++ b/GettingStartedGuides/HoloLens2_GettingStarted/README.md @@ -10,7 +10,8 @@ urlFragment: HoloLens2_GettingStarted # Get started with WebView2 in HoloLens 2 Unity apps > [!IMPORTANT] -> WebView2 continues to be available. However, support for WebView2 is discontinued (no bug fixes, content updates or technical support), and we can therefore make no guarantees that applications will continue to work for any extended period of time. +> WebView2 continues to be available. However, support for WebView2 on Hololens is discontinued (no bug fixes, content updates or technical support), and we can therefore make no guarantees that applications will continue to work for any extended period of time. + This sample, **HoloLens2_GettingStarted**, is the completed Unity project that results from following the steps in the tutorial [Get started with WebView2 in HoloLens 2 Unity apps](https://learn.microsoft.com/microsoft-edge/webview2/get-started/hololens2). From 03fee65d4d06b90db13a751c29756cfc0c144967 Mon Sep 17 00:00:00 2001 From: lolambean <122493651+lolambean@users.noreply.github.com> Date: Fri, 22 Nov 2024 17:14:26 -0800 Subject: [PATCH 3/3] Update README.md