コード例 #1
0
    public void updateURL(string url)
    {
//        Debug.Log("update url called! " + url);
        UnityThread.executeInUpdate(() => BrowserView.SetInputFieldUrl(url));
    }