TLabAltoh / TLabWebViewVR

Sample Unity project for using TLabWebView in OculusQuest. Includes Meta XR SDK and XR Interaction Toolkit implementation example.
https://tlabgames.gitbook.io/tlabwebview/
MIT License
43 stars 9 forks source link

Missing "Scenes" Folder in Assets/TLab/TLabWebViewVR/OculusIntegration/ #18

Closed HafizMSaad closed 8 months ago

HafizMSaad commented 8 months ago

https://github.com/TLabAltoh/TLabWebViewVR#:~:text=Open%20Assets/TLab/TLabWebViewVR/OculusIntegration/Scenes/TLabWebViewVR.unity

Upon navigating to the directory Assets/TLab/TLabWebViewVR/OculusIntegration/, I observed that the "Scenes" folder is missing. This prevents me from accessing the required scene file. Could you please investigate and resolve this issue? Thank you.

HafizMSaad commented 8 months ago

Upon navigating to the directory Assets/TLab/TLabWebViewVR/OculusIntegration/, I observed that the "Scenes" folder is missing. This prevents me from accessing the required scene file. Could you please investigate and resolve this issue? Thank you.

Instead, I discovered the TLabWebViewVR.prefab located within Assets/TLab/TLabWebViewVR/OculusIntegration/

TLabAltoh commented 8 months ago

Could it be that you are referring to this repository? Here is a sample scene.

By the way, thank you for pointing out the typo in README.md. I had not noticed it for a long time.

HafizMSaad commented 8 months ago

Exactly, I am referring to the mentioned repository. The sample scene does not align with the discussion points outlined in the readme, as it lacks parameters such as URL, DlOption etc.

TLabAltoh commented 8 months ago

The parameters described here are used for initialisation, changes to variables after initialisation are not reflected in the webview. Therefore, the GUI for editing these parameters is not implemented in the example scene.

To modify webview settings, change parameter in TLabWebView.cs from inspector with Unity Editor. Parameter are declarationed in there.

HafizMSaad commented 8 months ago

My bad, I overlooked the TLabWebViewVR/TLabWebView/WebView prefab attached to Sample Scene, where the WebView contains parameters for URL and DlOption.