diff --git a/docs/sdk/pnp/unity/install.mdx b/docs/sdk/pnp/unity/install.mdx index 41329252f..23d947c8c 100644 --- a/docs/sdk/pnp/unity/install.mdx +++ b/docs/sdk/pnp/unity/install.mdx @@ -43,7 +43,7 @@ check our documentation on how to integrate Nethereum it with Web3Auth [here](/c - Copy the `Client ID` for usage later. -### Configure Deep Link (for Android and iOS) +### Configure Deep Link (for Mobile Devices) Unity SDK works on unity deep linking features to redirect the callback from Web3Auth. Before building the application for Android/IOS you need to register the redirect_uri which can be done easily by the tool provided inside the SDK. To achieve that, you need to follow the steps mentioned below. @@ -60,3 +60,7 @@ We're using `torusapp://com.torus.Web3AuthUnity/auth` as the `redirect_url` in o `redirect_url` should look like. ::: + +#### Android + +- You to create an android manifest in unity diff --git a/docs/sdk/pnp/unity/unity.mdx b/docs/sdk/pnp/unity/unity.mdx index 1b710302c..dc7e5ad54 100644 --- a/docs/sdk/pnp/unity/unity.mdx +++ b/docs/sdk/pnp/unity/unity.mdx @@ -13,8 +13,13 @@ options that Web3Auth supports or using a custom authentication flow of your cho ### Requirements - Unity Editor 2019.4.9f1 or greater + - .Net Framework 4.x +- iOS Platform Target Version 14 and above + +- Android Target SDK Version 24 and above + ## Resources - [Quick Start](/quick-start?product=Plug+and+Play&sdk=Plug+and+Play+Unity+SDK): Integrate Web3Auth in 4 Simple Steps.