Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
yashovardhan committed Sep 11, 2023
1 parent 8401b9e commit 122fe8b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/sdk/pnp/unity/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
5 changes: 5 additions & 0 deletions docs/sdk/pnp/unity/unity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

1 comment on commit 122fe8b

@vercel
Copy link

@vercel vercel bot commented on 122fe8b Sep 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web3auth-docs – ./

w3a-docs.vercel.app
web3auth-docs-git-master-web3auth.vercel.app
web3auth-docs-web3auth.vercel.app

Please sign in to comment.