diff --git a/Assets/Scripts/UI/InGame/WebViewController.cs b/Assets/Scripts/UI/InGame/WebViewController.cs index 5b5a7b12ccd21201d6426f72c02e9a01d5eec622..a5e022eb652fd76d852d28ac79d32eaa818e0f68 100644 --- a/Assets/Scripts/UI/InGame/WebViewController.cs +++ b/Assets/Scripts/UI/InGame/WebViewController.cs @@ -22,7 +22,7 @@ private void Awake() { webViewComponent = GetComponent<WebViewComponent>(); WebViewComponent.serializerSettings.Converters.Add(new FactObjectUIConverter()); - webViewComponent.targetUrl = Path.Join(CommunicationEvents.Get_DataPath(), "../ScrollView_Server/scrollView.html"); + webViewComponent.targetUrl = ("http://localhost:5173/scrollView"); //Path.Join(CommunicationEvents.Get_DataPath(), "../ScrollView_Server/scrollView.html"); webViewComponent.OnWebViewComponentReady += OnWebViewComponentReady; // TODO: handle webViewComponent.onDomDocumentUpdated