Skip to content

Commit 35b1501

Browse files
author
Zhichao Link
committed
update docs
1 parent ea6e495 commit 35b1501

File tree

9 files changed

+12
-20
lines changed

9 files changed

+12
-20
lines changed

Assets/ParticleNetwork/Mobile/Demo/AuthCoreDemo.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -590,8 +590,6 @@ public void SetCustomUI()
590590
{
591591
// Only works for iOS
592592
// your custom ui json
593-
// for more detail, please explore
594-
https: //docs.particle.network/developers/wallet-service/sdks/web#custom-particle-wallet-style
595593
var txtAsset = Resources.Load<TextAsset>("customUIConfig");
596594
string json = txtAsset.text;
597595
ParticleAuthCoreInteraction.SetCustomUI(json);

Assets/ParticleNetwork/Mobile/Demo/Example.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,12 @@ public async void CustomMethod()
9898
// use data to configure transaction or eth_call
9999
}
100100

101+
public void BlindSign()
102+
{
103+
ParticleAuthCoreInteraction.SetBlindEnable(true);
104+
var enable = ParticleAuthCoreInteraction.GetBlindEnable();
105+
}
106+
101107
public async void ReadContract()
102108
{
103109
// your public address

Assets/ParticleNetwork/Mobile/Demo/GUIDemo.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,6 @@ public void SetCustomUI()
248248

249249
// Only works for iOS
250250
// your custom ui json
251-
// for more detail, please explore
252-
https: //docs.particle.network/developers/wallet-service/sdks/web#custom-particle-wallet-style
253251
var txtAsset = Resources.Load<TextAsset>("customUIConfig");
254252
string json = txtAsset.text;
255253
ParticleWalletGUI.LoadCustomUIJsonString(json);

Guides/SocialLogin/Assets/ParticleNetwork/Mobile/Demo/AuthCoreDemo.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -589,8 +589,6 @@ public void SetCustomUI()
589589
{
590590
// Only works for iOS
591591
// your custom ui json
592-
// for more detail, please explore
593-
https: //docs.particle.network/developers/wallet-service/sdks/web#custom-particle-wallet-style
594592
var txtAsset = Resources.Load<TextAsset>("customUIConfig");
595593
string json = txtAsset.text;
596594
ParticleAuthCoreInteraction.SetCustomUI(json);

Guides/SocialLogin/Assets/ParticleNetwork/Mobile/Demo/GUIDemo.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,6 @@ public void SetCustomUI()
256256

257257
// Only works for iOS
258258
// your custom ui json
259-
// for more detail, please explore
260-
https://docs.particle.network/developers/wallet-service/sdks/web#custom-particle-wallet-style
261259
var txtAsset = Resources.Load<TextAsset>("customUIConfig");
262260
string json = txtAsset.text;
263261
ParticleWalletGUI.LoadCustomUIJsonString(json);

Guides/SocialLogin_AA/Assets/ParticleNetwork/Mobile/Demo/AuthCoreDemo.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -589,8 +589,6 @@ public void SetCustomUI()
589589
{
590590
// Only works for iOS
591591
// your custom ui json
592-
// for more detail, please explore
593-
https: //docs.particle.network/developers/wallet-service/sdks/web#custom-particle-wallet-style
594592
var txtAsset = Resources.Load<TextAsset>("customUIConfig");
595593
string json = txtAsset.text;
596594
ParticleAuthCoreInteraction.SetCustomUI(json);

Guides/SocialLogin_AA/Assets/ParticleNetwork/Mobile/Demo/GUIDemo.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,6 @@ public void SetCustomUI()
256256

257257
// Only works for iOS
258258
// your custom ui json
259-
// for more detail, please explore
260-
https://docs.particle.network/developers/wallet-service/sdks/web#custom-particle-wallet-style
261259
var txtAsset = Resources.Load<TextAsset>("customUIConfig");
262260
string json = txtAsset.text;
263261
ParticleWalletGUI.LoadCustomUIJsonString(json);

ParticleWebGLDemo/ParticleWebGLDemo/Assets/Plugins/WebGL/ParticleAuthWebGL/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ createUnityInstance(canvas, config, (progress) => {
1919
});
2020
```
2121
22-
Function params refer to [Particle Docs](https://docs.particle.network/developers/auth-service/sdks/web)
22+
Function params refer to [Particle Docs](https://developers.particle.network/api-reference/auth/desktop-sdks/web)
2323
2424
Learn more about [WebGL templates](https://docs.unity3d.com/2020.3/Documentation/Manual/webgl-templates.html).
2525

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,15 @@ If you are familiar with web browser in windows platform, you can use other web
2626

2727
## 📗 Docs
2828

29-
**Auth**: https://developers.particle.network/reference/auth-unity-mobile
29+
**Connect**: https://developers.particle.network/api-reference/connect/mobile/unity
3030

31-
**AuthCore**: https://developers.particle.network/reference/auth-unity-mobile
31+
**AuthCore**: https://developers.particle.network/api-reference/auth/mobile-sdks/unity
3232

33-
**Connect**: https://developers.particle.network/reference/connect-unity
33+
**GUI**: https://developers.particle.network/api-reference/wallet/mobile/unity
3434

35-
**GUI**: https://developers.particle.network/reference/wallet-unity
35+
**AA**: https://developers.particle.network/api-reference/aa/sdks/mobile/unity
3636

37-
**AA**: https://developers.particle.network/reference/aa-unity
38-
39-
**Windows and macOS**: https://developers.particle.network/reference/auth-unity-desktop
37+
**Windows and macOS**: https://developers.particle.network/api-reference/auth/desktop-sdks/unity
4038

4139
## 🚀 Quick start with DEMO
4240

0 commit comments

Comments
 (0)