Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add banner about WV2 support to Update README.md #261

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions GettingStartedGuides/HoloLens2_GettingStarted/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
lolambean marked this conversation as resolved.
Show resolved Hide resolved

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)
Expand Down
Loading