Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-17T03:07:50.000Z (4 months ago)
- Last Synced: 2024-10-19T05:36:05.682Z (4 months 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) work on mobile[Document is here](https://tlabgames.gitbook.io/tlabwebview)
[Snippets is here](https://gist.github.com/TLabAltoh/e0512b3367c25d3e1ec28ddbe95da497#file-tlabwebview-snippets-md)[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/tlabaltoh)
## 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.git)## Sample Scene
``` Assets/Scenes/SampleScene.unity ```