{"id":15160354,"url":"https://github.com/laironcosta1994/tlabwebviewvr","last_synced_at":"2026-02-01T03:01:30.372Z","repository":{"id":252177864,"uuid":"839294209","full_name":"laironcosta1994/TLabWebViewVR","owner":"laironcosta1994","description":"Sample project for using WebView in Oculus quest VR in Unity. Includes Meta XR SDK and XR Interaction Toolkit implementation example.","archived":false,"fork":false,"pushed_at":"2024-09-12T10:37:06.000Z","size":613150,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-14T07:44:58.657Z","etag":null,"topics":["android","oculus-quest","unity","unity3d","vr","webview"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/laironcosta1994.png","metadata":{"files":{"readme":"README-ja.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-07T10:16:50.000Z","updated_at":"2024-09-12T10:37:11.000Z","dependencies_parsed_at":"2024-12-21T08:41:39.544Z","dependency_job_id":"73ceb978-55eb-4853-b26f-100c88a0f4b9","html_url":"https://github.com/laironcosta1994/TLabWebViewVR","commit_stats":{"total_commits":158,"total_committers":1,"mean_commits":158.0,"dds":0.0,"last_synced_commit":"4f151226de835549b0436a05c1d45911ef1be33b"},"previous_names":["crystaldev1004/tlabwebviewvr"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/laironcosta1994/TLabWebViewVR","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laironcosta1994%2FTLabWebViewVR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laironcosta1994%2FTLabWebViewVR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laironcosta1994%2FTLabWebViewVR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laironcosta1994%2FTLabWebViewVR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laironcosta1994","download_url":"https://codeload.github.com/laironcosta1994/TLabWebViewVR/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laironcosta1994%2FTLabWebViewVR/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28965436,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T02:14:24.993Z","status":"ssl_error","status_checked_at":"2026-02-01T02:13:55.706Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","oculus-quest","unity","unity3d","vr","webview"],"created_at":"2024-09-26T23:00:24.670Z","updated_at":"2026-02-01T03:01:30.358Z","avatar_url":"https://github.com/laironcosta1994.png","language":"C#","funding_links":["https://www.buymeacoffee.com/tlabaltoh"],"categories":[],"sub_categories":[],"readme":"# TLabWebViewVR  \n\nUnityのOculus quest VRでWebViewを使用するためのサンプルプロジェクト．Meta XR SDKとXR Interaction Toolkitそれぞれで実装したサンプルが内包されています．\n\n[![\"Buy Me A Coffee\"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/tlabaltoh)\n\n## ドキュメント\n[ドキュメントはこちらです](https://tlabgames.gitbook.io/tlabwebview)\n\n## スクリーンショット  \n\n[Watch on Youtube](https://youtu.be/q3swlSP1mRg)  \n![output](Media/tlab-webview-vr.gif)\n\n## 動作環境\n|                |                     |\n| -------------- | ------------------- |\n| Headset        | Oculus Quest 2      |\n| GPU            | Qualcomm Adreno 650 |\n| Unity          | 2021.37f1           |\n\n## スタートガイド\n### 必要なもの\n- Unity 2021.3.26f1 (meta xr sdk が Unity Editor 2021.26f1以降を必要とします)  \n- [meta-xr-all-in-one-sdk](https://assetstore.unity.com/packages/tools/integration/meta-xr-all-in-one-sdk-269657?locale=ja-JP)\n- [com.unity.xr.interaction.toolkit](https://docs.unity3d.com/Packages/com.unity.xr.interaction.toolkit@3.0/manual/index.html)\n- [TLabVKeyborad](https://github.com/TLabAltoh/TLabVKeyborad)\n- [TLabWebView](https://github.com/TLabAltoh/TLabWebView)\n\n### インストール\n- 任意のディレクトリに以下のコマンドでリポジトリをクローン\n```\ngit clone https://github.com/TLabAltoh/TLabWebViewVR.git\n\t\ncd TLabWebViewVR\n\t\ngit submodule update --init\n```\n\n### セットアップ\n- Build Settings\n\n| Property      | Value   |\n| ------------- | ------- |\n| Platform      | Android |\n\n- Project Settings\n\n| Property          | Value                                 |\n| ----------------- | ------------------------------------- |\n| Color Space       | Linear                                |\n| Minimum API Level | 29                                    |\n| Target API Level  | 30 (Unity 2021), 31 ~ 32 (Unity 2022) |\n\n- Project Settings --\u003e Player --\u003e Other Settings に以下のシンボルを追加(ビルド時に使用)\n\n``` \nUNITYWEBVIEW_ANDROID_USES_CLEARTEXT_TRAFFIC \n```\n``` \nUNITYWEBVIEW_ANDROID_ENABLE_CAMERA \n```\n``` \nUNITYWEBVIEW_ANDROID_ENABLE_MICROPHONE \n```\n\n- XR Plug-in Management\n\n| Property        | Value               |\n| --------------- | ------------------- |\n| Plugin Provider | Oculus (not OpenXR) |\n\n- ダウンロードフォルダのような外部ストレージにアクセスしたい場合，android 11以降はこちらのパーミッションをAndroidManifest.xmlに追加してください ([詳細](https://developer.android.com/training/data-storage/manage-all-files?hl=ja))．\n\n```.xml\n\u003cuses-permission android:name=\"android.permission.MANAGE_EXTERNAL_STORAGE\" /\u003e\n```\n\n### サンプルシーン\n\n#### Meta XR SDK\n```Assets/TLab/TLabWebViewVR/MetaXR/Samples/Scenes/MetaXR Sample.unity```\n\n\n#### XR Interaction Toolkit\n```Assets/TLab/TLabWebViewVR/XRInteractionToolkit/Samples/Scenes/XRInteractionToolkit Sample.unity```\n\n## サンプルリポジトリ for Unity 2022\n- [Oculus Integration Sample](https://github.com/TLabAltoh/TLabWebViewVR-OculusIntegration-2022)\n- [XR Interaction Toolkit Sample (VR Template)](https://github.com/TLabAltoh/TLabWebViewVR-XRInteractionToolkit-2022)\n\n## リンク\n[使用したJavaプラグインのソースコード](https://github.com/TLabAltoh/TLabWebViewPlugin)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaironcosta1994%2Ftlabwebviewvr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaironcosta1994%2Ftlabwebviewvr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaironcosta1994%2Ftlabwebviewvr/lists"}