U
U
Uncle Bogdan2022-04-19 21:34:01
Unity
Uncle Bogdan, 2022-04-19 21:34:01

How to open a browser tab in Unity WebJL game?

Hello! I wanted to open a tab in the browser with a store (website) when the button is clicked.

public void StartProcess(string path)
        {
            Process.Start(path);
        }


In Unity everything works fine, but when I check in the browser, nothing works. This is probably due to a limitation (it would be strange if the browser had access to oc and could run programs).

How can you open a tab in the browser in such a situation? Or is it just to parse the site for the game?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question