To use the HoloLens2_GettingStarted sample, you must first clone the repository and then use the Microsoft Mixed Reality Feature Tool to restore the necessary Unity packages (Mixed Reality Toolkit and the WebView2 plugin package). After restoring features, you can open the project in Unity and load the SampleScene located in Assets/Scenes to test the application.
Support for WebView2 on HoloLens is discontinued. There are no bug fixes, content updates, or technical support, and functionality is not guaranteed for the long term.
# Setup Steps
1. Clone this repository
2. Launch the Microsoft Mixed Reality Feature Tool
- Click **Start**
- Click the **...** button, navigate to the `HoloLens2GetStartedApp` folder, and select **Open**
- With the project path selected, click **Restore Features** to load the required packages for the Mixed Reality Toolkit and the WebView2 plugin package.
3. Close the Mixed Reality Feature Tool
4. Launch Unity Hub
5. In Unity Hub, click **Open**, navigate to the `HoloLens2GetStartedApp` folder, and select **Open**.
6. In the Unity Editor, find the SampleScene in the `Assets/Scenes` folder and double-click to load it.
7. Click the play button in the Unity Editor to quickly test the app.