Closed HafizMSaad closed 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/
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.
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.
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.
My bad, I overlooked the TLabWebViewVR/TLabWebView/WebView prefab attached to Sample Scene, where the WebView contains parameters for URL and DlOption.
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.