https://github.com/tlabaltoh/tlabwebviewsample
Sample Unity project to make TLabWebView work on mobile
https://github.com/tlabaltoh/tlabwebviewsample
android mobile unity unity3d webview
Last synced: about 1 year ago
JSON representation
Sample Unity project to make TLabWebView work on mobile
- Host: GitHub
- URL: https://github.com/tlabaltoh/tlabwebviewsample
- Owner: TLabAltoh
- Created: 2023-06-04T13:13:13.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T03:07:50.000Z (over 1 year ago)
- Last Synced: 2024-10-19T05:36:05.682Z (over 1 year ago)
- Topics: android, mobile, unity, unity3d, webview
- Language: C#
- Homepage: https://tlabgames.gitbook.io/tlabwebview/
- Size: 7.09 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TLabWebViewSample
Sample project to make [```TLabWebView```](https://github.com/TLabAltoh/TLabWebView) (3D web browser / 3D WebView plugin) work on mobile
[Document is here](https://tlabgames.gitbook.io/tlabwebview)
[Snippets is here](https://gist.github.com/TLabAltoh/e0512b3367c25d3e1ec28ddbe95da497#file-tlabwebview-snippets-md)
[](https://www.buymeacoffee.com/tlabaltoh)
> [!WARNING]
> Note that this project only works on Android devices; it will not display web pages when run on the Unity Editor.
## Operating Environment
- Android 10 ~ 13
- Qualcomm Adreno 505, 619
- Unity: 2021.3
## Getting Started
### Prerequisites
- Unity 2021.3 LTS
- TextMeshPro
- [TLabVKeyborad](https://github.com/TLabAltoh/TLabVKeyborad)
- [TLabWebView](https://github.com/TLabAltoh/TLabWebView)
### Installing
Clone the repository with the following command
```
git clone https://github.com/TLabAltoh/TLabWebViewSample.git
```
### Set up
Please see the setup section [here](https://github.com/TLabAltoh/TLabWebView?tab=readme-ov-file#set-up)
## Sample Scene
``` Assets/Scenes/SampleScene.unity ```