Skip to content
Snippets Groups Projects
Commit 74ac9733 authored by baletiballo's avatar baletiballo
Browse files

pull the ScrollView from the local Server

This server needs to be started manually currently
parent 8d7d023e
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment