Skip to content

Commit 56e4484

Browse files
SunZhiCgitbook-bot
authored andcommitted
GITBOOK-1134: No subject
1 parent 5cfabe3 commit 56e4484

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

getting-started/platform-specific-guides/unity/social-login-+-embeded-wallet.md

+22-1
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,27 @@ public async void Disconnect()
228228
}
229229
```
230230

231+
## Open Wallet
232+
233+
Open native wallet page
234+
235+
```csharp
236+
public void OpenWallet()
237+
{
238+
ParticleWalletGUI.NavigatorWallet();
239+
}
240+
```
241+
231242
## Dive Deeper
232243

233-
In this guide, we learned how to use the Particle Unity SDK for social login, sending transactions, and signing message. If you want to learn more about different use cases, check out the [Particle Unity](../../../developers/account-abstraction/unity.md) page.
244+
In this guide, we learned how to use the Particle Unity SDK for social login, sending transactions, and signing message. If you want to learn more about different use cases, check out the following pages.
245+
246+
[Particle Unity Auth](../../../developers/auth-service/sdks/unity/)
247+
248+
[Particle Unity Auth Core](../../../developers/auth-service/core/unity.md)
249+
250+
[Particle Unity Connect](../../../developers/connect-service/sdks/unity.md)
251+
252+
[Particle Unity Wallet](../../../developers/wallet-service/sdks/unity.md)
253+
254+
[Particle Unity AA](../../../developers/account-abstraction/unity.md)

0 commit comments

Comments
 (0)