You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WebViewToolkit/README.md
+76-28Lines changed: 76 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# WebView Toolkit for Unity - Package Documentation
2
2
3
-
**Version 1.0.0**
3
+
**Version 1.3.0**
4
4
5
5
Native WebView2 integration for Unity with DirectX 11/12 support. This package provides high-performance, off-screen rendering of modern web content directly to Unity textures.
6
6
@@ -758,7 +758,7 @@ webView.Navigate(fileUrl);
758
758
759
759
## Samples
760
760
761
-
The package includes two comprehensive samples demonstrating different integration approaches.
761
+
The package includes six progressive samples that teach you WebViewToolkit from beginner to intermediate level.
762
762
763
763
### Importing Samples
764
764
@@ -767,41 +767,89 @@ The package includes two comprehensive samples demonstrating different integrati
767
767
3. Expand the **Samples** section
768
768
4. Click **Import** next to the desired sample
769
769
770
-
### BasicWebView Sample
770
+
### Learning Path
771
771
772
-
**Location:**`Samples~/BasicWebView/`
772
+
We recommend completing the samples in order for the best learning experience:
773
773
774
-
Demonstrates basic WebViewBehaviour usage with traditional Unity UI.
774
+
#### 01 - Hello WebView
775
+
**Difficulty:** Beginner | **Time:** 5 minutes
776
+
777
+
Your first WebView! Shows the minimum code needed to display a web page in Unity using UIToolkit.
0 commit comments