# LaunchUri(string, bool)

> Starts the default app associated with the URI scheme name for the specified URI, using the specified options.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.WSA](/engine/6000.0/script-reference/unityengine/wsa.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public static void LaunchUri(string uri, bool showWarning)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): The URI.**** (\[bool]\(https\://learn.microsoft.com/dotnet/api/system.boolean)): Displays a warning that the URI is potentially unsafe.
