Answer the question
In order to leave comments, you need to log in
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);
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question